Tsuru token show
tsuru token show¶
Shows API token for the user. This command is deprecated, [[tsuru
Synopsis¶
Shows API token for the user. This command is deprecated, [[tsuru token-create]] should be used instead. This token allow authenticated API calls to tsuru impersonating the user who created it and will never expire.
The token key will be generated the first time this command is called. See [[tsuru token regenerate]] if you need to invalidate an existing token.
tsuru token show [--user/-u useremail] [flags]
Options¶
-u, --user string Shows API token for the given user email
-h, --help help for show
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru token - Manage team tokens used to authenticate automations through Tsuru.