Skip to content

cub unit open

cub unit open

Open units in the web UI

Synopsis

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

Examples:

  # Open the unit list
  cub unit open

  # Open a specific unit
  cub unit open my-unit

  # Open a unit's config data in the web editor
  cub unit open my-unit --edit

  # Open a unit's revision history
  cub unit open my-unit --revisions

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

Options

      --edit        Open the unit's edit tab
  -h, --help        help for open
      --print-url   Print the URL instead of opening a browser
      --revisions   Open the unit's revisions tab

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