juju regions

Aliases: list-regions

Summary

Lists regions for a given cloud.

Usage

juju regions [options] <cloud>

Options

Flag

Default

Usage

-B, --no-browser-login

false

Do not use web browser for authentication

-c, --controller

Controller to operate in

--client

false

Client operation

--format

tabular

Specify output format (json|tabular|yaml)

-o, --output

Specify an output file

Examples

juju regions aws
juju regions aws --controller mycontroller
juju regions aws --client
juju regions aws --client --controller mycontroller

Details

List regions for a given cloud.

Use –controller option to list regions from the cloud from a controller.

Use –client option to list regions known locally on this client.