StackGuardian / StackGuardian/tirith
feat(cli): wrapper mode — `tirith tf plan` for a fast local check
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 11
Description
Run terraform plan → show -json → evaluate in one command with terse output, so the local loop
is one step instead of three. Same flow for tofu and terragrunt. Pairs with the pre-commit
hook.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CLI entry point for tirith tf plan and compare its intended flow with the pre-commit hook. Trace the terraform plan, show -json, and evaluation steps, then define completion as one terse command supporting the same flow for Terraform, OpenTofu, and Terragrunt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, terraform
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100