|
|
|
juju/cmd: introduced "user" command
"juju user" now exists. It is a SuperCommand and the existing
"add-user" command is now wired up as "juju user add" instead.
https://code.launchpad.net/~menno.smits/juju-core/user-supercommand/+merge/220148
(do not edit description out of merge proposal)
Patch Set 1 #
Total comments: 1
Total messages: 5
|
menn0
Please take a look.
|
11 years, 7 months ago (2014年05月20日 02:53:52 UTC) #1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Please take a look.
On 2014年05月20日 02:53:52, menn0 wrote: > Please take a look. LGTM, with minor comment about whitespace. Though you may want a second opinion as I'm a newbie.
https://codereview.appspot.com/92520043/diff/1/cmd/juju/user.go File cmd/juju/user.go (right): https://codereview.appspot.com/92520043/diff/1/cmd/juju/user.go#newcode18 cmd/juju/user.go:18: It seems most of the docs don't have whitespace.
LGTM. Glad it turned out to be simple.
On 2014年05月20日 03:56:20, waigani wrote: > https://codereview.appspot.com/92520043/diff/1/cmd/juju/user.go > File cmd/juju/user.go (right): > > https://codereview.appspot.com/92520043/diff/1/cmd/juju/user.go#newcode18 > cmd/juju/user.go:18: > It seems most of the docs don't have whitespace. Good spot. Fixed.