phylum extension install
Install extension
Usage: phylum extension install [OPTIONS] <PATH>
Arguments
Options
-y, --yes
Accept permissions and overwrite existing extensions (same as `--overwrite --accept-permissions`)
--accept-permissions
Automatically accept requested permissions
--overwrite
Overwrite existing extension
-v, --verbose...
Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
Reduce the level of verbosity (the maximum is -qq)
-h, --help
Print help
Details
The extension will be installed under $XDG_DATA_HOME/phylum/extensions/<EXT_NAME>
.
If $XDG_DATA_HOME
is not set, it will default to $HOME/.local/share/phylum/extensions/<EXT_NAME>
.
Once installed, the extension will be accessible via the Phylum CLI:
phylum <EXT_NAME> [OPTIONS]...
Updated 5 months ago