go get -t -d -v ./...
go buildIn debug build, you can see the access log.
go build -tags debugcp examples/config.yml .
cp examples/command.json .By default, cli finds configuration located under same folder of it.
If configuration file is needed to be in different folder, you can
specify the path with environment variable GWM_CONFIG_PATH before execute
cli commands.
cp examples/config.yml path-to-config-file
export GWM_CONFIG_PATH=path-to-config-file./gwm-cli --help