From deployment-rollback-manager
Generates rollback deployment configurations and scripts for rolling back to a previous version. Supports custom environments, rollback strategies, and infrastructure setup.
How this command is triggered — by the user, by Claude, or both
Slash command
/deployment-rollback-manager:rollback-deployThe summary Claude sees in its command listing — used to decide when to auto-load this command
# $(echo "$name" | sed 's/-/ /g' | sed 's/\b\(.\)/\u\1/g') $(echo "$description") ## Key Features - Production-ready configurations - Best practices implementation - Security-first approach - Scalable architecture - Comprehensive documentation - Multi-platform support ## Example Usage This plugin generates complete configurations for your DevOps needs. Specify your requirements and get production-ready code instantly. ## When Invoked Generate configurations and setup code based on your specific requirements and infrastructure needs.
$(echo "$description")
This plugin generates complete configurations for your DevOps needs. Specify your requirements and get production-ready code instantly.
Generate configurations and setup code based on your specific requirements and infrastructure needs.
16plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 16 plugins
npx claudepluginhub ktiseos-nyx/claude-code-plugins-plus-skills --plugin deployment-rollback-manager/rollback-deployGenerates rollback deployment configurations and scripts for rolling back to a previous version. Supports custom environments, rollback strategies, and infrastructure setup.
/rollback-planInspects the current project's deployment mechanism and produces a structured rollback runbook with pre-checks, impact assessment, copy-paste commands, verification steps, abort criteria, and follow-up actions.
/rollback-deployRolls back a deployment to a previous version, with structured steps for incident assessment, database rollback planning, traffic rerouting, and container orchestration rollback (Kubernetes, Docker Swarm).
/deployOrchestrates infrastructure deployments to <environment> with optional [strategy], rollback strategies, and health checks.
/rollbackRolls back a specified deployment to its previous stable version via Harness CD workflow. Requires deployment-id; supports --reason and --force flags; outputs progress, updates state, sends notifications.
/deploy-applicationOrchestrates zero-downtime application deployments with blue-green, canary, and rolling strategies, including automated health checks, traffic switching, and instant rollback.