zcp v0.0.29 Release Notes
Volume listings now retrieve every page returned by the API. zcp volume list
and Go library consumers receive the complete collection instead of only the
first page.
Fixed
Pagination failures now stop with an error. If the API ignores a requested
page, omits pagination metadata on a later page, or reports an incomplete page,
the CLI returns an error instead of silently returning duplicate or partial
volume results.
zcp volume listVPC subnet limit failures now explain how to proceed. The platform allows
eight subnets per VPC by default. When the platform rejects zcp network create --vpc because the VPC has reached that limit, the CLI directs you to open a
support ticket. Rerun the command after the platform applies the quota increase.
Installation and upgrade
The install script installs the latest release and upgrades an existing
installation in place.
Linux / macOS
curl -fsSL https://github.com/zsoftly/zcp-cli/releases/latest/download/install.sh | bashWindows (PowerShell)
irm https://github.com/zsoftly/zcp-cli/releases/latest/download/install.ps1 | iexManual download: grab your platform's binary from the
Releases page, chmod +x, and
place it on your PATH.
Verify:
zcp version # zcp version v0.0.29First-time setup after installing:
zcp profile add default --region yul-1 --project default-9 # prompts for bearer token
zcp auth validate