ovhctl

Crates.ioovhctl
lib.rsovhctl
version0.1.9
sourcesrc
created_at2022-03-28 11:58:18.224963
updated_at2023-03-09 13:22:06.515465
descriptionA command line interface to interact with the ovhcloud api
homepage
repositoryhttps://github.com/FlorentinDUBOIS/ovhctl
max_upload_size
id557765
size129,318
Florentin DUBOIS (FlorentinDUBOIS)

documentation

README

ovhctl

A command line interface to interact with the ovhcloud api.

Installation

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.

Usage

$ 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)

Get in touch

Commit count: 53

cargo fmt