dubeejw commented on a change in pull request #2326: (Review) Alphabetize
URL: 
https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r128855710
 
 

 ##########
 File path: docs/actions.md
 ##########
 @@ -962,12 +962,30 @@ This command starts a polling loop that continuously 
checks for logs from activa
 
 ## Listing actions
 
-You can list all the actions that you have created using:
+You can list all the actions that you have created using `wsk action list`:
 
 ```
 wsk action list
+actions
+/guest/C                           private nodejs:6
+/guest/A                           private nodejs:6
+/guest/B                           private nodejs:6
 ```
 
+Here, we see actions `C`, `A`, and `B`, where `C` is the most recently created 
action, and `A` is the oldest.
 
 Review comment:
   Wouldn't B be the oldest?
 
----------------------------------------------------------------
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

Reply via email to