Skip to content

cub release

cub release

Release commands

Synopsis

The release subcommands publish, list, get, update, withdraw, and delete releases.

A release bundles the configuration of the Units in a Space that are assigned to a given Target, captured at a point in time, and serves it as an OCI bundle. Releases are created with cub release publish, taken out of service with cub release withdraw, and removed with cub release delete; their bundled content is read-only throughout. cub release update changes a release's labels, annotations and delete gates -- but never what it bundles, nor the name the bundle is stored under.

Options

  -h, --help           help for release
      --space string   space ID to perform command on

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output

SEE ALSO