Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 969 Bytes

magento-commerce.md

File metadata and controls

24 lines (19 loc) · 969 Bytes
group title functional_areas
cli-reference
bin/magento (Commerce)
Configuration
System
Setup

{% assign tool = 'bin/magento' %}

{% assign file = site.data.codebase.v2_3.commerce.bin-magento %}

{% assign edition = site.data.var.ee %}

{% capture intro %} Use the ["Add CLI commands"]({{ page.baseurl }}/extension-dev-guide/cli-cmds/cli-add.html) guide to add a custom Magento CLI command.

{:.bs-callout-info} You can call Magento CLI commands using shortcuts instead of the full command name. For example, you can call {{ tool }} setup:upgrade using {{ tool }} s:up, {{ tool }} s:upg. See shortcut syntax to understand how to use shortcuts with any Magento CLI command. {% endcapture %}

{% include reference/cli-template.md %}