You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2019/07/24 13:49:58 UTC

[sling-whiteboard] branch master updated: Mention microsling URL

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 28355e5  Mention microsling URL
28355e5 is described below

commit 28355e59a22304fb3f8fa5bb4ebe21923daef229
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jul 24 15:49:54 2019 +0200

    Mention microsling URL
---
 serverless-microsling/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/serverless-microsling/README.md b/serverless-microsling/README.md
index b6d7996..77cc2fb 100644
--- a/serverless-microsling/README.md
+++ b/serverless-microsling/README.md
@@ -14,10 +14,18 @@ How to run this on Apache OpenWhisk
 Assuming `wsk` is setup as per the [OpenWhisk docs](openwhisk.apache.org), the
 `install` script installs this code as an OpenWhisk action named `microsling`.
 
+The script outputs the URL at which the action is available:
+
+    Microsling is available at at https://openwhisk.example.com/YOURNAME/default/microsling
+
+To which you need to append the path of the content that you want to read (from `./content` for now) so for example:
+
+     https://openwhisk.example.com/YOURNAME/default/microsling/demo/index.json
+
 To see what happened after executing the action you can use:
 
     wsk -i activation get --last
 
 and
 
-    wsk -i activation logs --last
\ No newline at end of file
+    wsk -i activation logs --last