Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexhokl/gcp-pubsub-publisher


https://github.com/alexhokl/gcp-pubsub-publisher

Last synced: 25 days ago
JSON representation

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
```