pw cluster ls
List clusters
pw cluster ls [URI] [flags]
Examples
# List all clusters
pw cluster ls
# List clusters owned by the user "Jake.Thayne"
pw cluster ls pw://Jake.Thayne
# List only clusters you own
pw cluster ls --owned
# List only provisioned clusters
pw cluster ls --status=on
# List all clusters, displayed as a table
# Tables display URI, Provision status, and Type
pw cluster ls -o table
Options
-h, --help help for ls
-o, --output string Output format (json, table)
--owned Show only clusters owned by the authenticated user
--status string Filter clusters by status (e.g., on, off, failed)
Options inherited from parent commands
--platform-host string The Parallel Works platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging
SEE ALSO
- pw cluster - Manage clusters