mirror of
https://github.com/caronc/apprise.git
synced 2025-08-06 07:16:07 +02:00
Updated CLI_Usage (markdown)
@ -20,8 +20,8 @@ By default Apprise is very silent; If you want to have a better understanding o
|
|||||||
There is no limit to the number of services you want to notify, just keep adding/chaining them one after another:
|
There is no limit to the number of services you want to notify, just keep adding/chaining them one after another:
|
||||||
```bash
|
```bash
|
||||||
# Set a notification to a yahoo email account, Slack, and a Kodi Server
|
# Set a notification to a yahoo email account, Slack, and a Kodi Server
|
||||||
# with a bit of added verbosity:
|
# with a bit of added verbosity (2 v's specified):
|
||||||
apprise -v --body="Notify more than one service" \
|
apprise -vv --body="Notify more than one service" \
|
||||||
mailto://user:password@yahoo.com \
|
mailto://user:password@yahoo.com \
|
||||||
slack://token_a/token_b/token_c \
|
slack://token_a/token_b/token_c \
|
||||||
kodi://example.com
|
kodi://example.com
|
||||||
|
Reference in New Issue
Block a user