Files
gotify-cli/command
Helmut K. C. Tessarek 1ddc49a1e5 allow to pass the token via env var GOTIFY_TOKEN
Passing the token as an argument has the implication that the token will
show up in the process list.
To solve this issue an environment variable `GOTIFY_TOKEN` can be used
to pass the token to gotify.

Example:

```
GOTIFY_TOKEN=app_token_here
MSG="Test message"

gotify push $MSG
```
2023-05-08 16:00:38 +02:00
..
2018-11-24 20:16:18 +01:00