Skip to content

bali-framework/bali-cli

Repository files navigation

bali framework

bali-cli is CLI tools to simplify gRPC services and clients

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

Related Projects

bali

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