Deployment Status
Check the deployment state across all Harness Factory modules.
$ARGUMENTS
Steps
- •
List all modules and their status:
bashbash ${CLAUDE_PLUGIN_ROOT}/scripts/list-modules.sh - •
For each deployed module, read detailed state:
bashbash ${CLAUDE_PLUGIN_ROOT}/scripts/read-state.sh <module-name> - •
Present a summary table:
Module Status Resources Key Outputs harness-platform-setup Deployed/Not deployed N ... harness-organization ... ... org_id = ... ... ... ... ... - •
Show dependency-aware recommendations:
- •Which modules can be deployed next (all dependencies satisfied)
- •Which modules are blocked (missing prerequisites)
- •Group by category: Platform, CI, Security, CCM, etc.
- •
If a specific module is mentioned, show detailed state:
- •Full resource list
- •All output values
- •Last modified timestamp
- •What depends on this module
Status Legend
- •Deployed — terraform state exists with resources
- •Configured — tfvars generated but not yet applied
- •Not deployed — no configuration or state