imperative
imperative copied to clipboard
Imperative CLI Framework
To prevent future regression, we should update/add a small integration test where a plugin gets installed, used and uninstalled For more details, see https://github.com/zowe/imperative/pull/312
When using the progress API to display task progress inside a Zowe CLI plugin, if the command executes in Zowe deamon mode, in some terminal types the progress bar is...
Hi, I created jest tests and got the following error when I started a test suit: ● Test suite failed to run TypeError: Cannot read properties of undefined (reading 'native')...
**Current Behavior** ``` user (User name to authenticate to service on the mainframe.) - blank to skip: password (Password to authenticate to service on the mainframe.) - blank to skip:...
If base profile contains an option with `defaultValue` undefined and `includeInTemplate=true`, it will appear in the config template as an empty value. For example: ``` "my_base": { "type": "base", "properties":...
`zowe config list profiles.lpar1.profiles.my_service.properties.port` would be nice to have. Maybe we can do something like: ```typescript if (property.indexOf(".") > 0) { for (const key of property.split(".")) { obj = (obj...
If trace level logging is enabled, the Imperative `AbstractRestClient` logs the token value in plain text: https://github.com/zowe/imperative/blob/44f5ca26991b9845500d4357bbb7a47b63b8db09/packages/rest/src/client/AbstractRestClient.ts#L446
If a sign-off on all commits is a requirement for pull requests, this should be noted in CONTRIBUTING.md. This applies to zowe/zowe-cli as well. A couple examples from other repositories:...
Disclaimer: I can see that the precedent was already set, and I would not change your implementation at this time. However, since commandParameters.arguments are already included in the createParms variable,...
We will want to make available all properties contained in a `zowe.config.json` file regardless of whether they are defined in the `zowe.schema.json` file. _Originally posted by @zFernand0 in https://github.com/zowe/vscode-extension-for-zowe/issues/1667#issuecomment-1307525441_