We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b56b2c1 + 3fc659d commit 104c0a7Copy full SHA for 104c0a7
1 file changed
README.md
@@ -215,3 +215,13 @@ $messageStatus->hasCalledBack();
215
// When Pushover contacted the callback URL (DateTime or null)
216
$messageStatus->calledBackAt();
217
```
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