dubeejw commented on a change in pull request #2334: Added --last Activation Flag URL: https://github.com/apache/incubator-openwhisk/pull/2334#discussion_r121709925
########## File path: docs/actions.md ########## @@ -106,7 +106,18 @@ Review the following steps and examples to create your first JavaScript action. } ``` -6. If you forget to record the activation ID, you can get a list of activations ordered from the most recent to the oldest. Run the following command to get a list of your activations: + 6. To access the most recent activation record, activation results or activation logs, use the `--last` or `-l` flag. Run the following command to get your last activation result. Review comment: Looks like there is an extra space in front of the 6. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
