/bali-cli

CLI tools to simplify gRPC services and clients

Primary LanguagePythonMIT LicenseMIT

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