yireo/shopware6-additional-user-commands

Shopware 6 插件,为 CLI 添加额外的用户命令

安装: 309

依赖者: 0

建议者: 0

安全: 0

星标: 5

关注者: 2

分支: 3

类型:shopware-platform-plugin

0.0.3 2023-12-11 08:17 UTC

This package is auto-updated.

Last update: 2024-09-11 09:53:43 UTC


README

Shopware 6 插件,为 CLI 添加额外的用户命令。默认的控制台只支持两个命令(user:createuser:change-password)。此插件添加了 user:listuser: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