Skip to content
/ cli Public
forked from exoscale/cli

Command-line tool for everything at Exoscale: compute, storage, dns.

License

Notifications You must be signed in to change notification settings

J0WI/cli

 
 

Repository files navigation

Actions Status

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.

About

Command-line tool for everything at Exoscale: compute, storage, dns.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.6%
  • HTML 1.9%
  • Other 0.5%