https://github.com/florentindubois/ovhctl
A command line interface to interact with the ovhcloud api.
https://github.com/florentindubois/ovhctl
ovh-api ovhcloud rust-lang
Last synced: about 1 year ago
JSON representation
A command line interface to interact with the ovhcloud api.
- Host: GitHub
- URL: https://github.com/florentindubois/ovhctl
- Owner: FlorentinDUBOIS
- Created: 2020-10-15T22:28:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T17:08:14.000Z (about 3 years ago)
- Last Synced: 2025-04-12T15:11:38.545Z (about 1 year ago)
- Topics: ovh-api, ovhcloud, rust-lang
- Language: Rust
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
```shell
$ 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 eco-system.
## Usage
```shell
$ ovhctl -h
ovhctl 0.1.8
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 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
- [@FlorentinDUBOIS](https://twitter.com/FlorentinDUBOIS)