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:48:38 UTC

[GitHub] ScottChapman opened a new issue #702: How do I create package parameters?

ScottChapman opened a new issue #702: How do I create package parameters?
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/702
 
 
   I have a package where I create a single parameter using a JSON object as the value. I do this manually now with wsk action create ... -P PackageParams.json where the file contains something like:
   ```
   {
      "credentials": {
         "username": "something",
         "password": "something else"
      }
   }
   ```
   
   How would that manifest in the YML exactly?

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