Skip to content

Instantly share code, notes, and snippets.

@ygrigoriev
Created January 31, 2017 14:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ygrigoriev/56811dc64e296b8fb3a1ca7b52df630b to your computer and use it in GitHub Desktop.
Save ygrigoriev/56811dc64e296b8fb3a1ca7b52df630b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.4.xsd" name="Custom_m" invoke="C:/OpenServer/modules/php/PHP-7-x64/php.exe -dxdebug.remote_enable=0 -dxdebug.remote_autostart=0 -dxdebug.profiler_enable=0 $ProjectFileDir$/bin/magento" alias="m" enabled="true" version="2">
<command>
<name>help</name>
<help><![CDATA[Displays help for a command<br /><br />Usage: <b>help [--xml] [--format="..."] [--raw] [command_name]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>command</td> <td>The command to execute</td> </tr> <tr> <td>command_name</td> <td>The command name (default: "help")</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--xml</td> <td>To output help as XML</td> </tr> <tr> <td>--format</td> <td>To output help in other formats (default: "txt")</td> </tr> <tr> <td> --raw</td> <td>To output raw command help</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>command command_name[=help]</params>
<optionsBefore>
<option name="--xml" shortcut="">
<help><![CDATA[To output help as XML]]></help>
</option>
<option name="--format" shortcut="">
<help><![CDATA[To output help in other formats (default: "txt")]]></help>
</option>
<option name="--raw" shortcut="">
<help><![CDATA[To output raw command help]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>list</name>
<help><![CDATA[The list command lists all commands: <b>php magento list</b><br /> You can also display the commands for a specific namespace: <b>php magento list nest</b><br /> You can also output the information in other formats by using the --format option: <b>php magento list --format=xml</b><br /> It's also possible to get raw list of commands (useful for embedding command runner) <b>php magento list --raw</b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>namespace</td> <td>The namespace name</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--xml</td> <td>To output list as XML</td> </tr> <tr> <td>--raw</td> <td>To output raw command list</td> </tr> <tr> <td>--format</td> <td>To output list in other formats (default: "txt")</td> </tr> </table><br/>]]></help>
<params>namespace[=null]</params>
<optionsBefore>
<option name="--xml" shortcut="">
<help><![CDATA[To output list as XML]]></help>
</option>
<option name="--raw" shortcut="">
<help><![CDATA[To output raw command list]]></help>
</option>
<option name="--format" shortcut="" pattern="equals">
<help><![CDATA[To output list in other formats (default: "txt")]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>admin:user:create</name>
<help><![CDATA[Creates an administrator<br /><br />Usage: <b>admin:user:create [--admin-user="&hellip;"] [--admin-password="&hellip;"] [--admin-email="&hellip;"] [--admin-firstname="&hellip;"] [--admin-lastname="&hellip;"] [--magento-init-params="&hellip;"]<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--admin-user</td> <td>(Required) Admin user</td> </tr> <tr> <td>--admin-password</td> <td>(Required) Admin password</td> </tr> <tr> <td>--admin-email</td> <td>(Required) Admin email</td> </tr> <tr> <td>--admin-firstname</td> <td>(Required) Admin first name</td> </tr> <tr> <td>--admin-lastname</td> <td>(Required) Admin last name</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>--admin-user --admin-password --admin-email --admin-firstname --admin-lastname --magento-init-params[=null]</params>
<optionsBefore>
<option name="--admin-user" shortcut="" pattern="equals">
<help><![CDATA[(Required) Admin user]]></help>
</option>
<option name="--admin-password" shortcut="" pattern="equals">
<help><![CDATA[(Required) Admin password]]></help>
</option>
<option name="--admin-email" shortcut="" pattern="equals">
<help><![CDATA[(Required) Admin email]]></help>
</option>
<option name="--admin-firstname" shortcut="" pattern="equals">
<help><![CDATA[(Required) Admin first name]]></help>
</option>
<option name="--admin-lastname" shortcut="" pattern="equals">
<help><![CDATA[(Required) Admin last name]]></help>
</option>
<option name="--magento-init-params" shortcut="">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>admin:user:unlock</name>
<help><![CDATA[This command unlocks an admin account by its username<br /><br />Usage: <b>admin:user:unlock username<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>username</td> <td>The admin username to unlock</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>username</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cache:clean</name>
<help><![CDATA[Cleans cache type(s)<br /><br />Usage: <b>cache:clean [--bootstrap="&hellip;"] [type1] &hellip; [typeN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>types</td> <td>Space-separated list of cache types or omit to apply to all cache types</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>types[=config|layout|block_html|collections|reflection|db_ddl|eav|target_rule|full_page|config_integration|config_integration_api|translate|config_webservice]</params>
<optionsBefore>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cache:disable</name>
<help><![CDATA[Disables cache type(s)<br /><br />Usage: <b>cache:disable [--bootstrap="&hellip;"] [type1] &hellip; [typeN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>types</td> <td>Space-separated list of cache types or omit to apply to all cache types</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>types[=null]</params>
<optionsBefore>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cache:enable</name>
<help><![CDATA[Enables cache type(s)<br /><br />Usage: <b>cache:enable [--bootstrap="&hellip;"] [type1] &hellip; [typeN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>types</td> <td>Space-separated list of cache types or omit to apply to all cache types</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>types[=null]</params>
<optionsBefore>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cache:flush</name>
<help><![CDATA[Flushes cache storage used by cache type(s)<br /><br />Usage: <b>cache:flush [--bootstrap="&hellip;"] [type1] &hellip; [typeN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>types</td> <td>Space-separated list of cache types or omit to apply to all cache types</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>types[=null]</params>
<optionsBefore>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cache:status</name>
<help><![CDATA[Checks cache status<br /><br />Usage: <b>cache:status [--bootstrap="&hellip;"]<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>catalog:images:resize</name>
<help><![CDATA[Creates resized product images<br /><br />Usage: <b>catalog:images:resize<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>catalog:product:attributes:cleanup</name>
<help><![CDATA[Removes unused product attributes<br /><br />Usage: <b>catalog:product:attributes:cleanup<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>cron:run</name>
<help><![CDATA[Runs jobs by schedule<br /><br />Usage: <b>cron:run [--group="&hellip;"] [--bootstrap="&hellip;"]<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--group</td> <td>Run jobs only from specified group</td> </tr> <tr> <td>--bootstrap</td> <td>Add or override parameters of the bootstrap</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--group" shortcut="" pattern="equals">
<help><![CDATA[Run jobs only from specified group]]></help>
</option>
<option name="--bootstrap" shortcut="" pattern="equals">
<help><![CDATA[Add or override parameters of the bootstrap]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>customer:hash:upgrade</name>
<help><![CDATA[Upgrade customer's hash according to the latest algorithm<br /><br />Usage: <b>customer:hash:upgrade<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>deploy:mode:set</name>
<help><![CDATA[Set application mode<br /><br /> Usage: <b>deploy:mode:set [-s|--skip-compilation] mode<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>mode</td> <td>The application mode to set. Available options are "developer" or "production"</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--skip-compilation (-s)</td> <td>Skips the clearing and regeneration of static content (generated code, preprocessed CSS, and assets in pub/static/)</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>--skip-compilation[=null]</params>
<optionsBefore>
<option name="--skip-compilation" shortcut="-s">
<help><![CDATA[Skips the clearing and regeneration of static content (generated code, preprocessed CSS, and assets in pub/static/)]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>deploy:mode:show</name>
<help><![CDATA[Displays current application mode<br /><br /> Usage: <b>deploy:mode:show<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>dev:source-theme:deploy</name>
<help><![CDATA[Collects and publishes source files for theme<br /><br /> Usage: <b>dev:source-theme:deploy [--type="&hellip;"] [--locale="&hellip;"] [--area="&hellip;"] [--theme="&hellip;"] [file1] &hellip; [fileN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>file</td> <td>Files to pre-process (file should be specified without extension) (default: ["css/styles-m","css/styles-l"])</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--type</td> <td>Type of source files: [less] (default: "less")</td> </tr> <tr> <td>--locale</td> <td>Locale: [en_US] (default: "en_US")</td> </tr> <tr> <td>--area</td> <td>Area: [frontend|adminhtml] (default: "frontend")</td> </tr> <tr> <td>--theme</td> <td>Theme: [Vendor/theme] (default: "Magento/luma")</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>--type[=null] --locale[=null] --area[=null] --theme[=null] file[=&quot;css/styles-m&quot;,&quot;css/styles-l&quot;]</params>
<optionsBefore>
<option name="--type" shortcut="" pattern="equals">
<help><![CDATA[Type of source files: [less] (default: "less")]]></help>
</option>
<option name="--locale" shortcut="" pattern="equals">
<help><![CDATA[Locale: [en_US] (default: "en_US")]]></help>
</option>
<option name="--area" shortcut="" pattern="equals">
<help><![CDATA[Area: [frontend|adminhtml] (default: "frontend")]]></help>
</option>
<option name="--theme" shortcut="" pattern="equals">
<help><![CDATA[Theme: [Vendor/theme] (default: "Magento/luma")]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>dev:urn-catalog:generate</name>
<help><![CDATA[Generates the catalog of URNs to *.xsd mappings for the IDE to highlight xml<br /><br /> Usage: <b>dev:urn-catalog:generate [--ide="&hellip;"] path<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>path</td> <td>Path to file to output the catalog. For PhpStorm use .idea/misc.xml</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--ide</td> <td>Format in which catalog will be generated. Supported: [phpstorm] (default: "phpstorm")</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>--ide[=phpstorm] path[=.idea/misc.xml]</params>
<optionsBefore>
<option name="--ide" shortcut="" pattern="equals">
<help><![CDATA[Format in which catalog will be generated. Supported: [phpstorm] (default: "phpstorm")]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>dev:xml:convert</name>
<help><![CDATA[Converts XML file using XSL style sheets<br /><br /> Usage: <b>dev:xml:convert [-o|--overwrite] xml-file processor<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>xml-file</td> <td>Path to XML file that going to be transformed</td> </tr> <tr> <td>processor</td> <td>Path to XSL style sheet that going to be applied to XML file</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--overwrite (-o)</td> <td>Overwrite XML file</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>xml-file processor</params>
<optionsBefore>
<option name="--overwrite" shortcut="-o">
<help><![CDATA[Format in which catalog will be generated. Supported: [phpstorm] (default: "phpstorm")]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>i18n:collect-phrases</name>
<help><![CDATA[Discovers phrases in the codebase<br /><br /> Usage: <b>i18n:collect-phrases [-o|--output="&hellip;"] [-m|--magento] [directory]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>directory</td> <td>Directory path to parse. Not needed if --magento flag is set</td> </tr><tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--output (-o)</td> <td>Path (including filename) to an output file. With no file specified, defaults to stdout</td> </tr> <tr> <td>--magento (-m)</td> <td>Use the --magento parameter to parse the current Magento codebase. Omit the parameter if a directory is specified</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>directory[=null]</params>
<optionsBefore>
<option name="--output" shortcut="-o" pattern="equals">
<help><![CDATA[Path (including filename) to an output file. With no file specified, defaults to stdout]]></help>
</option>
<option name="--magento" shortcut="-m">
<help><![CDATA[Use the --magento parameter to parse the current Magento codebase. Omit the parameter if a directory is specified]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>i18n:pack</name>
<help><![CDATA[Saves language package<br /><br /> Usage: <b>i18n:pack [-m|--mode="&hellip;"] [-d|--allow-duplicates] source locale<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>source</td> <td>Path to source dictionary file with translations</td> </tr> <tr> <td>locale</td> <td>Target locale for dictionary, for example "de_DE"</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--mode (-m)</td> <td>Save mode for dictionary<br />- "replace" - replace language pack by new one<br />- "merge" - merge language packages, by default "replace" (default: "replace")</td> </tr> <tr> <td>--allow-duplicates (-d))</td> <td>Use the --allow-duplicates parameter to allow saving duplicates of translate. Otherwise omit the parameter</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>source locale</params>
<optionsBefore>
<option name="--mode" shortcut="-m" pattern="equals">
<help><![CDATA[Save mode for dictionary<br />- "replace" - replace language pack by new one<br />- "merge" - merge language packages, by default "replace" (default: "replace")]]></help>
</option>
<option name="--allow-duplicates" shortcut="-d">
<help><![CDATA[Use the --allow-duplicates parameter to allow saving duplicates of translate. Otherwise omit the parameter]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>i18n:uninstall</name>
<help><![CDATA[Uninstalls language packages<br /><br /> Usage: <b>i18n:uninstall [-b|--backup-code] package1 &hellip; [packageN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>package</td> <td>Language package name</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--backup-code (-b)</td> <td>Take code and configuration files backup (excluding temporary files)</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>package[=null]</params>
<optionsBefore>
<option name="--backup-code" shortcut="-b">
<help><![CDATA[Take code and configuration files backup (excluding temporary files)]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:info</name>
<help><![CDATA[Shows allowed Indexers<br /><br /> Usage: <b>indexer:info<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:reindex</name>
<help><![CDATA[Reindexes Data<br /><br /> Usage: <b>indexer:reindex [index1] &hellip; [indexN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>index</td> <td>Space-separated list of index types or omit to apply to all indexes</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>index[=null]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:reset</name>
<help><![CDATA[Invalidates indexes<br /><br /> Usage: <b>indexer:reset [index1] &hellip; [indexN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>index</td> <td>Space-separated list of index types or omit to apply to all indexes</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>index[=null| design_config_grid, customer_grid, catalog_category_product, catalog_product_category, catalog_product_price, catalog_product_attribute, cataloginventory_stock, catalogrule_rule, catalogrule_product, catalogsearch_f ulltext ]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:set-mode</name>
<help><![CDATA[Sets index mode type<br /><br /> Usage: <b>indexer:set-mode [mode] [index1] &hellip; [indexN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>mode</td> <td>Indexer mode type [realtime|schedule]</td> </tr> <tr> <td>index</td> <td>Space-separated list of index types or omit to apply to all indexes</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>mode index[=null]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:show-mode</name>
<help><![CDATA[Shows Index Mode<br /><br /> Usage: <b>indexer:show-mode [index1] &hellip; [indexN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>index</td> <td>Space-separated list of index types or omit to apply to all indexes</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>index[=null]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>indexer:status</name>
<help><![CDATA[Shows status of Indexer<br /><br /> Usage: <b>indexer:status [index1] &hellip; [indexN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>index</td> <td>Space-separated list of index types or omit to apply to all indexes</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>index[=null]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>info:adminuri</name>
<help><![CDATA[Displays the Magento Admin URI<br /><br /> Usage: <b>info:adminuri<b><br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>maintenance:allow-ips</name>
<help><![CDATA[Sets maintenance mode exempt IPs<br /><br /> Usage: <b>maintenance:allow-ips [--none] [--magento-init-params="&hellip;"] [ip1] &hellip; [ipN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>ip</td> <td>Allowed IP addresses</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--none</td> <td>Clear allowed IP addresses</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>ip</params>
<optionsBefore>
<option name="--none" shortcut="-h">
<help><![CDATA[Clear allowed IP addresses]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>maintenance:disable</name>
<help><![CDATA[Disables maintenance mode<br /><br /> Usage: <b>maintenance:disable [--ip="&hellip;"] [--magento-init-params="&hellip;"]<b><br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--ip</td> <td>Allowed IP addresses (use 'none' to clear allowed IP list) (multiple values allowed)</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--ip" shortcut="" pattern="equals">
<help><![CDATA[Allowed IP addresses (use 'none' to clear allowed IP list) (multiple values allowed)]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>maintenance:enable</name>
<help><![CDATA[Enables maintenance mode<br /><br /> Usage: <b>maintenance:enable [--ip="&hellip;"] [--magento-init-params="&hellip;"]<b><br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--ip</td> <td>Allowed IP addresses (use 'none' to clear allowed IP list) (multiple values allowed)</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--ip" shortcut="" pattern="equals">
<help><![CDATA[Allowed IP addresses (use 'none' to clear allowed IP list) (multiple values allowed)]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>maintenance:status</name>
<help><![CDATA[Displays maintenance mode status<br /><br /> Usage: <b>maintenance:status [--magento-init-params="&hellip;"]<b><br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>module:disable</name>
<help><![CDATA[Disables specified modules<br /><br /> Usage: <b>module:disable [-f|--force] [--all] [-c|--clear-static-content] [--magento-init-params="&hellip;"] [module1] &hellip; [moduleN]<b><br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>module</td> <td>Name of the module</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--force (-f)</td> <td>Bypass dependencies check</td> </tr> <tr> <td>--all</td> <td>Disable all modules</td> </tr><tr> <td>--clear-static-content (-c)</td> <td>Clear generated static view files. Necessary, if the module(s) have static view files</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>module[=null]</params>
<optionsBefore>
<option name="--force" shortcut="-f">
<help><![CDATA[Bypass dependencies check]]></help>
</option>
<option name="--all" shortcut="">
<help><![CDATA[Disable all modules]]></help>
</option>
<option name="--clear-static-content" shortcut="-c">
<help><![CDATA[Clear generated static view files. Necessary, if the module(s) have static view files]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>module:enable</name>
<help><![CDATA[Enables specified modules<br /><br /> Usage: <b>module:enable [-f|--force] [--all] [-c|--clear-static-content] [--magento-init-params="&hellip;"] [module1] &hellip; [moduleN]<b><br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>module</td> <td>Name of the module</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--force (-f)</td> <td>Bypass dependencies check</td> </tr> <tr> <td>--all</td> <td>Disable all modules</td> </tr><tr> <td>--clear-static-content (-c)</td> <td>Clear generated static view files. Necessary, if the module(s) have static view files</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>module[=null]</params>
<optionsBefore>
<option name="--force" shortcut="-f">
<help><![CDATA[Bypass dependencies check]]></help>
</option>
<option name="--all" shortcut="">
<help><![CDATA[Disable all modules]]></help>
</option>
<option name="--clear-static-content" shortcut="-c">
<help><![CDATA[Clear generated static view files. Necessary, if the module(s) have static view files]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>module:status</name>
<help><![CDATA[Displays status of modules<br /><br /> Usage: <b>module:status [--magento-init-params="&hellip;"]<b><br/><br/> <table> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>module:uninstall</name>
<help><![CDATA[Uninstalls modules installed by composer<br /><br /> Usage: <b>module:uninstall [-r|--remove-data] [--backup-code] [--backup-media] [--backup-db] [-c|--clear-static-content] [--magento-init-params="&hellip;"] module1 &hellip; [moduleN]<b><br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>module</td> <td>Name of the module</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--remove-data (-r)</td> <td>Remove data installed by module(s)</td> </tr> <tr> <td>--backup-code</td> <td>Take code and configuration files backup (excluding temporary files)</td> </tr><tr> <td>--backup-media</td> <td>Take media backup</td> </tr> <tr> <td>--backup-db</td> <td>Take complete database backup</td> </tr> <tr> <td>--clear-static-content (-c)</td> <td>Clear generated static view files. Necessary, if the module(s) have static view files</td> </tr> <tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>module</params>
<optionsBefore>
<option name="--remove-data" shortcut="-r">
<help><![CDATA[Remove data installed by module(s)]]></help>
</option>
<option name="--backup-code" shortcut="">
<help><![CDATA[Take code and configuration files backup (excluding temporary files)]]></help>
</option>
<option name="--backup-media" shortcut="-c">
<help><![CDATA[Take media backup]]></help>
</option>
<option name="--backup-db" shortcut="">
<help><![CDATA[Take complete database backup]]></help>
</option>
<option name="--clear-static-content" shortcut="-c">
<help><![CDATA[Clear generated static view files. Necessary, if the module(s) have static view files]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>setup:uninstall</name>
<help><![CDATA[Uninstalls the Magento application<br /><br /> Usage: <b>setup:uninstall [--magento-init-params="&hellip;"]<b><br/><br/> <table> <td><strong>Options:</strong></td> </tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>setup:upgrade</name>
<help><![CDATA[Upgrades the Magento application, DB data, and schema<br /><br /> Usage: <b>setup:upgrade [--keep-generated] [--magento-init-params="&hellip;"]<b><br/><br/> <table> <td><strong>Options:</strong></td> </tr> <td>--keep-generated</td> <td>Prevents generated files from being deleted. We discourage using this option except when deploying to production.<br />Consult your system integrator or administrator for more information.</td> </tr> </tr> <td>--magento-init-params</td> <td>Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<optionsBefore>
<option name="--keep-generated" shortcut="">
<help><![CDATA[Prevents generated files from being deleted. We discourage using this option except when deploying to production.<br />Consult your system integrator or administrator for more information.]]></help>
</option>
<option name="--magento-init-params" shortcut="" pattern="equals">
<help><![CDATA[Add to any command to customize Magento initialization parameters<br />For example: "MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache"]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>setup:static-content:deploy</name>
<help><![CDATA[Deploys static view files<br /><br /> Usage: <b>setup:static-content:deploy [-d|--dry-run] [languages1] &hellip; [languagesN]<b> <br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>languages</td> <td>List of languages you want the tool populate files for. (default: ["en_US"])</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--dry-run (-d)</td> <td>If specified, then no files will be actually deployed</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>--dry-run</params>
<optionsBefore>
<option name="--dry-run" shortcut="-d">
<help><![CDATA[If specified, then no files will be actually deployed]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>theme:uninstall</name>
<help><![CDATA[Uninstalls theme<br /><br /> Usage: <b>theme:uninstall [--backup-code] [-c|--clear-static-content] theme1 &hellip; [themeN]<b><br/><br/> <table> <tr> <td><strong>Arguments:</strong></td> </tr> <tr> <td>theme</td> <td>Path of the theme. Theme path should be specified as full path which is area/vendor/name. For example, frontend/Magento/blank</td> </tr> <tr><br /></tr> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--backup-code</td> <td>Take code backup (excluding temporary files)</td> </tr> <tr> <td>--clear-static-content (-c)</td> <td>Clear generated static view files</td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr><td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> </table><br/>]]></help>
<params>theme</params>
<optionsBefore>
<option name="--backup-code" shortcut="">
<help><![CDATA[Take code backup (excluding temporary files)]]></help>
</option>
<option name="--clear-static-content" shortcut="-c">
<help><![CDATA[Clear generated static view files]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[(-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question]]></help>
</option>
</optionsBefore>
</command>
<help><![CDATA[Magento CLI version 2.0.0<br/><br/> Usage: <b>command [options] [arguments]<b> <br/><br/> <table> <tr> <td><strong>Options:</strong></td> </tr> <tr> <td>--help (-h)</td> <td>Display this help message</td> </tr> <tr> <td>--quiet (-q)</td> <td>Do not output any message</td> </tr> <tr> <td>--verbose (-v|vv|vvv)</td> <td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</td> </tr> <tr> <td>--version (-V)</td> <td>Display this application version</td> </tr> <tr> <td>--ansi</td> <td>Force ANSI output</td> </tr> <tr> <td>--no-ansi</td> <td>Disable ANSI output</td> </tr> <tr> <td>--no-interaction (-n)</td> <td>Do not ask any interactive question</td> </tr> <tr><br/></tr> <tr> <td><strong>Available commands:</strong></td> </tr> <tr> <td>help</td> <td>Displays help for a command</td> </tr> <tr> <td>list</td> <td>Lists commands</td> </tr> <tr> <td><strong>admin</strong></td> </tr> <tr> <td>admin:user:create</td> <td>Creates an administrator</td> </tr> <tr> <td>admin:user:unlock</td> <td>Unlock Admin Account</td> </tr> <tr> <td><strong>cache</strong></td> </tr> <tr> <td>cache:clean</td> <td>Cleans cache type(s)</td> </tr> <tr> <td>cache:disable</td> <td>Disables cache type(s)</td> </tr> <tr> <td>cache:enable</td> <td>Enables cache type(s)</td> </tr> <tr> <td>cache:flush</td> <td>Flushes cache storage used by cache type(s)</td> </tr> <tr> <td>cache:status</td> <td>Checks cache status</td> </tr> <tr> <td><strong>catalog</strong></td> </tr> <tr> <td>catalog:images:resize</td> <td>Creates resized product images</td> </tr> <tr> <td>catalog:product:attributes:cleanup</td> <td>Removes unused product attributes</td> </tr> <tr> <td><strong>cron</strong></td> </tr> <tr> <td>cron:run</td> <td>Runs jobs by schedule</td> </tr> <tr> <td><strong>customer</strong></td> </tr> <tr> <td>customer:hash:upgrade</td> <td>Upgrade customer's hash according to the latest algorithm</td> </tr> <tr> <td><strong>deploy</strong></td> </tr> <tr> <td>deploy:mode:set</td> <td>Set application mode</td> </tr> <tr> <td>deploy:mode:show</td> <td>Displays current application mode</td> </tr> <tr> <td><strong>dev</strong></td> </tr> <tr> <td>dev:source-theme:deploy</td> <td>SCollects and publishes source files for theme</td> </tr> <tr> <td>dev:tests:run</td> <td>Runs tests</td> </tr> <tr> <td>dev:urn-catalog:generate</td> <td>Generates the catalog of URNs to *.xsd mappings for the IDE to highlight xml</td> </tr> <tr> <td>dev:xml:convert</td> <td>Converts XML file using XSL style sheets</td> </tr> <tr> <td><strong>i18n</strong></td> </tr> <tr> <td>i18n:collect-phrases</td> <td>Discovers phrases in the codebase</td> </tr> <tr> <td>i18n:pack</td> <td>Saves language package</td> </tr> <tr> <td>i18n:uninstall</td> <td>Uninstalls language packages</td> </tr> <tr> <td><strong>indexer</strong></td> </tr> <tr> <td>indexer:info</td> <td>Shows allowed Indexers</td> </tr> <tr> <td>indexer:reindex</td> <td>Reindexes Data</td> </tr> <tr> <td>indexer:reset</td> <td>Invalidates indexes</td> </tr> <tr> <td>indexer:set-mode</td> <td>Sets index mode type</td> </tr> <tr> <td>indexer:show-mode</td> <td>Shows Index Mode</td> </tr> <tr> <td>indexer:status</td> <td>Shows status of Indexer</td> </tr> <tr> <td><strong>info</strong></td> </tr> <tr> <td>info:adminuri</td> <td>Displays the Magento Admin URI</td> </tr> <tr> <td>info:backups:list</td> <td>Prints list of available backup files</td> </tr> <tr> <td>info:currency:list</td> <td>Displays the list of available currencies</td> </tr> <tr> <td>info:dependencies:show-framework</td> <td>Shows number of dependencies on Magento framework</td> </tr> <tr> <td>info:dependencies:show-modules</td> <td>Shows number of dependencies between modules</td> </tr> <tr> <td>info:dependencies:show-modules-circular</td> <td>Shows number of circular dependencies between modules</td> </tr> <tr> <td>info:language:list</td> <td>Displays the list of available language locales</td> </tr> <tr> <td>info:timezone:list</td> <td>Displays the list of available timezones</td> </tr> <tr> <td><strong>maintenance</strong></td> </tr> <tr> <td>maintenance:allow-ips</td> <td>Sets maintenance mode exempt IPs</td> </tr> <tr> <td>maintenance:disable</td> <td>Disables maintenance mode</td> </tr> <tr> <td>maintenance:enable</td> <td>Enables maintenance mode</td> </tr> <tr> <td>maintenance:status</td> <td>Displays maintenance mode status</td> </tr> <tr> <td><strong>module</strong></td> </tr> <tr> <td>module:disable</td> <td>Disables specified modules</td> </tr> <tr> <td>module:enable</td> <td>Enables specified modules</td> </tr> <tr> <td>module:status</td> <td>Displays status of modules</td> </tr> <tr> <td>module:uninstall</td> <td>Uninstalls modules installed by composer</td> </tr> <tr> <td><strong>sampledata</strong></td> </tr> <tr> <td>sampledata:deploy</td> <td>Deploy sample data modules</td> </tr> <tr> <td>sampledata:remove</td> <td>Remove all sample data packages from composer.json</td> </tr> <tr> <td>sampledata:reset</td> <td>Reset all sample data modules for re-installation</td> </tr> <tr> <td><strong>setup</strong></td> </tr> <tr> <td>setup:backup</td> <td>Takes backup of Magento Application code base, media and database</td> </tr> <tr> <td>setup:config:set</td> <td>Creates or modifies the deployment configuration</td> </tr> <tr> <td>setup:cron:run</td> <td>Runs cron job scheduled for setup application</td> </tr> <tr> <td>setup:db-data:upgrade</td> <td>Installs and upgrades data in the DB</td> </tr> <tr> <td>setup:db-schema:upgrade</td> <td>Installs and upgrades the DB schema</td> </tr> <tr> <td>setup:db:status</td> <td>Checks if DB schema or data requires upgrade</td> </tr> <tr> <td>setup:di:compile</td> <td>Generates DI configuration and all missing classes that can be auto-generated</td> </tr> <tr> <td>setup:di:compile-multi-tenant</td> <td>Generates all non-existing proxies and factories, and pre-compile class definitions, inheritance information and plugin definitions</td> </tr> <tr> <td>setup:install</td> <td>Installs the Magento application</td> </tr> <tr> <td>setup:performance:generate-fixtures</td> <td>Generates fixtures</td> </tr> <tr> <td>setup:rollback</td> <td>Rolls back Magento Application codebase, media and database</td> </tr> <tr> <td>setup:static-content:deploy</td> <td>Deploys static view files</td> </tr> <tr> <td>setup:store-config:set</td> <td>Installs the store configuration</td> </tr> <tr> <td>setup:uninstall</td> <td>Uninstalls the Magento application</td> </tr> <tr> <td>setup:upgrade</td> <td>Upgrades the Magento application, DB data, and schema</td> </tr> <tr> <td><strong>theme</strong></td> </tr> <tr> <td>theme:uninstall</td> <td>Uninstalls theme</td> </tr> </table>]]></help>
</framework>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment