You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/09/19 00:21:25 UTC

[incubator-openwhisk] branch master updated: Added --result to invoke action (#2750)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c333f6  Added --result to invoke action (#2750)
2c333f6 is described below

commit 2c333f649d5fc80acf2ae312d2f0aae27ec9ab35
Author: Gabriel Nicolas Avellaneda <av...@gmail.com>
AuthorDate: Mon Sep 18 21:21:22 2017 -0300

    Added --result to invoke action (#2750)
    
    Passing --result to invoke action is a better feedback to confirm that it actually executed the function and got back the expected result.
---
 docs/about.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/about.md b/docs/about.md
index fa1a78b..f03efa5 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -37,7 +37,7 @@ wsk action create myAction action.js
 ```
 Done. Now we actually want to invoke that action:
 ```
-wsk action invoke myAction
+wsk action invoke myAction --result
 ```
 
 ## The internal flow of processing

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].