orca container¶
Manage Swift containers.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca container¶
Manage object storage containers (Swift).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a container.
- delete: Delete a container.
- list: List containers.
- save: Download all objects in a container to a local directory.
- set: Set metadata on a container.
- show: Show container metadata.
- stats: Show account-level storage statistics.
- unset: Remove metadata from a container.
orca container create¶
Create a container.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca container delete¶
Delete a container.
Use --recursive to delete all objects in the container first.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--recursive |
boolean | Delete all objects before deleting the container. | False |
--yes, -y |
boolean | Skip confirmation prompt. | False |
--help |
boolean | Show this message and exit. | False |
orca container list¶
List containers.
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 container save¶
Download all objects in a container to a local directory.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--output-dir |
text | Local directory to save objects into. | . |
--help |
boolean | Show this message and exit. | False |
orca container set¶
Set metadata on a container.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Metadata key=value pair (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca container show¶
Show container metadata.
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 container stats¶
Show account-level storage statistics.
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 container unset¶
Remove metadata from a container.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Metadata key to remove (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |