Merge lp://staging/~thumper/juju-core/get-environment into lp://staging/~juju/juju-core/trunk
Proposed by
Tim Penhey
Status: | Merged |
---|---|
Approved by: | William Reade |
Approved revision: | no longer in the source branch. |
Merged at revision: | 1141 |
Proposed branch: | lp://staging/~thumper/juju-core/get-environment |
Merge into: | lp://staging/~juju/juju-core/trunk |
Diff against target: |
220 lines (+173/-0) 6 files modified
cmd/cmd.go (+13/-0) cmd/cmd_test.go (+17/-0) cmd/juju/environment.go (+75/-0) cmd/juju/environment_test.go (+65/-0) cmd/juju/main.go (+1/-0) cmd/juju/main_test.go (+2/-0) |
To merge this branch: | bzr merge lp://staging/~thumper/juju-core/get-environment |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+157968@code.staging.launchpad.net |
Description of the change
Add a get-environment command.
Be able to get environment values from state. You can ask for either a single
value, or get the whole lot formatted how you like (well within reason).
set-environment coming next.
To post a comment you must log in.
Reviewers: mp+157968_ code.launchpad. net,
Message:
Please take a look.
Description:
Add a get-environment command.
Be able to get environment values from state. You can ask for either a
single
value, or get the whole lot formatted how you like (well within reason).
set-environment coming real soon now.
https:/ /code.launchpad .net/~thumper/ juju-core/ get-environment /+merge/ 157968
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/8597045/
Affected files: environment. go environment_ test.go main_test. go
A [revision details]
M cmd/cmd.go
A cmd/juju/
A cmd/juju/
M cmd/juju/main.go
M cmd/juju/