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"