-
Notifications
You must be signed in to change notification settings - Fork 51
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
zwe internal config get not working in v3 #4005
Comments
Problems identified:
|
|
not having |
|
I think we made a mistake in not making ConfigManager mandatory in V3. Can we retroactive fix this and not wait until V4? |
And, at this point, should workspaceDirectory be mandatory? |
I actualy believed that we removed the alternative for V3 and that in V3 there is only configuration manager. |
We might presenting this to customers, but reality is the code is full of non-configmgr/configmgr code paths. Which, as shown on this issue, is really a bug (and of course, some parts are pure non-configmgr and working fine). |
The code in v3 indeed does only execute configmgr-powered code where they exist. |
Describe the bug
Running zwe internal config get command yields an error:
Expected behavior
It should reply with the assigned value in the property.
The text was updated successfully, but these errors were encountered: