plugins

Command-line helper for managing plugins.

plugins [OPTIONS] COMMAND [ARGS]...

change-version

Change ape and all plugins version

plugins change-version [OPTIONS] VERSION

Arguments

VERSION

Required argument

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)

update

Update Ape and all plugins to the next version

plugins update [OPTIONS]