juju spaces¶
See also: add-space, reload-spaces
Aliases: list-spaces
Summary¶
List known spaces, including associated subnets.
Usage¶
juju spaces [options] [--short] [--format yaml|json] [--output <path>]
Options¶
| Flag | Default | Usage | 
|---|---|---|
| 
 | false | Do not use web browser for authentication | 
| 
 | tabular | Specify output format (json|tabular|yaml) | 
| 
 | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | |
| 
 | Specify an output file | |
| 
 | false | Only display spaces. | 
Examples¶
List spaces and their subnets:
juju spaces
List spaces:
juju spaces --short
Details¶
Displays all defined spaces.
By default both spaces and their subnets are displayed. Supplying the --short option will list just the space names.
The --output argument allows the command’s output to be redirected to a file.
