Help us improve
Share bugs, ideas, or general feedback.
From devops-platform
Deploys applications using blue-green, canary, or rolling strategies with automated rollback, health checks, and monitoring.
npx claudepluginhub devsforge/marketplace --plugin devops-platformHow this command is triggered — by the user, by Claude, or both
Slash command
/devops-platform:deploy-applicationThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Application Deployment Command Expert deployment orchestration with zero-downtime strategies, automated rollback, health monitoring, and production readiness validation. ## Deployment Strategies ### Blue-Green Deployment Deploy to inactive environment, run health checks, switch traffic atomically, keep previous version for instant rollback. ### Canary Deployment Deploy to small subset, monitor metrics, gradually increase traffic, rollback if anomalies detected. ### Rolling Deployment Update servers in batches, maintain availability, monitor health, pause or rollback on failures. ## ...
/deployOrchestrates infrastructure deployments to <environment> with optional [strategy], rollback strategies, and health checks.
/deploy-strategyPlan safe deployment strategy with monitoring and rollback capability.
/deployDesigns advanced deployment strategies like blue-green, canary releases, progressive rollouts, with rollbacks, feature flags, zero-downtime migrations, and monitoring criteria. Outputs MD plan, commit, and Go/No-Go decision.
/deployDeploys applications to Azure AKS, AWS EKS, GCP GKE, or Kubernetes using Helm charts. Supports blue-green/canary strategies, image builds, and multi-target deploys.
/design-deploymentDesigns zero-downtime deployment strategy with rollback capability and verification gates for the specified application or service.
/deployDeploys app to staging/production/preview with pre/post checks. Auto-detects method (Vercel/Netlify/Docker/Kubernetes/SSH/GitHub Pages), tags deploys, verifies health, outputs status and rollback.
Share bugs, ideas, or general feedback.
Expert deployment orchestration with zero-downtime strategies, automated rollback, health monitoring, and production readiness validation.
Deploy to inactive environment, run health checks, switch traffic atomically, keep previous version for instant rollback.
Deploy to small subset, monitor metrics, gradually increase traffic, rollback if anomalies detected.
Update servers in batches, maintain availability, monitor health, pause or rollback on failures.
Terraform, Kubernetes, Helm, CloudFormation for repeatable deployments.
Safe, reliable, zero-downtime deployment with instant rollback capability.