Skip to content

cub context use

cub context use

Switch to a different context

Synopsis

Switch to a different context making it the current active context.

Examples:

  # Switch to a context
  cub context use prod-acme

  # Switch using alias
  cub context set-current staging
cub context use [name] [flags]

Options

  -h, --help   help for use

Options inherited from parent commands

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

SEE ALSO