Generate and preview deployment plan (terraform plan)
Generates Terraform plan to preview infrastructure changes, costs, and risks before deployment.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-faber-cloud@fractary[--env <environment>]claude-haiku-4-5Preview infrastructure changes before deployment (Terraform plan).
<ARGUMENT_SYNTAX>
This command follows the standard space-separated syntax:
--flag value (NOT --flag=value)# Correct ✅
/fractary-faber-cloud:deploy-plan
/fractary-faber-cloud:deploy-plan --env test
/fractary-faber-cloud:deploy-plan --env prod
# Incorrect ❌
/fractary-faber-cloud:deploy-plan --env=test
</ARGUMENT_SYNTAX>
/fractary-faber-cloud:deploy-plan [--env <environment>]
--env: Environment to preview (test, staging, prod). Optional - uses current workspace if not specified.terraform plan for the environmentPreview current workspace changes:
/fractary-faber-cloud:deploy-plan
Preview test environment changes:
/fractary-faber-cloud:deploy-plan --env test
Preview production changes:
/fractary-faber-cloud:deploy-plan --env prod
Resources:
Impact:
Run deploy-plan:
After reviewing plan:
/fractary-faber-cloud:deploy-apply --env test/fractary-faber-cloud:engineer/fractary-faber-cloud:test⚠️ Always preview production changes before deploying:
# Required workflow for production
/fractary-faber-cloud:validate
/fractary-faber-cloud:test
/fractary-faber-cloud:deploy-plan --env prod
# Review output carefully
/fractary-faber-cloud:deploy-apply --env prod
This command invokes the infra-manager agent with the deploy-plan operation.
USE AGENT: infra-manager with operation=deploy-plan and environment from --env parameter