File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ Usage:
14
14
azure-resourcegraph-exporter [OPTIONS]
15
15
16
16
Application Options:
17
- --debug debug mode [$DEBUG]
18
- -v, --verbose verbose mode [$VERBOSE]
19
- --log.json Switch log output to json format [$LOG_JSON]
20
- --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
21
- --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
22
- -c, --config= Config path [$CONFIG]
23
- --bind= Server address (default: :8080) [$SERVER_BIND]
17
+ --log.debug debug mode [$LOG_DEBUG]
18
+ --log.trace trace mode [$LOG_TRACE]
19
+ --log.json Switch log output to json format [$LOG_JSON]
20
+ --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
21
+ --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
22
+ -c, --config= Config path [$CONFIG]
23
+ --server.bind= Server address (default: :8080) [$SERVER_BIND]
24
+ --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
25
+ --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
24
26
25
27
Help Options:
26
- -h, --help Show this help message
28
+ -h, --help Show this help message
27
29
```
28
30
29
31
You can’t perform that action at this time.
0 commit comments