`juju users`
Usage:
juju users [options] [model-name]
Summary:
Lists Juju users allowed to connect to a controller or model.
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:
--all (= false)
Include disabled users
-c, --controller (= "")
Controller to operate in
--exact-time (= false)
Use full timestamp for connection times
--format (= tabular)
Specify output format (json|tabular|yaml)
-o, --output (= "")
Specify an output file
Details:
When used without a model name argument, users relevant to a controller are printed. When used with a model name, users relevant to the specified model are printed.
Examples:
Print the users relevant to the current controller:
juju users
Print the users relevant to the controller “another”:
juju users -c another
Print the users relevant to the model “mymodel”:
juju users mymodel
See also:
add-user
register
show-user
disable-user
enable-user
Aliases:
list-users
Last updated 1 year, 1 month ago.