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

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


The following commit(s) were added to refs/heads/master by this push:
     new aaf2b44  Add documentation about wsk deploy subcommand (#436)
aaf2b44 is described below

commit aaf2b44a68bb82de7f697c6eb7c627555c66e384
Author: Ellen Wyllie <[email protected]>
AuthorDate: Wed Jun 24 13:50:40 2020 -0500

    Add documentation about wsk deploy subcommand (#436)
---
 _layouts/documentation.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 42c4cbf..6b02d58 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -286,7 +286,7 @@ layout: default
           Multiple actions, even implemented in different languages, may be
           composed together to create a longer processing pipeline called a
           <a 
href="https://github.com/apache/openwhisk/blob/master/docs/actions.md#creating-action-sequences";>sequence</a>.
-          Sequence can be treated as a single action in terms of it creation
+          A sequence can be treated as a single action in terms of it's 
creation
           and invocation.
         </p>
 
@@ -669,6 +669,13 @@ $ wsk list -v
           and APIs using a single command using an application manifest.
         </p>
 
+        <p>
+          The functionality of wskdeploy is also embedded as a subcommand 
+          of wsk in the CLI. You can use the <code>wsk deploy</code> 
+          subcommand or follow the instructions below on installing the 
+          wskdeploy utility.
+        </p>
+
         <h5>Installing</h5>
         <p>Download and Install the <code>wskdeploy</code> utility
           for Linux, Mac or Windows.</p>

Reply via email to