Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
juju gui now prints the URL by default #6984
Conversation
| "github.com/juju/juju/cmd/juju/gui" | ||
| jujutesting "github.com/juju/juju/juju/testing" | ||
| coretesting "github.com/juju/juju/testing" | ||
| + "github.com/juju/version" |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit a57fd1b
into
juju:2.1
Feb 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedFeb 15, 2017
Description of change
Invert the behaviour of the juju gui command. The command will now just print the GUI URL by default. Using --browser is needed to launch the browser.
--show-credential (singular) is used instead of --show-credentials to be consistent with the rest of Juju
QA steps
bootstrap juju
juju gui --browser
Documentation changes
CLI doc for juju GUI will change
Bug reference
https://bugs.launchpad.net/juju/+bug/1631438