From 74cccc28ff7871bea075b8a91658b90fc99434d5 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Tue, 15 Nov 2022 20:32:24 +0000 Subject: [PATCH] Update usage with new parameter --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 202ac4f..47b95eb 100644 --- a/README.md +++ b/README.md @@ -55,16 +55,20 @@ To get up and running quickly, use [examples/grafana-example.json](examples/graf Usage: status-cake-exporter [OPTIONS] Options: - --username TEXT Username for the account. This is only required for legacy - accounts. [env var: USERNAME] - --api-key TEXT API Key for the account. [env var: API_KEY; required] - --tags TEXT A comma separated list of tags used to filter tests - returned from the api [env var: TAGS] - --log-level TEXT The log level of the application. Value can be one of - {debug, info, warn, error} [env var: LOG_LEVEL; default: - info] - --port INTEGER [env var: PORT; default: 8000] - --help Show this message and exit. + --username TEXT Username for the account. This is only required for + legacy accounts. [env var: USERNAME] + --api-key TEXT API Key for the account. [env var: API_KEY; + required] + --tags TEXT A comma separated list of tags used to filter tests + returned from the api [env var: TAGS] + --log-level TEXT The log level of the application. Value can be one of + {debug, info, warn, error} [env var: LOG_LEVEL; + default: info] + --port INTEGER [env var: PORT; default: 8000] + --items-per-page TEXT The number of items that the api will return on a + page. This is a global option. [env var: + ITEMS_PER_PAGE; default: 25] + --help Show this message and exit ``` ## Metrics