Crates.io | ovhctl |
lib.rs | ovhctl |
version | 0.1.9 |
source | src |
created_at | 2022-03-28 11:58:18.224963 |
updated_at | 2023-03-09 13:22:06.515465 |
description | A command line interface to interact with the ovhcloud api |
homepage | |
repository | https://github.com/FlorentinDUBOIS/ovhctl |
max_upload_size | |
id | 557765 |
size | 129,318 |
A command line interface to interact with the ovhcloud api.
To install the command line interface, you will need a rust environment and then running the following command:
$ cargo install --git https://github.com/FlorentinDUBOIS/ovhctl.git
This will put the binary in the directory $HOME/.cargo/bin
, if you use the default
installation of the rust ecosystem.
$ 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)