Skip to content

orca user

Manage Keystone users.

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

orca user

Manage users (Keystone v3).

Usage:

orca user [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

orca user create

Create a user.

Usage:

orca user create [OPTIONS] NAME

Options:

Name Type Description Default
--password text User password. Sentinel.UNSET
--email text Email address. None
--description text Description. None
--domain text Domain ID. None
--project text Default project ID. None
--enable / --disable boolean Enable or disable the user. True
--help boolean Show this message and exit. False

orca user delete

Delete a user.

Usage:

orca user delete [OPTIONS] USER_ID

Options:

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

orca user list

List users.

Usage:

orca user list [OPTIONS]

Options:

Name Type Description Default
--domain text Filter by domain name or ID. None
--project text Filter by project ID. None
--enabled / --disabled boolean Filter by enabled state. 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 user password

Manage a user's password (admin).

Usage:

orca user password [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • set: Set a user's password (admin).
orca user password set

Set a user's password (admin).

Usage:

orca user password set [OPTIONS] USER_ID

Options:

Name Type Description Default
--password text New password. Sentinel.UNSET
--help boolean Show this message and exit. False

orca user set

Update a user.

Usage:

orca user set [OPTIONS] USER_ID

Options:

Name Type Description Default
--name text New name. None
--email text New email. None
--description text New description. None
--password text New password. None
--enable / --disable boolean Enable or disable. None
--help boolean Show this message and exit. False

orca user set-password

Set a user's password (admin).

Usage:

orca user set-password [OPTIONS] USER_ID

Options:

Name Type Description Default
--password text New password. Sentinel.UNSET
--help boolean Show this message and exit. False

orca user show

Show user details.

Usage:

orca user show [OPTIONS] USER_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