From 450af5cf4de95c9b40f6c3da6077af8166a16d8e Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sun, 18 Sep 2022 15:00:43 +0200 Subject: [PATCH] update readme Signed-off-by: Markus Blaschke --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b6c006a..40f7ed8 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,18 @@ Usage: azure-resourcegraph-exporter [OPTIONS] Application Options: - --debug debug mode [$DEBUG] - -v, --verbose verbose mode [$VERBOSE] - --log.json Switch log output to json format [$LOG_JSON] - --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT] - --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID] - -c, --config= Config path [$CONFIG] - --bind= Server address (default: :8080) [$SERVER_BIND] + --log.debug debug mode [$LOG_DEBUG] + --log.trace trace mode [$LOG_TRACE] + --log.json Switch log output to json format [$LOG_JSON] + --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT] + --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID] + -c, --config= Config path [$CONFIG] + --server.bind= Server address (default: :8080) [$SERVER_BIND] + --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ] + --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE] Help Options: - -h, --help Show this help message + -h, --help Show this help message ```