phylum auth create-token
Create a new API token
Usage: phylum auth create-token [OPTIONS] <TOKEN_NAME>
Arguments
<TOKEN_NAME>
Unique name to identify the new token
Options
-e
, --expiry
<DAYS>
Number of days the token will be valid
-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
Updated 11 days ago