Skip to Main Content
Vonage Cloud Runtime CLI Release Notes
v2.5.0 — May 2026
Added
vcr instance list command to list all deployed instances. vcr secret list command to list all stored secrets. --follow (-f) flag for vcr instance log to continuously stream new log entries until you press Ctrl+C.
Fixed
vcr instance log now accepts --log-level and --source-type filters.
v2.4.0 — April 2026
Added
vcr debug prune-sessions command to clean up stale debug sessions.
v2.3.0 — February 2026
Added
- Support for
authenticated security configuration and health-check-path in the deployment manifest. - Pre-deploy validation via
ValidateDeployment API — the CLI now validates your configuration before attempting a deployment.
v2.2.1 — January 2026
Fixed
- Updated Go version and dependencies.
v2.2.0 — January 2026
Added
- Support for
security configuration block in the deployment manifest, including access levels and path overrides.
Fixed
- Duplicate headers in debug WebSocket requests.