1.0.3 • Published 1 year ago

pub-sub-setup v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

pub-sub-setup

A simple CLI tool to create pub sub topic and subscription.

You will need to generate service account json file with "Pub/Sub Admin" role.

Before running command, make sure we setup following environment variable

export GOOGLE_APPLICATION_CREDENTIALS=<path-of-service-account-file>

Install using npm

npm install -g pub-sub-setup