phylum auth token
Return the current authentication token
Usage: phylum auth token [OPTIONS]
Options
-b, --bearer
Output the short-lived bearer token for the Phylum API
-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
# Output long-lived refresh token
$ phylum auth token
# Output short-lived bearer token
$ phylum auth token --bearer
Updated 5 months ago