如何运行Magento 2命令行工具

 php bin/magento

下面的文章包含一个命令列表(magento help ),其中包含所有可能的用例和参数。像Admin这样的命令组没有任何扩展信息,因为这是没有意义的,因为命令本身会显示一些信息,并且没有要传递的参数。

vagrant@mage2:/vagrant/data/magento2/bin$ php magento

Magento CLI版本1.0.0-beta

Usage:

Options:

Available commands:

admin

cache

catalog

cron

dev

i18n

indexer

info

maintenance

module

setup

theme

管理 admin Magento 2 CLI命令

admin:user:create

创建Magento管理员用户帐户

缓存Magento 2 CLI命令

cache:status

通过这个命令,您可以看到所有Magento 2缓存的列表,其中每个缓存都可以用于诸如clean或disable之类的缓存管理命令。

cache:clean

按类型或全部缓存完成清除Magento 2缓存。

cache:disable

禁用Magento 2种特定缓存类型或全部缓存完成。

 

cache:flush

刷新Magento 2缓存存储

 

 

如果有不懂的地方请留言,SKY8G网站编辑者专注于研究IT源代码研究与开发。希望你下次光临,你的认可和留言是对我们最大的支持,谢谢!

上一篇: PHP | strcasecmp() Function

下一篇: PHP | strncasecmp() Function

登录 评论
avatar