CLI to run authcode tests
- Get binary from releases page or build from source
- Run
authcodetest generate
to generate a config file. You will need your Consumer Key, Consumer Secret, Callback URL - Run
authcodetest test
to run authcode test. *Note: The application you used should be subscribed to the Echov2 API for best results. - Run
authcodetest help
orauthcodetest help COMMAND
for more information
- Have a Go 1.x installed
- Clone repo
- Run
go build -v
- Run the Binary or copy to somewhere on path
./authcodetest
- Alternatively build and install in one go:
go install
- Add Tests
AuthCode Test - Test authcode flow and get tokens from authcode and refresh token
USAGE:
main [global options] command [command options] [arguments...]
VERSION:
0.1.0
COMMANDS:
test, t run authcode flow test
generate, gen, g Generate config file
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version```