Skip to content

orca token

Inspect and revoke Keystone tokens.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca token

Manage Keystone tokens.

Usage:

orca token [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • issue: Issue a token for the current credentials (show token details).
  • revoke: Revoke a token.

orca token issue

Issue a token for the current credentials (show token details).

Usage:

orca token issue [OPTIONS]

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca token revoke

Revoke a token.

Usage:

orca token revoke [OPTIONS] TOKEN_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False