Skip to content

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:

orca container [OPTIONS] COMMAND [ARGS]...

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:

orca container create [OPTIONS] CONTAINER

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:

orca container delete [OPTIONS] CONTAINER

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:

orca container list [OPTIONS]

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:

orca container save [OPTIONS] CONTAINER

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:

orca container set [OPTIONS] CONTAINER

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:

orca container show [OPTIONS] CONTAINER

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:

orca container stats [OPTIONS]

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:

orca container unset [OPTIONS] CONTAINER

Options:

Name Type Description Default
--property text Metadata key to remove (repeatable). Sentinel.UNSET
--help boolean Show this message and exit. False