yireo/shopware6-additional-user-commands

Shopware 6 plugin adding additional user commands to the CLI

Installs: 308

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 3

Type:shopware-platform-plugin

0.0.3 2023-12-11 08:17 UTC

This package is auto-updated.

Last update: 2024-04-11 08:56:34 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