Skip to content

orca policy

Manage Keystone policies.

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

orca policy

Manage Keystone policies.

Usage:

orca policy [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create a policy.
  • delete: Delete a policy.
  • list: List policies.
  • set: Update a policy.
  • show: Show a policy.

orca policy create

Create a policy.

Usage:

orca policy create [OPTIONS] BLOB

Options:

Name Type Description Default
--type text MIME type of the policy blob. application/json
--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 policy delete

Delete a policy.

Usage:

orca policy delete [OPTIONS] POLICY_ID

Options:

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

orca policy list

List policies.

Usage:

orca policy list [OPTIONS]

Options:

Name Type Description Default
--type text Filter by policy type. 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 policy set

Update a policy.

Usage:

orca policy set [OPTIONS] POLICY_ID

Options:

Name Type Description Default
--blob text New policy blob. None
--type text New MIME type. None
--help boolean Show this message and exit. False

orca policy show

Show a policy.

Usage:

orca policy show [OPTIONS] POLICY_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