phylum uninstall
Uninstall the Phylum CLI
Usage: phylum uninstall [OPTIONS]
Options
-p
, --purge
Remove all files, including configuration files (default: false)
-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
Updated 11 days ago