Skip to content

cub mutation get

cub mutation get

Get details about a mutation

Synopsis

Get detailed information about a specific mutation of a unit.

Examples:

  # Get details about a specific mutation in JSON format
  cub mutation get --space my-space --json my-deployment 3
cub mutation get <unit-slug> <mutation-num> [flags]

Options

  -h, --help            help for get
  -o, --output string   Output format. One of: json, yaml, name, wide, mutations, jq=<expr>, yq=<expr>, custom-columns=<spec>
      --quiet           No default output.
      --select string   Comma-separated list of fields to retrieve and display. Entity IDs and Slug are always included. Example: "DisplayName,CreatedAt,Labels"
      --verbose         Detailed output, additive with default output

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output
      --space string     space ID to perform command on

SEE ALSO