Skip to content

Orange Logo Presentation

Releases LICENSE Static Badge CI

Go version Go Report Card GoDoc

Warning

This tool is under development, big improvements or changes may appear.

cav is a Command Line Interface for Orange CloudAvenue Platform.
Is supported by the most used operating systems.
Is a terminal app built to give a basic view to your Cloud Avenue IaaS.
You can list, delete and create some basic infrastructure.
Is based on the Terraform Provider Cloud Avenue

When to use it

cav is able to give you a quik view of your Cloud Avenue Infrastructure.
It can quickly create an object with a simple template defined in the application coding (in futur release with a parameter template).
No needs to use terraform to see your IAAS state.
It is recommended to use it when you want to perform a quick operation on your infrastructure.
See demo below

Info

If you need more information about Cloud Avenue, please visit Cloud Avenue documentation.

Usage

How to use the CLI

$> cav
cav is the Command Line Interface for CloudAvenue Platform

Usage:
  cav [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  create      Create resource to CloudAvenue.
  delete      Delete resource from CloudAvenue.
  get         Get resource to retrieve information from CloudAvenue.
  help        Help about any command
  update      Check for updates and update the application
  version     Print the version number of cav

Flags:
  -h, --help      help for cav
  -t, --time      time elapsed for command

Use "cav [command] --help" for more information about a command.

See All Commands reference

Demo

License

Cloud Avenue CLI cav is licensed under the Mozilla Public License 2.0.

Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses).
Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

See LICENSE.

Contributing

See CONTRIBUTING.md.