`juju grant-cloud`

Usage:

juju grant-cloud [options] <user name> <permission> <cloud name> ...

Summary:

Grants access level to a Juju user for a cloud.

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:

Valid access levels are:

add-model
admin

Examples:

Grant user ‘joe’ ‘add-model’ access to cloud ‘fluffy’:

juju grant-cloud joe add-model fluffy

See also:

revoke-cloud
add-user

Last updated 9 months ago.