Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI for Greeting Manager

A CLI application written in Go to actuate local endpoints of Greeting Manager

Prerequisites

  • Go 1.23

Setup

  1. Checkout source from GitHub
  2. Build with

$ go build

Usage

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

Skipped items

Configurability - i.e. it always connects to the localhost:8080

About

Simple CLI for the Greeting Manager

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages