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

Closed
t1m0thyj opened this issue Oct 18, 2024 · 1 comment · Fixed by #2313
Closed

ConvertV1Profiles API does not support custom ZOWE_CLI_HOME #2312

t1m0thyj opened this issue Oct 18, 2024 · 1 comment · Fixed by #2313
Assignees
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.

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
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad 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
@JTonda JTonda added priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. and removed new The issue wasn't triaged yet labels Oct 21, 2024
@JTonda JTonda moved this from New Issues to In Progress in Zowe CLI Squad Oct 21, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Closed in Zowe CLI Squad Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

2 participants