Skip to content

cub worker get

cub worker get

Get details about a bridge worker

Synopsis

Get detailed information about a bridge worker including its configuration, status, and metadata.

Examples:

  # Get details about a bridge worker
  cub worker get --space my-space my-worker

  # Get details in JSON format
  cub worker get --space my-space --json my-worker

  # Include worker secret in output
  cub worker get --space my-space --include-secret my-worker
cub worker get <worker-slug> [flags]

Options

  -h, --help             help for get
      --include-secret   Include worker secret in output
  -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