Skip to content

A really simple CLI for managing local PubSub Emulator

Notifications You must be signed in to change notification settings

rafael-piovesan/pubsubcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubsubcli

A really simple CLI for managing local PubSub Emulator.

Installation

# Install it
go install github.com/rafael-piovesan/pubsubcli@latest

Docs

Manage topics and subscriptions running on a local PubSub Emulator

Usage:
  pubsubcli [command]

Available Commands:
  completion   Generate the autocompletion script for the specified shell
  help         Help about any command
  publish      Publish message
  subscription Manage subscriptions on PubSub Emulator
  topic        Manage topics on PubSub Emulator

Flags:
  -a, --addr string   PubSub Emulator address (following the pattern <server>:<port>) (default "localhost:8432")
  -h, --help          help for pubsubcli
  -p, --proj string   the project's ID (default "my-project-id")

Use "pubsubcli [command] --help" for more information about a command.

Contributing

This project is based on Cobra. Read the docs and install their CLI called cobra-cli (details here) to make it easy to edit this code.

About

A really simple CLI for managing local PubSub Emulator

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages