PX CLI Release Notes
PX CLI is a unified command-line interface for secure, remote access to all Portworx services. You can manage Portworx Enterprise, PX-CSI and Portworx Backup clusters without SSH access to nodes, using TLS-encrypted connections and native Kubernetes RBAC integration. The CLI supports multiple output formats and runs as either a standalone binary (px) or a kubectl plugin (kubectl px).
If you’re setting up PX CLI for the first time, see Install PX CLI. If you already use PX CLI, upgrade to the latest version. For upgrade instructions, see Upgrade PX CLI.
PX CLI 1.3.0
June 1, 2026
What's new
Portworx Backup
This release adds support for Cluster Discovery Configs, Azure Workload Identity (WLI) authentication for backup locations, and expanded federated deployment controls for backup location and cluster management.
-
ClusterDiscoveryConfig management: Added a new
clusterdiscoveryconfigresource (alias:cdc) topxb create,pxb delete, andpxb getfor automated cluster discovery. A newpxb triggercommand lets you manually trigger cluster discovery or credential refresh for a config. For more information, see px pxb create, px pxb delete, px pxb get, and px pxb trigger. -
Azure Workload Identity (WLI) for backup locations: The
pxb create backuplocationandpxb update backuplocationcommands now support Azure WLI authentication mode via the--use-workload-identityflag, which removes the requirement for a cloud credential. Use the--azure-account-name,--azure-subscription-id,--cluster-refs, and--cluster-refs-fileflags to configure federated cluster references. For more information, see px pxb create backuplocation and px pxb update backuplocation. -
Federated backup location sync: The
pxb create backuplocationandpxb update backuplocationcommands now support triggering a backup sync from the object store in federated PX-Backup deployments using the--syncflag. For more information, see px pxb update. -
Targeted backup location validation:
pxb validate backuplocationnow accepts the--cluster-refsand--cluster-refs-fileflags to validate specific clusters instead of all associated clusters. For more information, see px pxb validate. -
Force-delete backup:
pxb delete backupnow supports metadata-only deletion using the--forceflag when no valid cluster is available (federated mode only). Note: This does not remove backup data from object storage. You must clean up the data manually. For more information, see px pxb delete. -
Enhanced cluster listing:
pxb get clusternow supports the--cluster-status,--only-backup-share,--project-names,--cluster-discovery-config-refs,--sort-by,--sort-order,--max-objects, and--object-indexflags for additional filtering, sorting, and pagination options. For more information, see px pxb get cluster.
PX-CSI
- Storage backend realm support:
px csi create backendnow supports specifying an optional realm name using the--realmflag when registering a new storage backend. For more information, see px csi create backend.
PX CLI 1.2.0
March 18, 2026
What's new
This release introduces several enhancements to Portworx Backup (pxb) operations, including standardized enumeration filters, granular restore capabilities, and expanded scheduling policies.
-
Enumerate filters: Added standardized pagination, sorting, and time-based filtering for VRO, BackupLocation, and CloudCredential commands. For more information, see the px pxb command reference.
-
Granular restore: Enhanced
pxb create restorewith namespace and VM-level filtering, namespace mapping, and resource-level inclusion/exclusion controls. For more information, see px pxb create restore. -
Single file restore: Added support for restoring individual files from VM and volume backups using the
--is-sfrflag. For more information, see px pxb create restore. -
Backup resource detail: Enhanced
pxb get backupResourceDetailwith--force-resyncand--sync-namespaces-onlyoperations. For more information, see px pxb get. -
Backup schedule labels: Added namespace and resource-level label selectors to
pxb update backupschedule. For more information, see px pxb update. -
Schedule policy enhancements: Expanded
pxb create schedulepolicywith bi-weekly, monthly selective date, and monthly relative day scheduling options. For more information, see px pxb create schedulepolicy.
PX CLI 1.1
February 25, 2026
What's new
- Added support for PX-CSI management:
PX CLI now includes a newpx csicomponent for managing PX-CSI clusters running version 25.8.1 or later. You can create, delete, and list storage backends, and manage CSI-specific resources such as volumes and snapshots.
For more information about using PX CLI to manage your PX-CSI cluster, see:
PX CLI 1.0
November 24, 2025
This release includes support for Portworx Enterprise management (px pxe), Portworx Backup operations (px pxb), and legacy pxctl compatibility (px pxctl).
To get started with PX CLI, see the following pages: