Releases: PushtoProdAI/prod-cli-vscode
Releases · PushtoProdAI/prod-cli-vscode
Release list
v0.1.1 — Deployments sidebar, full command surface, security hardening
Complete overhaul aligning the extension with prod CLI v0.2.x. (Republish of 0.1.0 — the Marketplace had claimed that version number with an earlier build.)
Highlights
- Deployments sidebar: activity-bar view listing deployments from
prod ls --json, auto-refreshing when~/.prod/history.jsonchanges, with open/logs/rollback/destroy actions. - Full command palette: natural-language Deploy…, Dry Run, Deploy to Platform… (10 platforms), Rollback…, Destroy…, Tail Logs…, Open App/Console, New Project from Template…, Doctor, Open Terminal.
- Safety: never passes
--yesor--delete-data; modal confirmation in VS Code plus prod's own confirmation in the terminal. - Security: machine-scoped
prod.cliPath(workspaces can't redirect the extension to an arbitrary executable), disabled in untrusted workspaces, CLI output validated before use. - Packaging: lazy activation, VS Code 1.74+ engine floor (Cursor/Windsurf compatible), MIT license.
Install
Download prod-cli-0.1.1.vsix below and run:
code --install-extension prod-cli-0.1.1.vsix
Requires the prod CLI (brew install pushtoprodai/tap/prod).