`juju dashboard`
Usage:
juju dashboard [options]
Summary:
Print the Juju Dashboard URL, or open the Juju Dashboard in the default browser.
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
--browser (= false)
Open the web browser, instead of just printing the Juju Dashboard URL
--hide-credential (= false)
Do not show admin credential to use for logging into the Juju Dashboard
-m, --model (= "")
Model to operate in. Accepts [:]|
Details:
Print the Juju Dashboard URL and show admin credential to use to log into it:
juju dashboard
Print the Juju Dashboard URL only:
juju dashboard --hide-credential
Open the Juju Dashboard in the default browser and show admin credential to use to log into it:
juju dashboard --browser
Open the Juju Dashboard in the default browser without printing the login credential:
juju dashboard --hide-credential --browser
An error is returned if the Juju Dashboard is not available in the controller.
Aliases:
gui
Last updated 9 months ago.