Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 592 Bytes

File metadata and controls

17 lines (15 loc) · 592 Bytes

Shopware 6 additional user commands

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