package
0.1.0
Repository: https://github.com/xmlking/grpc-starter-kit.git
Documentation: pkg.go.dev

# README

Account CLI

This is a demo Account CLI

Run

Make sure account , emailer, greeter services are UP before running Account CLI

Check services are UP with micro list services command

  1. Start Services

    make run-emailer
    make run-greeter
    make run-account
    
  2. Run Account CLI

    go run cmd/account/main.go
    go run cmd/account/main.go -username=crazy [email protected] -limit=7