mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 09:51:05 +01:00
Updated CLI_Usage (markdown)
parent
9f9c7d8e2c
commit
cf8ac17a19
@ -2,7 +2,7 @@
|
||||
This small tool wraps the apprise python library to allow individuals such as Developers, DevOps, and Administrators to send notifications from the command line.
|
||||
|
||||
### Getting Started
|
||||
Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with.
|
||||
Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with. A list of supported services and how to build your own URL can be found [here](https://github.com/caronc/apprise/wiki#notification-services). Here is a simple [email](https://github.com/caronc/apprise/wiki/Notify_email) example:
|
||||
```bash
|
||||
# Set a notification to a hotmail (email) account:
|
||||
apprise --body="My Message" mailto://user:password@hotmail.com
|
||||
|
Loading…
Reference in New Issue
Block a user