talos keys verify
talos keys verify
Verify a credential (API key or token)
Synopsis
Verifies a credential against the server. Checks if the credential is active, not expired, and not revoked.
talos keys verify [credential] [flags]
Options
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "table")
-h, --help help for verify
--no-cache Bypass verification cache (sends Cache-Control: no-cache header)
-q, --quiet Be quiet with output printing.
Options inherited from parent commands
--config string config file (default is $HOME/.talos.yaml or ./config.yaml)
-e, --endpoint string HTTP server base URL including scheme, e.g. http://host:port (for client commands) (default "http://localhost:4420")
See also
- talos keys Manage API keys
