cub component open
cub component open
Open components in the web UI
Synopsis
Open the web UI's component view on a component, or on the component overview when no component is named.
The component view shows the component's variants as a deployment graph, and is where changes made to one variant are promoted downstream to the others.
Examples:
# Open the component overview
cub component open
# Open a specific component
cub component open cubbychat
# Open a component with one of its variants preselected
cub component open cubbychat --variant prod
# Print the URL instead of opening a browser
cub component open cubbychat --print-url
cub component open [<name>] [flags]
Options
-h, --help help for open
--print-url Print the URL instead of opening a browser
--variant string preselect the space with this "Variant" label in the component's deployment graph
Options inherited from parent commands
--context string The context to use for this command
--debug Debug output
SEE ALSO
- cub component - Component commands