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

CLI: Zowe Clients Event Management #2171

Open
zFernand0 opened this issue Jan 24, 2024 · 0 comments
Open

CLI: Zowe Clients Event Management #2171

zFernand0 opened this issue Jan 24, 2024 · 0 comments

Comments

@zFernand0
Copy link
Member

zFernand0 commented Jan 24, 2024

ℹ️ This is different from the Event Management effort on z/OS ℹ️

The idea is to allow for multiple applications to be notified when certain client events occur. Here are some of the events we have identified so far:

  • onVaultChanged: When an SDK writes to the vault / credential-manager (i.e. password update)
  • onConfigChanged: When a Team Config file changes (i.e. new properties stored)
  • onSchemaChanged: When the schema file changes (i.e. new plug-in or extension installed)

We will also allow for custom events. The following is just an example:

  • onPackagePublished: This is an example of an event that a plug-in or extension could emit if they just published a package

The CLI squad has been investigating this for the Node.JS SDK. We are in the process producing guidelines that every SDK could implement (Python, Kotlin, Java, Swift, ...)

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