Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

magento/graphql-ce#: Magento CLI. Support short commands name #4908

Merged
merged 8 commits into from
Jul 12, 2019
4 changes: 3 additions & 1 deletion _includes/reference/cli-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
This reference contains {{ commands | size }} commands available through the `bin/magento` command-line tool.
The initial list is auto generated using `bin/magento list` command at the {{ site.data.var.ce }} edition.

Please note, Magento CLI allows a short command name instead of a full one. For example, `bin/magento setup:upgrade` can be called via `bin/magento s:up`, `bin/magento s:upg`, etc.

{% for command in commands %}
{% assign arguments = command.definition.arguments %}
{% assign options = command.definition.options %}
Expand Down Expand Up @@ -85,4 +87,4 @@ bin/magento {{ command.usage }}
{% endfor %}

{% endunless %}
{% endfor %}
{% endfor %}