You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/21 14:44:43 UTC

[GitHub] akrabat commented on a change in pull request #2326: (WIP) Alphabetize

akrabat commented on a change in pull request #2326: (WIP) Alphabetize
URL: https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r123254298
 
 

 ##########
 File path: docs/actions.md
 ##########
 @@ -898,12 +898,13 @@ You can list all the actions that you have created using:
 wsk action list
 ```
 
-As you write more actions, this list gets longer and it can be helpful to group related actions into [packages](./packages.md). To filter your list of actions to just the those within a specific pacakge, you can use: 
+By default, listed actions will be sorted alphabetically, first by namespaces, then [packages](./packages.md), and finally by action name. To filter your list of actions to just the those within a specific pacakge, you can use: 
 
 ```
 wsk action list [PACKAGE NAME]
 ```
 
+Side Note: Listing works the same way for actions as it does for [packages](./packages.md), [APIs](./apigateway.md), [triggers and rules](./triggers_rules.md). 
 
 Review comment:
   Nit pick: For consistency, the docs currently use `*Note:*` rather than `Side Note:`
 
----------------------------------------------------------------
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