(command-juju-show-space)= # `juju show-space` > See also: [add-space](#add-space), [spaces](#spaces), [reload-spaces](#reload-spaces), [rename-space](#rename-space), [remove-space](#remove-space) ## Summary Shows information about the network space. ## Usage ```juju show-space [options] ``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-B`, `--no-browser-login` | false | Do not use web browser for authentication | | `--format` | yaml | Specify output format (json|yaml) | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | | `-o`, `--output` | | Specify an output file | ## Examples Show a space by name: juju show-space alpha ## Details Displays extended information about a given space. Output includes the space subnets, applications with bindings to the space, and a count of machines connected to the space.