Skip to main content
Downloads and installs a plugin package from npm. Plugins extend the CLI with new commands — they are regular npm packages distributed independently. After installation the plugin’s commands are available immediately without restarting the CLI.

Arguments

ArgumentDescription
<plugin>npm package name to install. Scoped packages (@org/name) are supported.

Flags

FlagDefaultDescription
--forcefalseForce reinstall even if the plugin is already present.

Examples

See also