cli

command
v0.0.0-...-ab96e28 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

Protoman CLI

Usage

Generate new proto

protoman generate $PACKAGE $SERVICE_NAME $PROTO_ROOT
protoman generate spotify.foobar winning src/main/proto

Get dependency

protoman get -s $SERVER -p $PROTO_ROOT $PACKAGES

Publish local packages

protoman publish -s $SERVER

.protoman.yaml keep track of local and third party dependencies.

Example content:

local: []
third_party:
- path: src/main/protos/spotify/awesome
  pkg: jhaals.awesome
- path: protos/src/main/winning/jhaals/testing
  pkg: jhaals.testing
Building

To compile protoman CLI, run:

make compile

To just test it, run:

make test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package registry is a generated protocol buffer package.
Package registry is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL