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/10/20 17:29:27 UTC

[GitHub] jpkessle commented on a change in pull request #2873: Add documentation for save action feature

jpkessle commented on a change in pull request #2873: Add documentation for save action feature
URL: https://github.com/apache/incubator-openwhisk/pull/2873#discussion_r146022636
 
 

 ##########
 File path: docs/actions.md
 ##########
 @@ -286,6 +286,26 @@ https://${APIHOST}/api/v1/namespaces/${NAMESPACE}/actions/actionName
 action invocations using the REST interface, see
 [Using REST APIs with OpenWhisk](rest_api.md#actions).
 
+### Saving action code
+
+Code associated with an existing action can be fetched and saved locally. Saving can be performed on all actions except sequences and docker actions. When saving action code to file, the code will be saved in the current working directory, and the saved file path will be displayed.
+
 
 Review comment:
   Change "existing action can be fetched" to "existing action is fetched". 
   Change "Saving can be performed" to "Saving is performed".
   Change "saving action code to file" to "saving action code to a file".
   Change "the code will be saved in" to "the code is saved in".
   Change "will be displayed" to "is displayed".

----------------------------------------------------------------
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