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

Update dependencies for technical currency #69

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

awharn
Copy link
Member

@awharn awharn commented Jul 29, 2024

Update dependencies for technical currency, ahead of the V3 releases

Copy link

Changes will be available soon at https://zowe.github.io/zowe-cli-web-help-generator/pr-69

Copy link
Member

@t1m0thyj t1m0thyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why the workflow showed the following errors but it seems to have built the PDF fine so approving 😋

Error: 7/29 18:40:36.144] [ERROR] [Logger.ts:252] Failed to load the credential manager named "@zowe/cli"
Error: 7/29 18:40:36.151] [ERROR] [Logger.ts:252] Unable to override "CredentialManager" with "@zowe/cli" from plugin "undefined"

@awharn
Copy link
Member Author

awharn commented Jul 29, 2024

Not sure why the workflow showed the following errors but it seems to have built the PDF fine so approving 😋

Error: 7/29 18:40:36.144] [ERROR] [Logger.ts:252] Failed to load the credential manager named "@zowe/cli"
Error: 7/29 18:40:36.151] [ERROR] [Logger.ts:252] Unable to override "CredentialManager" with "@zowe/cli" from plugin "undefined"

It does that. It's because I am calling the CLI and Imperative APIs without doing a lot of initialization, and without an application name. So when the handlers initialize, it doesn't have an app name and doesn't really know much about the CLI and Imperative environment, and therefore can't load the credential manager. It doesn't really matter, since we aren't making any actual calls to any kind of REST API, but it displays the error anyway since a handler was invoked.

@awharn awharn merged commit 9aac059 into master Jul 29, 2024
10 checks passed
@awharn awharn deleted the update-dependencies branch July 29, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants