exo
all
Manage the Exoscale services. Some subcommands such as `compute` have their own usage documentation.
More info →Subcommands (4)
Options (4)
-O, --output-formatbooleanList all of the available zones and output them as json
Example:
exo zone {{[-O|--output-format]}} {{json}}-Q, --quietbooleanQuietly create a Compute instance in a specific zone (disables the non-essential command output)
Example:
exo compute instance create {{instance_name}} --zone {{zone}} {{[-Q|--quiet]}}-O, --output-templatebooleanList just the name of all of the buckets in the Organization
Example:
exo storage list {{[-O|--output-template]}} '\{\{ .Name \}\}-h, --helpbooleanDisplay help for a specific sub-command
Example:
exo {{iam}} {{[-h|--help]}}Examples (6)
Configure the exo command-line
exo configList all of the available zones and output them as json
exo zone [-O|--output-format] jsonQuietly 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]made by @shridhargupta | data from tldr-pages