https://github.com/ryosagisu/pubcli
https://github.com/ryosagisu/pubcli
gcp golang pubsub
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryosagisu/pubcli
- Owner: ryosagisu
- License: mit
- Created: 2020-04-16T13:31:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T13:39:14.000Z (about 6 years ago)
- Last Synced: 2023-08-29T07:48:10.321Z (almost 3 years ago)
- Topics: gcp, golang, pubsub
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pubcli
pubcli is a helper tool to do simple task with Google Cloud Pubsub Message.
# Why?
By the time this tool was created, Pubsub emulator [https://cloud.google.com/pubsub/docs/emulator#using_the_emulator] didn't support using `gcloud pubsub` command
# Installation
```
go install
pubcli -h
```