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 2019/02/24 15:23:28 UTC

[GitHub] rabbah commented on issue #178: Add flag for retrieving action parameter values

rabbah commented on issue #178: Add flag for retrieving action parameter values
URL: https://github.com/apache/incubator-openwhisk-cli/issues/178#issuecomment-466786263
 
 
   You can do this already like this:
   
   ```
   > wsk action get hello parameters
   ok: got action h, displaying field parameters
   [
       {
           "key": "a",
           "value": "A"
       },
       {
           "key": "b",
           "value": "B"
       }
   ]
   ```
   
   The commands support projections so you replace parameters with annotations say and see only those.

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