Files
faveo/vendor/sly/notification-pusher/doc/push-from-cli.md
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

1.1 KiB

NotificationPusher - Documentation

Push from CLI

For some reasons (tests or others), you could be happened to use pushing from CLI.

To do this, use np script (available at root directory) this way:

./np push <adapter> <token-or-registration-id> "Your message" --option1=value1 --option2=value2 ...

Each options matches with adapters required and optional ones.

Here is a concrete APNS adapter example:

./np push apns <token> "It's an example!" --certificate=/path/to/the/certificate.pem

Here is a concrete GCM adapter example:

./np push gcm <token> "It's an example!" --api-key=XXXXXXXXXX

Documentation index