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/04/23 18:22:22 UTC

[GitHub] pritidesai commented on issue #258: Support concatenated variables in the manifest file

pritidesai commented on issue #258: Support concatenated variables in the manifest file
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/258#issuecomment-383674087
 
 
   this is supported with:
   
   ```
   inputs:
     CLOUDANT_USERNAME: $CLOUDANT_USERNAME
     CLOUDANT_PASSWORD: $CLOUDANT_PASSWORD
     CLOUDANT_DATABASE: ${CLOUDANT_USERNAME}.cloudant.com
   ```

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