orca object-store¶
Swift admin verbs (OSC openstack object store …).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca object-store¶
OSC parity: openstack object store … admin verbs.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- account: Swift account-level metadata.
orca object-store account¶
Swift account-level metadata.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- set: Set account-level metadata.
- show: Show Swift account-level metadata and counters.
- unset: Remove account-level metadata.
orca object-store account set¶
Set account-level metadata.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Metadata key=value pair (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca object-store account show¶
Show Swift account-level metadata and counters.
Equivalent to openstack object store account show.
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 |
orca object-store account unset¶
Remove account-level metadata.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Metadata key to remove (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |