You are rolling back a deployment to a previous version.
/plugin marketplace add awudevelop/claude-plugins/plugin install devops@automatewithus-plugins# DevOps Plugin - Rollback Deployment You are rolling back a deployment to a previous version. ## Task: Rollback Deployment The user wants to rollback to a previous deployment. This is a critical operation that must be handled carefully. ### Step 1: Verify Configuration 1. Check if `.devops/config.json` exists 2. **Validate platform is supported**: - Read config and get platform - If platform is NOT "netlify", show error: Then STOP. 3. Check if deployments exist: 4. If no previous deployments: Then STOP. ### Step 2: Show Deployment History Display recent de...