phylum auth set-token
Set the current authentication token
Usage: phylum auth set-token [OPTIONS] [TOKEN]
Arguments
[TOKEN]
Authentication token to store (read from stdin if omitted)
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
# Supply the token directly on the command line
$ phylum auth set-token ph0_UyqKk8yRmuO4gRx52os3obQevBluJTGsepQw0bLRmX0
# Supply the token on stdin
$ phylum auth set-token
ph0_UyqKk8yRmuO4gRx52os3obQevBluJTGsepQw0bLRmX0
Updated about 1 month ago