/deploy
Executes the repository's deploy.sh script with safety checks and argument forwarding.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
deploy.sh at:
<project-root>/deploy.sh<project-root>/scripts/deploy.shbash)Automates project deployments using the standard deploy.sh workflow with safety checks.
/deploy [target]
Examples:
/deploy – run default deployment/deploy staging – pass arguments through to the deploy script/deploy stable – deploy the stable channel releasedeploy.shdeploy.sh lives in the project root or scripts/ directory./claude_command_scripts/commands/deploy.sh [args]
The deployment command delegates all business logic to the existing deploy.sh, ensuring the same tested workflow is used in every environment.