phylum auth revoke-token
Revoke an API token
Usage: phylum auth revoke-token [OPTIONS] [TOKEN_NAME]...
Argumentsβ
[TOKEN_NAME]
β Unique token names which identify the tokens
Optionsβ
-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β
# Interactively select tokens to revoke.
$ phylum auth revoke-token
# Revoke tokens "token1" and "token2".
$ phylum auth revoke-token "token1" "token2"