CLI Options
Complete reference for iamatic command-line options.
Synopsis
iamatic [command] [flags]Commands
analyzeAnalyze Terraform files (default)helpHelp about any commandFlags
-h, --helpHelp for iamatic-o, --outputOutput format: text, json, terraform (default: text)-f, --output-fileWrite output to file instead of stdout-p, --planPath to terraform plan JSON file--versionShow version informationExamples
Analyze directory
iamatic analyze ./terraform/Analyze plan file
iamatic analyze -p plan.jsonOutput as JSON
iamatic analyze -o jsonSave to file
iamatic analyze -o json -f output.json