You are retrieving and displaying deployment, build, or application logs.
/plugin marketplace add awudevelop/claude-plugins/plugin install devops@automatewithus-plugins# DevOps Plugin - View Logs You are retrieving and displaying deployment, build, or application logs. ## Task: View Logs The user wants to view logs from deployments, builds, or running applications. ### Step 1: Verify Configuration 1. Check if `.devops/config.json` exists 2. Read configuration to determine platform 3. **Validate platform is supported**: - If platform is NOT "netlify", show error: Then STOP. ### Step 2: Parse Logs Command Parse arguments: - `/devops:logs` - Show recent application logs (last 100 lines) - `/devops:logs --lines 500` - Show last N lines - `/de...