Skip to content

cub space get

cub space get

Get details about a space

Synopsis

Get detailed information about a space including its ID, name, and organization details.

Examples:

  # Get space details in table format
  cub space get my-space

  # Get space details in JSON format
  cub space get --json my-space
cub space get <name 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
      --web             Open in web UI instead of executing

Options inherited from parent commands

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

SEE ALSO