You are deploying an application to a cloud platform.
/plugin marketplace add awudevelop/claude-plugins/plugin install devops@automatewithus-plugins# DevOps Plugin - Deploy Application You are deploying an application to a cloud platform. ## Task: Deploy Application The user wants to deploy their application. This command handles fully automated deployments with pre-flight checks. ### Step 1: Verify Configuration 1. Check if `.devops/config.json` exists 2. If not, show error: Then STOP. 3. Read configuration using CLI: 4. **Validate platform is supported**: - Get platform from config: `config.platform` - If platform is NOT "netlify", show error: Then STOP. ### Step 2: Pre-Deployment Checks Run pre-deplo...