Check the status of your CI/CD pipelines, deployments, and infrastructure
Checks status of CI/CD pipelines, deployments, and infrastructure services.
/plugin marketplace add trilogy-group/swarm-claude-plugin/plugin install devops-assistant@swarm-claude-pluginThe status command provides comprehensive status information about your DevOps infrastructure, including:
@devops status
@devops status --service api-gateway
@devops status --environment prod --format json
When this command is invoked, Claude will:
Gather System Information
Analyze Health Metrics
Generate Status Report
## DevOps Infrastructure Status Report
### 🟢 Overall Health: {status}
#### CI/CD Pipelines
- Build Pipeline: {status}
- Test Pipeline: {status}
- Deploy Pipeline: {status}
- Last successful build: {timestamp}
#### Services Status
| Service | Status | Health | Uptime | Response Time |
|---------|--------|--------|---------|---------------|
| API Gateway | 🟢 Running | 100% | 99.9% | 45ms |
| Database | 🟢 Running | 100% | 99.99% | 12ms |
| Cache | 🟢 Running | 100% | 99.95% | 2ms |
#### Environment Health
- **Development**: All systems operational
- **Staging**: All systems operational
- **Production**: All systems operational
#### Resource Utilization
- CPU: {percentage}% utilized
- Memory: {used}GB / {total}GB
- Disk: {used}GB / {total}GB
- Network: {bandwidth} Mbps
#### Recent Alerts
{list of recent alerts if any}
#### Recommendations
{list of optimization suggestions}
The command handles various error scenarios:
This command integrates with: