send-message-cli
v0.0.2
Published
send json messages to a google pubsub topic
Downloads
3
Readme
Send pubSub messages
This script used for sending pubSub messages to a pubSub server
How
Install
- from sources:
npm install
npm run build
npm link
- from NPM:
npm install -g @elmy-oss/send-message-cli
Run
send-message --env=.env.beta <topicName> <path/to/message-list.json>
Config
Copy the .env.sample
to .env
and add your pubSub server informations