Skip to content

Commit

Permalink
Update usage with new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Nov 15, 2022
1 parent 5327329 commit 74cccc2
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cccc2

Please sign in to comment.