forked from netz98/n98-magerun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
260 lines (234 loc) · 9.5 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
twig:
baseDirs:
plugin:
folders:
- /usr/local/share/n98-magerun/modules
helpers:
database: N98\Util\Console\Helper\DatabaseHelper
dialog: Composer\Command\Helper\DialogHelper
parameter: N98\Util\Console\Helper\ParameterHelper
table: N98\Util\Console\Helper\TableHelper
script:
folders:
- /usr/local/share/n98-magerun/scripts
detect:
subFolders:
- web
- www
- htdocs
- public
- pub
- webroot
- web-root
- wwwroot
event:
subscriber:
- N98\Magento\EventSubscriber
- N98\Magento\Command\ComposerWrapper\EventSubscriber
commands:
customCommands:
- N98\Magento\Command\Admin\DisableNotificationsCommand
- N98\Magento\Command\Admin\User\ChangePasswordCommand
- N98\Magento\Command\Admin\User\CreateUserCommand
- N98\Magento\Command\Admin\User\ListCommand
- N98\Magento\Command\Cache\CleanCommand
- N98\Magento\Command\Cache\DisableCommand
- N98\Magento\Command\Cache\EnableCommand
- N98\Magento\Command\Cache\FlushCommand
- N98\Magento\Command\Cache\ListCommand
- N98\Magento\Command\Cms\Banner\ToggleCommand
- N98\Magento\Command\Cms\Page\PublishCommand
- N98\Magento\Command\Config\DeleteCommand
- N98\Magento\Command\Config\DumpCommand
- N98\Magento\Command\Config\GetCommand
- N98\Magento\Command\Config\SetCommand
- N98\Magento\Command\Config\SearchCommand
- N98\Magento\Command\Customer\ChangePasswordCommand
- N98\Magento\Command\Customer\CreateCommand
- N98\Magento\Command\Customer\CreateDummyCommand
- N98\Magento\Command\Customer\InfoCommand
- N98\Magento\Command\Customer\ListCommand
- N98\Magento\Command\Database\ConsoleCommand
- N98\Magento\Command\Database\CreateCommand
- N98\Magento\Command\Database\DropCommand
- N98\Magento\Command\Database\DumpCommand
- N98\Magento\Command\Database\ImportCommand
- N98\Magento\Command\Database\InfoCommand
- N98\Magento\Command\Database\QueryCommand
- N98\Magento\Command\Design\DemoNoticeCommand
- N98\Magento\Command\Developer\Ide\PhpStorm\MetaCommand
- N98\Magento\Command\Developer\Setup\Script\AttributeCommand
- N98\Magento\Command\Developer\ConsoleCommand
- N98\Magento\Command\Developer\Log\DbCommand
- N98\Magento\Command\Developer\Log\LogCommand
- N98\Magento\Command\Developer\Log\SizeCommand
- N98\Magento\Command\Developer\Module\CreateCommand
- N98\Magento\Command\Developer\Module\ListCommand
- N98\Magento\Command\Developer\Module\Observer\ListCommand
- N98\Magento\Command\Developer\Module\Rewrite\ConflictsCommand
- N98\Magento\Command\Developer\Module\Rewrite\ListCommand
- N98\Magento\Command\Developer\Module\Dependencies\OnCommand
- N98\Magento\Command\Developer\Module\Dependencies\FromCommand
- N98\Magento\Command\Developer\ProfilerCommand
- N98\Magento\Command\Developer\Report\CountCommand
- N98\Magento\Command\Developer\ClassLookupCommand
- N98\Magento\Command\Developer\SymlinksCommand
- N98\Magento\Command\Developer\TemplateHintsBlocksCommand
- N98\Magento\Command\Developer\TemplateHintsCommand
- N98\Magento\Command\Developer\Theme\DuplicatesCommand
- N98\Magento\Command\Developer\Theme\ListCommand
- N98\Magento\Command\Developer\TranslateInlineAdminCommand
- N98\Magento\Command\Developer\TranslateInlineShopCommand
- N98\Magento\Command\Indexer\ListCommand
- N98\Magento\Command\Indexer\ReindexAllCommand
- N98\Magento\Command\Indexer\ReindexCommand
- N98\Magento\Command\Installer\InstallCommand
- N98\Magento\Command\Installer\UninstallCommand
- N98\Magento\Command\LocalConfig\GenerateCommand
- N98\Magento\Command\MagentoConnect\DownloadExtensionCommand
- N98\Magento\Command\MagentoConnect\InstallExtensionCommand
- N98\Magento\Command\MagentoConnect\ListExtensionsCommand
- N98\Magento\Command\MagentoConnect\UpgradeExtensionCommand
- N98\Magento\Command\OpenBrowserCommand
- N98\Magento\Command\ScriptCommand
- N98\Magento\Command\Script\Repository\ListCommand
- N98\Magento\Command\Script\Repository\RunCommand
- N98\Magento\Command\SelfUpdateCommand
- N98\Magento\Command\ShellCommand
- N98\Magento\Command\System\CheckCommand
- N98\Magento\Command\System\Cron\HistoryCommand
- N98\Magento\Command\System\Cron\ListCommand
- N98\Magento\Command\System\Cron\RunCommand
- N98\Magento\Command\System\InfoCommand
- N98\Magento\Command\System\MaintenanceCommand
- N98\Magento\Command\System\Setup\CompareVersionsCommand
- N98\Magento\Command\System\Setup\RunCommand
- N98\Magento\Command\System\Store\Config\BaseUrlListCommand
- N98\Magento\Command\System\Store\ListCommand
- N98\Magento\Command\System\Url\ListCommand
- N98\Magento\Command\System\Website\ListCommand
- "composer:init": Composer\Command\InitCommand
- "composer:install": Composer\Command\InstallCommand
- "composer:require": Composer\Command\RequireCommand
- "composer:update": Composer\Command\UpdateCommand
- "composer:validate": Composer\Command\ValidateCommand
- "composer:search": Composer\Command\SearchCommand
- "composer:diagnose": Composer\Command\DiagnoseCommand
aliases: []
N98\Magento\Command\Installer\InstallCommand:
magento-packages:
- name: magento-ce-1.8.0.0
version: 1.8.0.0
dist:
url: http://www.magentocommerce.com/downloads/assets/1.8.0.0/magento-1.8.0.0.tar.gz
type: tar
extra:
sample-data: sample-data-1.6.1.0
- name: magento-ce-1.7.0.2
version: 1.7.0.2
dist:
url: http://www.magentocommerce.com/downloads/assets/1.7.0.2/magento-1.7.0.2.tar.gz
type: tar
extra:
sample-data: sample-data-1.6.1.0
- name: magento-ce-1.6.2.0
version: 1.6.2.0
dist:
url: http://www.magentocommerce.com/downloads/assets/1.6.2.0/magento-1.6.2.0.tar.gz
type: tar
extra:
sample-data: sample-data-1.6.1.0
- name: magento-mirror-1.7.0.2
version: 1.7.0.2
dist:
url: https://github.com/LokeyCoding/magento-mirror/archive/1.7.0.2.tar.gz
type: tar
extra:
sample-data: sample-data-1.6.1.0
- name: magento-mirror-1.6.2.0
version: 1.6.2.0
dist:
url: https://github.com/LokeyCoding/magento-mirror/archive/1.6.2.0.tar.gz
type: tar
extra:
sample-data: sample-data-1.6.1.0
- name: magento-mirror-1.5.1.0
version: 1.5.1.0
source:
url: git://github.com/LokeyCoding/magento-mirror.git
type: git
reference: magento-1.5
extra:
sample-data: sample-data-1.1.2
- name: magento-mirror-1.4.2.0
version: 1.4.2.0
source:
url: git://github.com/LokeyCoding/magento-mirror.git
type: git
reference: magento-1.4
extra:
sample-data: sample-data-1.1.2
- name: mageplus-master
version: dev-master
source:
url: https://github.com/mageplus/mageplus.git
type: git
reference: master
extra:
sample-data: sample-data-1.6.1.0
- name: magento-ce-2.0.0.0-dev (experimental)
version: 2.0.0.0-dev
source:
url: https://github.com/magento/magento2.git
type: git
reference: master
demo-data-packages:
- name: sample-data-1.6.1.0
version: 1.6.1.0
dist:
url: http://www.magentocommerce.com/downloads/assets/1.6.1.0/magento-sample-data-1.6.1.0.tar.gz
type: tar
- name: sample-data-1.1.2
version: 1.1.2
dist:
url: http://www.magentocommerce.com/downloads/assets/1.1.2/magento-sample-data-1.1.2.tar.bz2
type: tar
installation:
defaults:
currency: EUR
locale: de_DE
timezone: Europe/Berlin
use_secure: no
use_rewrites: yes
session_save: files
admin_username: admin
admin_firstname: John
admin_lastname: Doe
admin_password: password123
admin_frontname: admin
admin_email: [email protected]
N98\Magento\Command\Database\DumpCommand:
table-groups:
- id: log
description: Log tables
tables: log_url log_url_info log_visitor log_visitor_info log_visitor_online report_event report_compared_product_index report_viewed_*
- id: dataflowtemp
description: Temporary tables of the dataflow import/export tool
tables: dataflow_batch_import dataflow_batch_export
- id: stripped
description: Standard definition for a stripped dump (logs and dataflow)
tables: @stripped @log @dataflowtemp
- id: sales
description: Sales data (orders, invoices, creditmemos etc)
tables: sales_order_aggregated* sales_order_tax* sales_flat* sales_recurring_* sales_refunded_* sales_payment_* enterprise_sales_* enterprise_customer_sales_* sales_bestsellers_*
- id: customers
description: Customer data - Should not be used without @sales
tables: customer_address* customer_entity*
- id: trade
description: Current trade data (customers and orders). You usally do not want those in developer systems.
tables: @customers @sales
- id: development
description: Removes logs and trade data so developers do not have to work with real customer data
tables: @trade @stripped
N98\Magento\Command\Customer\ListCommand:
limit: 1000