go-micro-frame cli tool
install
git clone [email protected]:jettjia/go-micro-frame-cli.git
cd go-micro-frame-cli
go build -ldflags "-w -s" -o go-micro-frame-cli main.go
go build -ldflags "-w -s" -o go-micro-frame-cli.exe main.go
Command
todo
$ go-micro-frame-cli
Usage:
go-micro-frame-cli [command]
Available Commands:
completion generate the autocompletion script for the specified shell
env Print go-micro-frame version and environment info
help Help about any command
init create and initialize an empty project
version Show current binary version info
Flags:
--config string config file (default is $HOME/.go-micro-frame-cli.yaml)
-h, --help help for go-micro-frame-cli
-t, --toggle Help message for toggle
Use "go-micro-frame-cli [command] --help" for more information about a command.