Skip to content

orca credential

Manage Keystone non-application credentials.

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

orca credential

Manage Keystone credentials.

Usage:

orca credential [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create a credential.
  • delete: Delete a credential.
  • list: List credentials.
  • set: Update a credential.
  • show: Show credential details.

orca credential create

Create a credential.

Usage:

orca credential create [OPTIONS]

Options:

Name Type Description Default
--user text User ID who owns this credential. Sentinel.UNSET
--type text Credential type (ec2, totp, cert, etc.). Sentinel.UNSET
--blob text Credential data (JSON string or raw value). Sentinel.UNSET
--project text Project ID (required for EC2 credentials). None
--help boolean Show this message and exit. False

orca credential delete

Delete a credential.

Usage:

orca credential delete [OPTIONS] CREDENTIAL_ID

Options:

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

orca credential list

List credentials.

Usage:

orca credential list [OPTIONS]

Options:

Name Type Description Default
--user text Filter by user ID. None
--type text Filter by type (ec2, totp, cert…). None
--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 credential set

Update a credential.

Usage:

orca credential set [OPTIONS] CREDENTIAL_ID

Options:

Name Type Description Default
--blob text New credential data. None
--project text New project ID. None
--help boolean Show this message and exit. False

orca credential show

Show credential details.

Usage:

orca credential show [OPTIONS] CREDENTIAL_ID

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