#volo #grpc #thrift #protobuf #rpc-framework #command-line-tool #command-line-interface

bin+lib volo-cli

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used

28 releases

new 0.10.4 Oct 16, 2024
0.10.2 Apr 7, 2024
0.9.4 Jan 12, 2024
0.9.1 Dec 25, 2023
0.2.1 Oct 26, 2022

#1036 in Command line utilities

Download history 5/week @ 2024-07-01 10/week @ 2024-07-29 144/week @ 2024-08-26 9/week @ 2024-09-02 5/week @ 2024-09-09 19/week @ 2024-09-16 49/week @ 2024-09-23 18/week @ 2024-09-30 2/week @ 2024-10-07 166/week @ 2024-10-14

237 downloads per month

MIT/Apache

160KB
3.5K SLoC

Volo

volo-cli is the command line tool for Volo.

volo-cli provides the ability to generate default project layout and manage the idls used.

Install

Simply run:

$ cargo install volo-cli

Usage

USAGE:
    volo [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -v, --verbose    Turn on the verbose mode.
    -V, --version    Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    idl     manage your idl
    init    init your project
    repo    manage your repo
    migrate auto migrate from the previous config to the latest one

For more detailed examples, you can check the documentation (TODO).

Dependencies

~37–51MB
~864K SLoC