Usage¶
tfcoach¶
Tiny Terraform coach
Options¶
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | OK |
tfcoach lint¶
Lint Terraform files
Options¶
-c, --config string Custom config file path (default current directory)
-f, --format string Output format. Supported: json|compact|pretty|educational (default "educational")
-h, --help help for lint
--include-terragrunt-cache Include Terragrunt cache in scanned files
--no-color Disable color output
--no-emojis Prevent emojis in output
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | No issues found |
| 1 | Issues found |
| 2 | Runtime error |
tfcoach print¶
Print tfcoach JSON report in another format
Options¶
-c, --config string Custom config file path (default current directory)
-f, --format string Output format. Supported: json|compact|pretty|educational (default "educational")
-h, --help help for print
--no-color Disable color output
--no-emojis Prevent emojis in output
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | No issues found |
| 1 | Read error |
| 2 | Conversion error |
tfcoach version¶
Print the version number
Options¶
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | OK |