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

Add Intellisense to secure array in zowe.config.json #1187

Closed
t1m0thyj opened this issue Oct 29, 2021 · 2 comments
Closed

Add Intellisense to secure array in zowe.config.json #1187

t1m0thyj opened this issue Oct 29, 2021 · 2 comments
Assignees
Labels
team-profile Issues and PRs related with the team config initiative

Comments

@t1m0thyj
Copy link
Member

t1m0thyj commented Oct 29, 2021

Currently the $version property in zowe.schema.json is 3:
https://github.com/zowe/imperative/blob/next/packages/config/src/ConfigSchema.ts#L29-L34

This means we have already gone through 2 version changes before the release of Zowe v2.

In the future, we may wish to make another change to the schema (like the one suggested in the title) that would necessitate bumping the version to 4.

We should have a plan for how to handle this - when a CLI user has version N - 1 schema JSONs stored on their disk, how will we upgrade them to version N?

@t1m0thyj t1m0thyj added the team-profile Issues and PRs related with the team config initiative label Oct 29, 2021
@t1m0thyj t1m0thyj added this to the Zowe vNext Backlog milestone Oct 29, 2021
@MikeBauerCA
Copy link
Contributor

Scope: does not include plan for making breaking changes to schema in the future

Expectation: When typing strings in secure array, intellisense provides all profile options applicable to that profile type. If it is a typeless profile, all profile property options are displayed.

@t1m0thyj
Copy link
Member Author

Updated the schema in zowe/imperative#751 and @zowe/cli@7.0.0-next.202203231654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-profile Issues and PRs related with the team config initiative
Projects
None yet
Development

No branches or pull requests

2 participants