#volo #thrift #grpc #protobuf #命令行界面 #命令行工具 #cli

bin+lib volo-cli

vol-cli 是 volo 的命令行界面,它提供了生成默认项目布局和管理所使用的 idl 的能力。

26 个版本 (8 个重大更新)

0.10.2 2024年4月7日
0.9.4 2024年1月12日
0.9.1 2023年12月25日
0.8.3 2023年11月27日
0.2.1 2022年10月26日

#1663 in 命令行工具

MIT/Apache

160KB
3.5K SLoC

Volo

vol-cli 是 Volo 的命令行工具。

vol-cli 提供了生成默认项目布局和管理所使用的 idl 的能力。

安装

简单运行

$ cargo install volo-cli

用法

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

对于更详细的示例,您可以查看[文档][TODO]。

依赖项

~38–52MB
~868K SLoC