Skip to content

CLI tools to simplify gRPC services and clients

License

Notifications You must be signed in to change notification settings

Ed-XCF/bali-cli

 
 

Repository files navigation

bali-cli

CLI tools to simplify gRPC services and clients

Cli commands

bali add {service}

Add service to clients folder

bali build

Build current development service protobuf

Protobuf Path: /services/rpc/*.proto

CONTRIBUTE

Developer Environment

make init
# setup examples environments
cd examples && git clone https://github.com/JoshYuJump/bali-cli-example-proto proto

# execute bali commands 
# cd examples/gateway_service && bali add greeter

Tag a new release

tag a version:

git tag -a v0.1.0

push tags to remote:

git push --tags

Get a test report

make test

About

CLI tools to simplify gRPC services and clients

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.3%
  • Jinja 23.1%
  • Makefile 1.6%