forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcli_common-commands.html
51 lines (48 loc) · 1.35 KB
/
cli_common-commands.html
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
<p>The following arguments are common to all commands. These commands can be run either before or after the Magento software is installed:</p>
<table>
<tbody>
<col width="15%">
<col width="10%">
<col width="75%">
<tr>
<th>Long version</th>
<th>Short version</th>
<th>Meaning</th>
</tr>
<tr>
<td>--help</td>
<td>-h</td>
<td>Get help for any command. For example, <code>./magento help setup:install</code> or <code>./magento help setup:config:set</code>.</td>
</tr>
<tr>
<td>--quiet</td>
<td>-q</td>
<td>Quiet mode; no output.</td>
</tr>
<tr>
<td>--no-interaction</td>
<td>-n</td>
<td>No interactive questions.</td>
</tr>
<tr>
<td>--verbose=1|2|3</td>
<td>-v|vv|vvv</td>
<td>Verbosity level. For example, <code>--verbose=3</code> or <code>-vvv</code> displays debug verbosity, which is the most verbose output. Default is <code>--verbose=1</code> or <code>-v</code>.</td>
</tr>
<tr>
<td>--version</td>
<td>-V</td>
<td>Display this application version</td>
</tr>
<tr>
<td>--ansi</td>
<td>n/a</td>
<td><a href="http://symfony.com/doc/current/components/console/usage.html" target="_blank">Force ANSI output</a></td>
</tr>
<tr>
<td>--no-ansi</td>
<td>n/a</td>
<td><a href="http://symfony.com/doc/current/components/console/usage.html" target="_blank">Disable ANSI output</a></td>
</tr>
</tbody>
</table>