conveyor auth get
Print the OAuth token
Synopsis
This command prints the OAuth token of the user that is currently logged in. It is safe to call this in an automated flow, since tokens are cached on disk. Tokens are not refetched at every call, the user will be presented the UI to log in when not logged in.
conveyor auth get [flags]
Options
  -h, --help   help for get
Options inherited from parent commands
      --debug                        Show debug output
      --no-browser NO_BROWSER=true   Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
  -o, --output string                Change the output. Valid options are table or json (default "table")
      --quiet QUIET=true             Quiet down the output. You can also use the environment variable QUIET=true.
See also
- conveyor auth - Auth configuration