Armory
Source
Browse
Workflows

blue-green-deployment

Implement blue-green deployment strategy with zero-downtime switching, health validation, and automatic rollback

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install blue-green-deployment --cli claude

writes the file to.claude/commands/blue-green-deployment.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/blue-green-deployment.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Implement blue-green deployment strategy with zero-downtime switching, health validation, and automatic rollback

When to use it

Implement blue-green deployment strategy with zero-downtime switching, health validation, and automatic rollback

How to install / invoke

# Copy the command into your project's .claude/commands/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/commands/deployment/blue-green-deployment.md -o .claude/commands/blue-green-deployment.md

Notes

Extracted from davila7/claude-code-templates, deployment category.