This closes #131
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7e765ecb Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/7e765ecb Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/7e765ecb Branch: refs/heads/master Commit: 7e765ecb4c203eb317a5bf0bfdd492feb1d6ffef Parents: f95ff7a 8e04b18 Author: Alex Heneveld <[email protected]> Authored: Fri May 13 09:46:54 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri May 13 09:46:54 2016 +0100 ---------------------------------------------------------------------- karaf/apache-brooklyn/pom.xml | 2 + karaf/commands/pom.xml | 6 + .../apache/brooklyn/karaf/commands/Catalog.java | 2 - .../explorer/AbstractCloudExplorerCommand.java | 53 +++ .../commands/cloud/explorer/BlobCommand.java | 45 ++ .../cloud/explorer/DefaultTemplateCommand.java | 38 ++ .../cloud/explorer/GetImageCommand.java | 44 ++ .../cloud/explorer/ListContainerCommand.java | 46 ++ .../cloud/explorer/ListContainersCommand.java | 38 ++ .../explorer/ListHardwareProfilesCommand.java | 38 ++ .../cloud/explorer/ListImagesCommand.java | 37 ++ .../cloud/explorer/ListInstancesCommand.java | 37 ++ .../explorer/TerminateInstancesCommand.java | 47 ++ karaf/pom.xml | 2 +- launcher-common/pom.xml | 5 + .../command/support/CloudExplorerSupport.java | 439 +++++++++++++++++++ .../org/apache/brooklyn/cli/CloudExplorer.java | 327 ++++---------- 17 files changed, 956 insertions(+), 250 deletions(-) ----------------------------------------------------------------------
