Skip to content

Commit 29c192c

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 66948f2 commit 29c192c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,24 @@ Usage:
1616
azure-keyvault-exporter [OPTIONS]
1717
1818
Application Options:
19-
--debug debug mode [$DEBUG]
20-
-v, --verbose verbose mode [$VERBOSE]
19+
--log.debug debug mode [$LOG_DEBUG]
20+
--log.trace trace mode [$LOG_TRACE]
2121
--log.json Switch log output to json format [$LOG_JSON]
2222
--azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
2323
--azure.subscription= Azure subscription ID (space delimiter) [$AZURE_SUBSCRIPTION_ID]
2424
--azure.resourcegroup= Azure ResourceGroup [$AZURE_RESOURCEGROUP]
2525
--azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
2626
--scrape.time= Default scrape time (time.duration) (default: 5m) [$SCRAPE_TIME]
27+
--scrape.concurrency= Defines who many Keyvaults can be scraped at the same time (default: 10) [$SCRAPE_CONCURRENCY]
2728
--bind= Server address (default: :8080) [$SERVER_BIND]
2829
2930
Help Options:
3031
-h, --help Show this help message
31-
3232
```
3333

34-
for Azure API authentication (using ENV vars) see https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication
34+
for Azure API authentication (using ENV vars) see following documentations:
35+
- https://github.com/webdevops/go-common/blob/main/azuresdk/README.md
36+
- https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication
3537

3638
## Metrics
3739

0 commit comments

Comments
 (0)