You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/09 13:50:27 UTC

[GitHub] rabbah commented on a change in pull request #3078: As this is the default ?getting started link?, clarify pre-requisites.

rabbah commented on a change in pull request #3078: As this is the default ?getting started link?, clarify pre-requisites.
URL: https://github.com/apache/incubator-openwhisk/pull/3078#discussion_r155923130
 
 

 ##########
 File path: docs/actions.md
 ##########
 @@ -6,6 +6,10 @@ Actions are stateless code snippets that run on the OpenWhisk platform. An actio
 
 Actions can be explicitly invoked, or run in response to an event. In either case, each run of an action results in an activation record that is identified by a unique activation ID. The input to an action and the result of an action are a dictionary of key-value pairs, where the key is a string and the value a valid JSON value. Actions can also be composed of calls to other actions or a defined sequence of actions.
 
+## Prerequisites
+
+You will need to use OpenWhisk CLI. Find out how to use it from with a VM installation [here](https://github.com/apache/incubator-openwhisk/blob/master/tools/vagrant/README.md#using-cli-from-outside-the-vm), or download binaries for your platform [here](https://github.com/apache/incubator-openwhisk-cli/releases).
 
 Review comment:
   The CLI is also available from the edge host, `https://localhost/cli/go/download/` for local and docker for mac deployments, or the corresponding IP for docker-machine. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services