Skip to content

Commit 450af5c

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 2474c53 commit 450af5c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ Usage:
1414
azure-resourcegraph-exporter [OPTIONS]
1515
1616
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]
2426
2527
Help Options:
26-
-h, --help Show this help message
28+
-h, --help Show this help message
2729
```
2830

2931

0 commit comments

Comments
 (0)