Skip to content

yireo-shopware6/shopware6-additional-user-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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