plugins

Command-line helper for managing installed plugins.

plugins [OPTIONS] COMMAND [ARGS]...

install

Install plugins

plugins install [OPTIONS] PLUGIN-NAMES or path/to/project-dir

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

-y, --yes

Don’t ask for confirmation to install the plugins

-U, --upgrade

Upgrade the plugin to the newest available version

Arguments

PLUGIN-NAMES or path/to/project-dir

Optional argument(s)

list

Display plugins

plugins list [OPTIONS]

Options

-a, --all

Display all plugins installed and available (including Core)

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

uninstall

Uninstall plugins

plugins uninstall [OPTIONS] PLUGIN-NAMES or path/to/project-dir

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

-y, --yes

Don’t ask for confirmation to install the plugins

Arguments

PLUGIN-NAMES or path/to/project-dir

Optional argument(s)