Skip to content

cub context delete

cub context delete

Delete a context

Synopsis

Delete a context and its associated token file.

Examples:

  # Delete a context
  cub context delete staging

  # Delete a context (will fail if it's the current context)
  cub context delete prod-acme
cub context delete [name] [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

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

SEE ALSO