yireo / shopware6-additional-user-commands
Shopware 6 插件,为 CLI 添加额外的用户命令
0.0.3
2023-12-11 08:17 UTC
Requires
- shopware/core: ~v6.5.0
This package is auto-updated.
Last update: 2024-09-11 09:53:43 UTC
README
Shopware 6 插件,为 CLI 添加额外的用户命令。默认的控制台只支持两个命令(user:create
和 user:change-password
)。此插件添加了 user:list
和 user:delete
命令。
安装
composer require yireo/shopware6-additional-user-commands bin/console plugin:refresh bin/console plugin:install --activate YireoAdditionalUserCommands bin/console cache:clear
使用方法
bin/console user:list bin/console user:delete --username=admin bin/console user:delete --email=admin@shopware.com