plugins#

Command-line helper for managing plugins.

Usage

plugins [OPTIONS] COMMAND [ARGS]...

change-version#

Change ape and all plugins version

Usage

plugins change-version [OPTIONS] VERSION

Arguments

VERSION#

Required argument

install#

Install plugins

Usage

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

--python <python>#

Specify the virtualenv location

Arguments

PLUGIN-NAMES or path/to/project-dir#

Optional argument(s)

list#

Display plugins

Usage

plugins list [OPTIONS]

Options

-v, --verbosity <LVL>#

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

-a, --all#

Display all plugins installed and available (including Core)

--format <output_format>#
Options:

default | prefixed | freeze

--exclude-version#

Do not include plugin versions in output

uninstall#

Uninstall plugins

Usage

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

--python <python>#

Specify the virtualenv location

Arguments

PLUGIN-NAMES or path/to/project-dir#

Optional argument(s)

update#

Update Ape and all plugins to the next version

Usage

plugins update [OPTIONS]