0.1.2 • Published 9 years ago
gggp v0.1.2
_ _
___ ___ ___ ___ ___ ___ _| |___ ___| |_
| . | . | . | . | . | .'| . | . | -_| _|
|_ |___|_ |___|_ |__,|___|_ |___|_|
|___|_ _|___|_| |___|_ |___|
_| . | _| . | _| . |
|_| _|_| |___|_| |___| go go gadget .proto
|_|go go gadget .proto
a dependency manager for protobuf files.
installation
npm install -g gggpusage
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 numbergggp init
Usage: init [options]
install all dependencies from `Gadgetfile`
Options:
-h, --help output usage informationgggp get [options] [proto]
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 locallygggp resolve|link [options] <link> <proto>
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 usegggp cache <cmd>
Usage: cache [options] <cmd>
manage the cache that sits behind gggp
Options:
-h, --help output usage informationCurrently supported commands:
clear- clear the cache
gggp login
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 tokengggp logout
Usage: logout [options]
logout of github
Options:
-h, --help output usage information