Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhokl/gcp-pubsub-publisher
https://github.com/alexhokl/gcp-pubsub-publisher
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexhokl/gcp-pubsub-publisher
- Owner: alexhokl
- License: mit
- Created: 2024-02-23T03:42:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T01:38:52.000Z (10 months ago)
- Last Synced: 2024-03-12T02:43:55.260Z (10 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This CLI program takes a file and publish its contents as a Pub/Sub message.
## Examples
```sh
gcp-pubsub publish \
-f message.json \
-p your_project \
-t your_topic
``````sh
gcp-pubsub pull \
-p your_project \
-s your_subscription
```