phylum auth set-token

Set the current authentication token

Usage: phylum auth set-token [OPTIONS] [token]

Arguments

  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 eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjB9.49jV8bS3WGLP20VBpCDane-kjxfGmO8L6LHgE7mLO9I

# Supply the token on stdin
$ phylum auth set-token
eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjB9.49jV8bS3WGLP20VBpCDane-kjxfGmO8L6LHgE7mLO9I