rollback
Installation
SKILL.md
Rollback ZeroDeploy Deployment
Rollback to a previous deployment version.
Steps
1. Read config
Check if zerodeploy.json exists in the project root. Extract org and site values.
If not found, ask the user for the org and site slugs.
2. List recent deployments
zerodeploy deployments list --json
(Site is resolved automatically from zerodeploy.json. Use positional <site> to override.)