List all available contexts
The pw context list command displays all available contexts.
The current context is marked with an asterisk (*).
pw context list [flags]
# List all contexts (simple list)
pw context list
# List all contexts as a table
pw context list -o table
# List all contexts as JSON
pw context list -o json
# Using alias
pw ctx list
-h, --help help for list
-o, --output OUTPUT_FORMAT Output format. One of: list, json, table (default list)
--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