You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ Run `pagertree --help` to see the list of available commands and options.
57
57
```bash
58
58
PAGERTREE_CONFIG=config.ini pagertree alerts list
59
59
```
60
+
- Run a command with a specific environment variable:
61
+
```bash
62
+
PAGERTREE_API_KEY=your_api_key pagertree alerts list
63
+
```
60
64
61
65
## Pre-Built Binaries
62
66
Pre-built binaries forvarious platforms are availablein the [releases](https://github.com/PagerTree/pager_tree-cli/releases) section. You can download the appropriate binary for your operating system and architecture.
0 commit comments