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

Commit afbcfcc

Browse files
committed
magento/graphql-ce#: Magento CLI. Support short commands name
1 parent bc5bd77 commit afbcfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/reference/cli-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This reference contains {{ commands | size }} commands available through the `bi
1111
The initial list is auto generated using `bin/magento list` command at the {{ site.data.var.ce }} edition.
1212

1313
{: .bs-callout-info }
14-
Magento CLI allows a short command name instead of a full one. For example, `bin/magento setup:upgrade` can be called using `bin/magento s:up`, `bin/magento s:upg`, etc. See [shortcut syntax](https://symfony.com/doc/current/components/console/usage.html#shortcut-syntax) to understand how to use shortcuts with any Magento CLI command.
14+
You can call Magento CLI commands using shortcuts instead of the full command name. For example, you can call `bin/magento setup:upgrade` using `bin/magento s:up`, `bin/magento s:upg`, etc. See [shortcut syntax](https://symfony.com/doc/current/components/console/usage.html#shortcut-syntax) to understand how to use shortcuts with any Magento CLI command.
1515

1616
{% for command in commands %}
1717
{% assign arguments = command.definition.arguments %}

0 commit comments

Comments
 (0)