`juju add-user`

See also: register, grant, users, show-user, disable-user, enable-user, change-user-password, remove-user, How to manage users

Usage:

juju add-user [options] <user name> [<display name>]

Summary:

Adds a Juju user to a controller.

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

-c, --controller (= "")

Controller to operate in

Details:

The user’s details are stored within the controller and will be removed when the controller is destroyed.

A user unique registration string will be printed. This registration string must be used by the newly added user as supplied to complete the registration process.

Some machine providers will require the user to be in possession of certain credentials in order to create a model.

Examples:

juju add-user bob
juju add-user --controller mycontroller bob

Last updated 10 months ago.