phylum uninstall
Uninstall the Phylum CLI
Usage: phylum uninstall [OPTIONS]
Optionsβ
-p
, --purge
β Remove all files, including configuration files (default: false)
-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
Examplesβ
# Remove installed phylum binary and data files
$ phylum uninstall
# Remove all installed phylum files
$ phylum uninstall --purge