phylum extension install
Install extension
Usage: phylum extension install [OPTIONS] <PATH>
Argumentsβ
<PATH>
Optionsβ
-y
, --yes
β Accept permissions and overwrite existing extensions (same as `--overwrite --accept-permissions`)
--accept-permissions
β Automatically accept requested permissions
--overwrite
β Overwrite existing extension
-o
, --org
<ORG>
β Phylum organization
-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]...