Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 646470197 -> 340b6bcc7
Added note to CLI README file to mention that it only includes one jar file containing all dependent java libraries. Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/340b6bcc Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/340b6bcc Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/340b6bcc Branch: refs/heads/4.0.0-incubating Commit: 340b6bcc72f947845683aef1332be2b7faa644a5 Parents: 6464701 Author: Imesh Gunaratne <[email protected]> Authored: Sat May 3 13:26:35 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sat May 3 13:26:35 2014 +0530 ---------------------------------------------------------------------- products/stratos-cli/distribution/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/340b6bcc/products/stratos-cli/distribution/README.txt ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/README.txt b/products/stratos-cli/distribution/README.txt index d94c2ff..8013487 100755 --- a/products/stratos-cli/distribution/README.txt +++ b/products/stratos-cli/distribution/README.txt @@ -5,7 +5,8 @@ Welcome to the Apache Stratos CLI. The command line interface (CLI) is a powerful tool that clients can use -to communicate with Stratos services. +to communicate with Stratos services. The CLI distribution only includes one +jar file containing all dependent java libraries. The tenant can use the CLI tool on two separate modes if needed, which are namely single command line mode and interactive mode.
