A CLI application written in Go to actuate local endpoints of Greeting Manager
- Go 1.23
- Checkout source from GitHub
- Build with
$ go build
The CLI binary has a self-descriptive help, however here are some examples:
$ ./greeting-cli create --name "John Doe" --age 42 --gender MALE --keywords ["it","telecom"]
$ ./greeting-cli list
$ ./greeting-cli get --id 1
$ ./greeting-cli greet --id 1
Configurability - i.e. it always connects to the localhost:8080