Skip to content

bali-cli

Github: https://github.com/bali-framework/bali-cli

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

Cli commands

bali add {service}

Add service to clients folder

# Add user service client to current project
# run the command in project root directory
bali add user

bali build

Build current development service protobuf

Protobuf Path: /services/rpc/*.proto

# build gRPC pb2 and pb2_grpc files 
# run the command in project root directory
bali build