Crates.io | volo-cli |
lib.rs | volo-cli |
version | |
source | src |
created_at | 2022-08-23 07:22:55.171233 |
updated_at | 2024-10-16 08:48:02.518378 |
description | volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used. |
homepage | https://www.cloudwego.io/docs/volo/ |
repository | https://github.com/cloudwego/volo |
max_upload_size | |
id | 650819 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
volo-cli
is the command line tool for Volo.
volo-cli
provides the ability to generate default project layout and manage the idls used.
Simply run:
$ 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
For more detailed examples, you can check the documentation (TODO).