Metadata-Version: 2.1
Name: bali-cli
Version: 2.1.8
Summary: Simplify gRPC services and clients
Home-page: https://github.com/bali-framework/bali-cli
Author: Josh.Yu
Author-email: josh.yu_8@live.com
License: MIT
Description: <p align="center">
          <img src="https://raw.githubusercontent.com/bali-framework/bali/master/docs/img/bali.png" alt='bali framework' />
        </p>
        
        <p align="center">
            <b>bali-cli</b> is 
            CLI tools to simplify gRPC services and clients
        </p>
        
        # bali-cli
        
        <img src="https://img.shields.io/pypi/v/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](https://github-readme-stats.vercel.app/api/pin/?username=bali-framework&repo=bali)](https://github.com/bali-framework/bali)
        
        
        ## CONTRIBUTE
        
        **Developer Environment**
        
        ```bash
        make init
        ``` 
        
        ```examples
        # 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:
        
        ```bash
        git tag -a v0.1.0
        ```
        
        push tags to remote:
        
        ```bash
        git push --tags
        ```
        
        **Get a test report**
        ```bash
        make test
        ``` 
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
