Skip to content

Commit 104c0a7

Browse files
committed
Merge pull request #46 from sqmk/develop
GitHub #34 - Add notes about using CLI script
2 parents b56b2c1 + 3fc659d commit 104c0a7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,13 @@ $messageStatus->hasCalledBack();
215215
// When Pushover contacted the callback URL (DateTime or null)
216216
$messageStatus->calledBackAt();
217217
```
218+
219+
## Command-line Interface
220+
221+
Included in Pushy is a convenient script to send messages from the command line.
222+
223+
You can call it like so:
224+
225+
```sh
226+
$ bin/pushy --token=yourtokenhere --user-id=useridhere --message="Message here" --title="Title here" --url="http://example.org" --url-title="Example.org" --timestamp=123456 --sound=echo --priority=high
227+
```

0 commit comments

Comments
 (0)