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

-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"