Skip to content

cub invocation get

cub invocation get

Get details about an invocation

Synopsis

Get detailed information about an invocation in a space including its ID, slug, display name, toolchain type, function name, and arguments.

Examples:

  # Get details about an invocation that validates replicas
  cub invocation get --space my-space -o json validate-replicas

  # Get details about an invocation that enforces low resource usage
  cub invocation get --space my-space -o json enforce-low-cost
cub invocation get <slug or id> [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