_ _
___ ___ ___ ___ ___ ___ _| |___ ___| |_
| . | . | . | . | . | .'| . | . | -_| _|
|_ |___|_ |___|_ |__,|___|_ |___|_|
|___|_ _|___|_| |___|_ |___|
_| . | _| . | _| . |
|_| _|_| |___|_| |___| go go gadget .proto
|_|
a dependency manager for protobuf files.
npm install -g gggp
Usage: gggp [options] [command]
Commands:
init install all dependencies from `Gadgetfile`
get [options] [proto] get dependency and resolve tree
resolve|link [options] <link> <proto> resolve a dodgy import with its correct link
cache <cmd> manage the cache that sits behind gggp
login [options] login to github
logout logout of github
go go gadget proto - dependency management for .proto files
Options:
-h, --help output usage information
-V, --version output the version number
Usage: init [options]
install all dependencies from `Gadgetfile`
Options:
-h, --help output usage information
Usage: get [options] [proto]
get dependency and resolve tree
Options:
-h, --help output usage information
-s, --sha <sha> sha of the github proto to use
-p, --path <path> path to store protos locally
Usage: resolve|link [options] <link> <proto>
resolve a dodgy import with its correct link
Options:
-h, --help output usage information
-s, --sha <sha> sha of the github proto to use
Usage: cache [options] <cmd>
manage the cache that sits behind gggp
Options:
-h, --help output usage information
Currently supported commands:
clear- clear the cache
Usage: login [options]
login to github
Options:
-h, --help output usage information
-u, --username <username> your github login
-p, --password <password> your github password or a personal access token
Usage: logout [options]
logout of github
Options:
-h, --help output usage information