Parallel Works

pw context use

Switch to a different context

Synopsis

The pw context use command switches the current context to the specified one.

After switching, all subsequent commands will use the credentials from the selected context.

pw context use <context-name> [flags]

Examples

  pw context use user@activate.parallel.works
  
  # Using alias
  pw ctx use user@staging.parallel.works

Options

  -h, --help   help for use

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging

SEE ALSO