Linux command
exo 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Configure CLI credentials
exo config add
List compute instances
exo compute instance list
Create a compute instance in a specific zone
exo compute instance create [name] --zone [ch-gva-2]
SSH to an instance
exo compute instance ssh [instance_name]
List IAM API keys
exo iam api-key list
List object storage buckets
exo storage list
Show current account limits
exo limits
说明
exo is the command-line interface for Exoscale, a European cloud computing provider. It manages compute instances, storage, DNS, and other cloud resources. The tool provides commands for all Exoscale services including SKS (Kubernetes), DBaaS, dedicated inference, and networking. Configuration stores API credentials for authentication. exo enables infrastructure automation and management without the web console.
参数
- compute _SUBCOMMAND_
- Manage compute resources (instances, security groups, load balancers, SKS clusters, etc.).
- dbaas _SUBCOMMAND_
- Manage Database as a Service instances.
- dns _SUBCOMMAND_
- Manage DNS zones and records.
- iam _SUBCOMMAND_
- Identity and access management (API keys, roles, org policy).
- storage _SUBCOMMAND_
- Object storage operations (buckets, upload, download).
- config _SUBCOMMAND_
- Manage CLI configuration and credentials.
- zone
- List available zones.
- limits
- Show current account resource limits.
- status
- Show Exoscale platform status.
- version
- Print CLI version.
- --help
- Display help information.
FAQ
What is the exo command used for?
exo is the command-line interface for Exoscale, a European cloud computing provider. It manages compute instances, storage, DNS, and other cloud resources. The tool provides commands for all Exoscale services including SKS (Kubernetes), DBaaS, dedicated inference, and networking. Configuration stores API credentials for authentication. exo enables infrastructure automation and management without the web console.
How do I run a basic exo example?
Run `exo config add` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does compute _SUBCOMMAND_ do in exo?
Manage compute resources (instances, security groups, load balancers, SKS clusters, etc.).