Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/juju/model: add "show-model" command #4959
Conversation
axw
added some commits
Apr 1, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 684e8a4
into
juju:master
Apr 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedApr 1, 2016
We add the "show-model" command which shows
summary information about the current model.
This includes the name, UUID, provider type,
owner, and users with access.
If you are an administrator or owner of the
model, you will see all users with access to
the model. Otherwise, you will see only your
own user details.
(Review request: http://reviews.vapour.ws/r/4398/)