`juju spaces`
Usage:
juju spaces [options] [--short] [--format yaml|json] [--output <path>]
Summary:
List known spaces, including associated subnets.
Global Options:
--debug (= false)
Equivalent to --show-log --logging-config==DEBUG
-h, --help (= false)
Show help on a command or other topic.
--logging-config (= "")
Specify log levels for modules
--quiet (= false)
Show no informational output
--show-log (= false)
If set, write the log file to stderr
--verbose (= false)
Show more verbose output
Command Options:
-B, --no-browser-login (= false)
Do not use web browser for authentication
--format (= tabular)
Specify output format (json|tabular|yaml)
-m, --model (= "")
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>
.
-o, --output (= "")
Specify an output file
--short (= false)
Only display spaces.
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.
Examples:
List spaces and their subnets:
juju spaces
List spaces:
juju spaces --short
See also:
add-space
reload-spaces
Aliases:
list-spaces
Last updated 1 year, 1 month ago.