Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistency: wsk project does not respect WSK_CONFIG_FILE #436

Open
AnthonyAmanse opened this issue Apr 25, 2019 · 1 comment
Open

inconsistency: wsk project does not respect WSK_CONFIG_FILE #436

AnthonyAmanse opened this issue Apr 25, 2019 · 1 comment

Comments

@AnthonyAmanse
Copy link

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: apache/openwhisk-wskdeploy#809

@rabbah rabbah added the bug label Apr 25, 2019
@rabbah
Copy link
Member

rabbah commented Apr 25, 2019

Thanks @AnthonyAmanse - thanks for reporting this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants