4 个版本
0.1.9 | 2023 年 3 月 9 日 |
---|---|
0.1.8 | 2022 年 6 月 2 日 |
0.1.7 | 2022 年 4 月 25 日 |
0.1.5 | 2022 年 3 月 28 日 |
#2866 在 命令行工具
81KB
2K SLoC
ovhctl
与 ovhcloud API 交互的命令行界面。
安装
要安装命令行界面,您需要一个 Rust 环境,然后运行以下命令
$ cargo install --git https://github.com/FlorentinDUBOIS/ovhctl.git
这将把二进制文件放入 $HOME/.cargo/bin
目录,如果您使用的是 Rust 生态系统的默认安装。
用法
$ ovhctl -h
ovhctl 0.1.9
Commands parsed from the command line
USAGE:
ovhctl [FLAGS] [OPTIONS] [SUBCOMMAND]
FLAGS:
-t Validate the configuration
-h, --help Prints help information
-V, --version Prints version information
-v Increase log verbosity
OPTIONS:
-c, --config <config> Path to the configuration file
SUBCOMMANDS:
cloud Manage cloud resources across the ovh api
connect Login to the ovh api
dedicated Manage dedicated infrastructure
domain Manage domain across the ovh api
help Prints this message or the help of the given subcommand(s)
联系方式
依赖关系
~17–30MB
~420K SLoC