@@ -99,27 +99,28 @@ Usage:
99
99
tflint [OPTIONS] [FILE or DIR...]
100
100
101
101
Application Options:
102
- -v, --version Print TFLint version
103
- --langserver Start language server
104
- -f, --format=[default|json|checkstyle] Output format (default: default)
105
- -c, --config=FILE Config file name (default: .tflint.hcl)
106
- --ignore-module=SOURCE Ignore module sources
107
- --enable-rule=RULE_NAME Enable rules from the command line
108
- --disable-rule=RULE_NAME Disable rules from the command line
109
- --var-file=FILE Terraform variable file name
110
- --var='foo=bar' Set a Terraform variable
111
- --module Inspect modules
112
- --deep Enable deep check mode
113
- --aws-access-key=ACCESS_KEY AWS access key used in deep check mode
114
- --aws-secret-key=SECRET_KEY AWS secret key used in deep check mode
115
- --aws-profile=PROFILE AWS shared credential profile name used in deep check mode
116
- --aws-creds-file=FILE AWS shared credentials file path used in deep checking
117
- --aws-region=REGION AWS region used in deep check mode
118
- --force Return zero exit status even if issues found
119
- --no-color Disable colorized output
102
+ -v, --version Print TFLint version
103
+ --langserver Start language server
104
+ -f, --format=[default|json|checkstyle] Output format (default: default)
105
+ -c, --config=FILE Config file name (default: .tflint.hcl)
106
+ --ignore-module=SOURCE Ignore module sources
107
+ --enable-rule=RULE_NAME Enable rules from the command line
108
+ --disable-rule=RULE_NAME Disable rules from the command line
109
+ --var-file=FILE Terraform variable file name
110
+ --var='foo=bar' Set a Terraform variable
111
+ --module Inspect modules
112
+ --deep Enable deep check mode
113
+ --aws-access-key=ACCESS_KEY AWS access key used in deep check mode
114
+ --aws-secret-key=SECRET_KEY AWS secret key used in deep check mode
115
+ --aws-profile=PROFILE AWS shared credential profile name used in deep check mode
116
+ --aws-creds-file=FILE AWS shared credentials file path used in deep checking
117
+ --aws-region=REGION AWS region used in deep check mode
118
+ --force Return zero exit status even if issues found
119
+ --no-color Disable colorized output
120
+ --loglevel=[trace|debug|info|warn|error] Change the loglevel (default: none)
120
121
121
122
Help Options:
122
- -h, --help Show this help message
123
+ -h, --help Show this help message
123
124
```
124
125
125
126
See [ User guide] ( docs/guides ) for each option.
0 commit comments