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/08/29 18:38:59 UTC

[GitHub] pritidesai commented on issue #408: Make the config file able to work for .wskprops

pritidesai commented on issue #408: Make the config file able to work for .wskprops
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/408#issuecomment-325756305
 
 
   WSK CLI stores the properties set in ~/.wskprops which looks like:
   
   ```
   cat ~/.wskprops 
   AUTH=****849
   APIHOST=openwhisk.ng.bluemix.net
   ```
   
   running into failure with and without --config option:
   
   ```
   ./wskdeploy --config tests/dat/wskprops -p tests/src/integration/jaraction/
   2017/08/29 11:34:02 Using /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/jaraction/manifest.yaml for deployment 
   2017/08/29 11:34:02 Missing authentication key
   2017/08/29 11:34:02 Error happened during execution, please type 'wskdeploy -h' for help messages.
   ```
   
   ```
   ./wskdeploy -p tests/src/integration/jaraction/
   2017/08/29 11:34:13 Using /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/jaraction/manifest.yaml for deployment 
   2017/08/29 11:34:13 Missing authentication key
   2017/08/29 11:34:13 Error happened during execution, please type 'wskdeploy -h' for help messages.
   ```
 
----------------------------------------------------------------
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