You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/08/06 18:52:22 UTC

[incubator-openwhisk-release] branch master updated: Update the documentation of 0.9.0 for Client Go and CLI (#229)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 04b4794  Update the documentation of 0.9.0 for Client Go and CLI (#229)
04b4794 is described below

commit 04b4794f01a0051cefb8aa083419766c6af487bf
Author: violagao <33...@users.noreply.github.com>
AuthorDate: Mon Aug 6 14:52:20 2018 -0400

    Update the documentation of 0.9.0 for Client Go and CLI (#229)
---
 releases/0.9.0-incubating/INSTALL.md | 6 ++++++
 tools/config.json                    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/releases/0.9.0-incubating/INSTALL.md b/releases/0.9.0-incubating/INSTALL.md
index b20c1dc..c1fc958 100644
--- a/releases/0.9.0-incubating/INSTALL.md
+++ b/releases/0.9.0-incubating/INSTALL.md
@@ -208,6 +208,7 @@ We suggest you restart your local machine to make sure all the packages have bee
 
 ## Build the source code
 
+### OpenWhisk
 Open the terminal, and go to the directory $OPENWHISK_HOME. Install the Gradle wrapper with the command:
 
 ```
@@ -225,6 +226,11 @@ Once the build is complete, you will have Docker images necessary to run OpenWhi
 first make sure `docker` is running correctly by verifying with the command `docker images`. If you continue
 to encounter build problems, please seek help by opening [an issue](https://github.com/apache/incubator-openwhisk/issues) for the OpenWhisk community to assist you.
 
+### OpenWhisk Client Go
+
+Please refer to the instruction on how to use OpenWhisk Client Go at [this page](https://github.com/apache/incubator-openwhisk-client-go/blob/master/README.md).
+
+### OpenWhisk CLI
 If you have downloaded the source code of OpenWhisk CLI and decide to use it during the installation of OpenWhisk, run the following commands:
 
 ```
diff --git a/tools/config.json b/tools/config.json
index fb4842b..c12e095 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -1,5 +1,5 @@
 {
-  "publish_stage": "true",
+  "publish_stage": "false",
   "update_doc": "true",
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",