volo-cli

Crates.iovolo-cli
lib.rsvolo-cli
version0.10.2
sourcesrc
created_at2022-08-23 07:22:55.171233
updated_at2024-04-07 14:06:13.727794
descriptionvolo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
homepagehttps://www.cloudwego.io/docs/volo/
repositoryhttps://github.com/cloudwego/volo
max_upload_size
id650819
size111,262
Volo-maintainers (github:cloudwego:volo-maintainers)

documentation

https://docs.rs/volo-cli

README

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].

Commit count: 387

cargo fmt