We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52345b3 commit fbe2942Copy full SHA for fbe2942
1 file changed
README.md
@@ -12,7 +12,7 @@
12
13
* Environment Variables
14
```
15
- export PROBELY_API_BASE_URL=<your_api_key>
+ export PROBELY_API_KEY=<your_api_key>
16
17
* Tool specific config (see below)
18
@@ -50,7 +50,7 @@
50
* Follow CLI output good practices. Valid output to `stdout`, errors to `stderr`
51
* Custom tooling, developers should be aware
52
* `rich.console` is always available on the `args`
53
- * `probely_cli` fixture (to test CLI OUTPUT)
+ * `probely_cli` pytest fixture (to call CLI commands)
54
* Error message should have the following structure: `{cmd}: error: {message}`,
55
following the default implementation of argparse
56
* eg: `probely targets get: error: filters and target ids are mutually exclusive.`
0 commit comments