Exoscale CLI Exoscale
winget install --id=Exoscale.CLI -e
exo is the official command-line tool to access Exoscale services. You can manage your infrastructure from a user-friendly command line, with all the benefits of a scriptable interface.
Exoscale CLI is a command-line tool designed to manage Exoscale services seamlessly from the command line. It provides a user-friendly interface for infrastructure management while offering all the benefits of a scriptable environment.
Key Features:
- Manage compute, storage, and DNS resources across your entire Exoscale infrastructure.
- Enjoy an intuitive CLI experience with auto-completion via Fig integration.
- Configure easily with guided setup to store API credentials securely.
- Cross-platform support for Windows, macOS, and Linux environments.
- Scriptable interface for automation and integration into CI/CD pipelines.
Audience & Benefit: Ideal for system administrators and developers who need efficient management of cloud resources. The Exoscale CLI simplifies infrastructure operations and integrates effortlessly with existing workflows.
Install via winget to get started quickly.
README
Exoscale CLI
Manage your Exoscale infrastructure easily from the command-line with exo
.
Installation
Follow the steps for your platform on our community docs.
Configuration
Running the exo config
command will guide you through the initial configuration.
You can create and find API credentials in the IAM section of the Exoscale Console.
The configuration file and all assets created during exo
operations will be saved in the following location:
OS | Location |
---|---|
GNU/Linux, *BSD | $HOME/.config/exoscale/ |
macOS | $HOME/Library/Application Support/exoscale/ |
Windows | %USERPROFILE%\.exoscale\ |
The configuration parameters are then saved in a exoscale.toml
file with the following minimum format:
defaultaccount = "account_name"
[[accounts]]
key = "API_KEY"
name = "account_name"
secret = "API_SECRET"
The current configuration and configuration file path can be shown with exo config show
.
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.
Integrations
Fig
When using Fig you can run this command to output Fig completion spec:
exo integrations generate-fig-spec
External contributions
- setup-exoscale GitHub action