Switch to a different context
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]
# Switch to a different context
pw context use user@cloud.parallel.works
# Using alias
pw ctx use user@staging.parallel.works
-h, --help help for use
--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