orca container — container (Swift)¶
Manage object storage containers (Swift).
create¶
Create a container.
| Option | Description |
|---|---|
delete¶
Delete a container.
| Option | Description |
|---|---|
--recursive |
Delete all objects before deleting the container. |
--help |
Show this message and exit. |
list¶
List containers.
| Option | Description |
|---|---|
--noindent |
Disable JSON indentation. |
--max-width INTEGER |
Maximum table width (0 = unlimited). |
--fit-width |
Fit table to terminal width. |
-c, --column TEXT |
Column to include (repeatable). Shows all if |
-f, --format [table|json|value] |
|
--help |
Show this message and exit. |
save¶
Download all objects in a container to a local directory.
| Option | Description |
|---|---|
--output-dir TEXT |
Local directory to save objects into. [default: .] |
--help |
Show this message and exit. |
set¶
Set metadata on a container.
| Option | Description |
|---|---|
--property TEXT |
Metadata key=value pair (repeatable). [required] |
--help |
Show this message and exit. |
show¶
Show container metadata.
| Option | Description |
|---|---|
--noindent |
Disable JSON indentation. |
--max-width INTEGER |
Maximum table width (0 = unlimited). |
--fit-width |
Fit table to terminal width. |
-c, --column TEXT |
Column to include (repeatable). Shows all if |
-f, --format [table|json|value] |
|
--help |
Show this message and exit. |
stats¶
Show account-level storage statistics.
| Option | Description |
|---|---|
--noindent |
Disable JSON indentation. |
--max-width INTEGER |
Maximum table width (0 = unlimited). |
--fit-width |
Fit table to terminal width. |
-c, --column TEXT |
Column to include (repeatable). Shows all if |
-f, --format [table|json|value] |
|
--help |
Show this message and exit. |
unset¶
Remove metadata from a container.
| Option | Description |
|---|---|
--property TEXT |
Metadata key to remove (repeatable). [required] |
--help |
Show this message and exit. |