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 2018/02/02 00:54:33 UTC

[GitHub] pritidesai commented on issue #702: How do I create package parameters?

pritidesai commented on issue #702: How do I create package parameters?
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/702#issuecomment-362451746
 
 
   @ScottChapman  please try using this manifest:
   
   ```
   packages:
       validate_json: #this is a package name
           actions:
               validate_json_params: # this is a action name
                   function: actions/dump_params.js
                   runtime: nodejs:6
                   inputs:
                       credentials:
                           type: json
                           value: '{ "username": "something", "password": "something else" }'
   ```

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