Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T17:08:14.000Z (over 1 year ago)
- Last Synced: 2024-10-14T03:49:46.360Z (3 months ago)
- Topics: ovh-api, ovhcloud, rust-lang
- Language: Rust
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 3
- 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 lineUSAGE:
ovhctl [FLAGS] [OPTIONS] [SUBCOMMAND]FLAGS:
-t Validate the configuration
-h, --help Prints help information
-V, --version Prints version information
-v Increase log verbosityOPTIONS:
-c, --config Path to the configuration fileSUBCOMMANDS:
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)