cbsupport context

1 minute read

Commands related to the gestion of the contexts

1. Synopsis

Manage the context (ie setups the CLI is connecting to). This allows you to quickly switch between different environments (eg staging, production)… You can: * display the current context: get * set the current context: set * add a context: create * remove a context: delete * get more information on a context: describe

2. Options

  -h, --help   help for context

3. Options inherited from parent commands

      --advanced-mode                   Turn on advanced mode: more settings are accessible, you should not need this most of the time
      --bundle-generation-timeout int   Set the bundle download generation timeout in seconds (default 300)
      --debug                           Turn on debug output

4. SEE ALSO