Skip to content

cub space open

cub space open

Open spaces in the web UI

Synopsis

Open the web UI on a space, or on the space list when no space is named.

Examples:

  # Open the space list
  cub space open

  # Open a specific space
  cub space open my-space

  # Print the URL instead of opening a browser
  cub space open my-space --print-url
cub space open [<name or id>] [flags]

Options

  -h, --help        help for open
      --print-url   Print the URL instead of opening a browser

Options inherited from parent commands

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

SEE ALSO