plugins:install
Install a CLI plugin.
Syntax
fauna plugins:install PLUGIN … [--force, -f] [--help, -h] [--verbose, -v]
fauna plugins:add PLUGIN … [--force, -f] [--help, -h] [--verbose, -v]
Description
The plugins:install
installs a CLI plugin, which can be installed from npm
or a Git URL.
Installation of a user-installed plugin overrides a core plugin. For example, if given a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command overrides the core plugin implementation. This is useful for updating core plugin functionality in the CLI without patching and updating the whole CLI.
Alias: fauna plugins:add
Options
Option | Description |
---|---|
|
Run yarn install with force flag. |
|
Help for |
|
Run in verbose mode. |
Examples
fauna plugins:install myplugin
fauna plugins:install https://github.com/someuser/someplugin
fauna plugins:install someuser/someplugin
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!