pubsub

command module
v0.0.0-...-3ffaed2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

pubsub

pubsub is a simple command line tool for interacting with Google Cloud Pub/Sub. It is a forward port of the example code provided in the v0.1.0 googleapis/google-cloud-go release.

Installation

Assuming a functioning Go installation (≥v1.16), pubsub can be installed by running

$ go install github.com/kortschak/pubsub@latest

Documentation

Overview

Command pubsub is a simple command line tool for Cloud Pub/Sub. It was ported forward from the example code provided in the v0.1.0 release at https://google.golang.org/cloud/examples/pubsub/cmdline. Cloud Pub/Sub docs: https://cloud.google.com/pubsub/docs