2025-10-10 (v5.135)
· One min read
Enhancements and Features
Allow list of public buckets
The Parallel Works CLI can now be used to list public buckets on AWS, Azure, and Google Cloud Platform.
PW CLI cluster filtering
When using the Parallel Works CLI, you can now filter clusters returned with the new --owned
and --status
flags.
Examples
# 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
Workspace storage usage shown on settings page
You can now see the storage for your user workspace from your account page.
Bug Fixes
- LDAP edit page never loads
- Open in new tab shows up on breadcrumbs incorrectly
- Pw ssh cannot connect to cloud cluster with private ips
Documentation Changes
- Add pw ssh proxy command examples for port forward