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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to