mirror of
https://github.com/gotify/cli.git
synced 2024-01-28 15:20:39 +03:00
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 ```