yireo / shopware6-additional-user-commands
Shopware 6 plugin adding additional user commands to the CLI
Installs: 309
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 3
Type:shopware-platform-plugin
Requires
- shopware/core: ~v6.5.0
This package is auto-updated.
Last update: 2024-10-11 09:58:04 UTC
README
Shopware 6 plugin adding additional user commands to the CLI. The default console only supports two commands (user:create
and user:change-password
). This plugin adds the commands user:list
and user:delete
.
Installation
composer require yireo/shopware6-additional-user-commands bin/console plugin:refresh bin/console plugin:install --activate YireoAdditionalUserCommands bin/console cache:clear
Usage
bin/console user:list bin/console user:delete --username=admin bin/console user:delete --email=admin@shopware.com