You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2017/07/17 12:06:25 UTC

[18/18] brooklyn-client git commit: This closes #42

This closes #42

Improve login handling.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/be805160
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/be805160
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/be805160

Branch: refs/heads/master
Commit: be8051602b7bc2ad7bf0c1975aad55d7f354048a
Parents: 052d3bd 6abe8d1
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Mon Jul 17 13:03:05 2017 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Mon Jul 17 13:03:05 2017 +0100

----------------------------------------------------------------------
 cli/api/version/version.go     |   9 +-
 cli/br/brooklyn.go             |  55 +++++++----
 cli/command_factory/factory.go |   2 +
 cli/commands/login.go          |  80 ++++++++++-----
 cli/commands/logout.go         |  57 +++++++++++
 cli/commands/server.go         |  50 ++++++++++
 cli/commands/version.go        |   2 +-
 cli/io/config.go               | 189 +++++++++++++++++++++++++++++++++++-
 cli/io/config_test.go          |  63 ++++++++++++
 cli/io/legacyConfig.json       |  14 +++
 cli/io/testconfig.json         |   8 ++
 cli/net/net.go                 |   8 +-
 12 files changed, 482 insertions(+), 55 deletions(-)
----------------------------------------------------------------------