CLI Options

Complete reference for iamatic command-line options.

Synopsis

iamatic [command] [flags]

Commands

analyzeAnalyze Terraform files (default)
helpHelp about any command

Flags

-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 information

Examples

Analyze directory

iamatic analyze ./terraform/

Analyze plan file

iamatic analyze -p plan.json

Output as JSON

iamatic analyze -o json

Save to file

iamatic analyze -o json -f output.json