
Exoscale CLI
Manage easily your Exoscale infrastructure from the command-line with exo.
Installation
Using pre-built releases (recommended)
You can find pre-built releases of the CLI here.
From sources
To build exo from sources, a Go compiler >= 1.13 is required.
$ git clone https://github.com/exoscale/cli
$ cd cli
$ git submodule update --init --recursive go.mk
$ make build
Upon successful compilation, the resulting exo binary is stored in the bin/ directory.
Configuration
Running the exo config command will guide you through the initial configuration.
You can find your API credentials in the Account section of the Exoscale Console.
The configuration file and all assets created during exo operations will be saved in the .exoscale folder inside your home directory.
Usage
The exo CLI contains documentation for all of its commands, you can explore them by running exo help.
Additional information and tutorials are available on Exoscale's community website.