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

ConvertV1Profiles API does not support custom ZOWE_CLI_HOME #2312

Open
t1m0thyj opened this issue Oct 18, 2024 · 1 comment · May be fixed by #2313
Open

ConvertV1Profiles API does not support custom ZOWE_CLI_HOME #2312

t1m0thyj opened this issue Oct 18, 2024 · 1 comment · May be fixed by #2313
Labels
bug Something isn't working new The issue wasn't triaged yet

Comments

@t1m0thyj
Copy link
Member

The team config API is initialized with the default home directory which does not respect environment variables:

ImperativeConfig.instance.config = await Config.load(
ImperativeConfig.instance.loadedConfig.name,
{
homeDir: ImperativeConfig.instance.loadedConfig.defaultHome
}
);

@t1m0thyj t1m0thyj added bug Something isn't working new The issue wasn't triaged yet labels Oct 18, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@t1m0thyj t1m0thyj linked a pull request Oct 18, 2024 that will close this issue
4 tasks
@t1m0thyj t1m0thyj linked a pull request Oct 18, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new The issue wasn't triaged yet
Projects
Status: New Issues
Development

Successfully merging a pull request may close this issue.

1 participant