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 2019/04/25 20:19:11 UTC

[GitHub] [incubator-openwhisk-cli] AnthonyAmanse opened a new issue #436: inconsistency: wsk project does not respect WSK_CONFIG_FILE

AnthonyAmanse opened a new issue #436: inconsistency: wsk project does not respect WSK_CONFIG_FILE
URL: https://github.com/apache/incubator-openwhisk-cli/issues/436
 
 
   Wtih the `wskdeploy` integration, doing `WSK_CONFIG_FILE=/Users/anthony/.wskprops-iks wsk project deploy` does not use the config file set in the environment variable. `wsk project deploy` will use the wskprops in the default location `~/.wskprops`.
   
   Workaround is to use `wsk project deploy --config <wskprops location>` which is similar to what wskdeploy uses.
   
   Having 2 ways to set the config file can be confusing: "Use `WSK_CONFIG_FILE` env to specify location of wskprops and use `--config` when using wsk project commands"
   
   
   Related Issue: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/809

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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