snippetbashTip
exo — Manage the Exoscale services. Some subcommands such as `compute` have their own usage documentation.
Viewed 0 times
exothecommandexoscaleservicesmanageclisome
Problem
How to use the
exo command: Manage the Exoscale services. Some subcommands such as compute have their own usage documentation. More information: <https://community.exoscale.com/tools/command-line-interface/>.Solution
exo — Manage the Exoscale services. Some subcommands such as compute have their own usage documentation. More information: <https://community.exoscale.com/tools/command-line-interface/>.Configure the exo command-line:
exo configGenerate the exo autocompletion script for a specified shell:
exo completion {{zsh}}List all of the available zones and output them as json:
exo zone {{[-O|--output-format]}} {{json}}Quietly create a Compute instance in a specific zone (disables the non-essential command output):
exo compute instance create {{instance_name}} --zone {{zone}} {{[-Q|--quiet]}}List just the name of all of the buckets in the Organization:
exo storage list {{[-O|--output-template]}} '\{\{ .Name \}\}Display help for a specific sub-command:
exo {{iam}} {{[-h|--help]}}Code Snippets
Configure the exo command-line
exo configGenerate the exo autocompletion script for a specified shell
exo completion {{zsh}}List all of the available zones and output them as json
exo zone {{[-O|--output-format]}} {{json}}Quietly create a Compute instance in a specific zone (disables the non-essential command output)
exo compute instance create {{instance_name}} --zone {{zone}} {{[-Q|--quiet]}}List just the name of all of the buckets in the Organization
exo storage list {{[-O|--output-template]}} '\{\{ .Name \}\}Context
tldr-pages: common/exo
Revisions (0)
No revisions yet.