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:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a user.
- delete: Delete a user.
- list: List users.
- password: Manage a user's password (admin).
- set: Update a user.
- set-password: [deprecated, use 'user password set' instead]
- show: Show user details.
orca user create¶
Create a user.
Usage:
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:
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:
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:
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:
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:
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:
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:
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 |