imperative
imperative copied to clipboard
Imperative CLI Framework
Hello, We need a feature as described below. Can you please check whether it can be possible? There is a profile section as following below in the `zowe.config.json` file. ```...
Hello, We use [format()](https://github.com/zowe/imperative/blob/4926f56baf27fb1e36c797f26a7dcad79009bc83/packages/cmd/src/response/CommandResponse.ts#L218) function in our Endevor plugin to format output from `endevor list elements` command. It works perfect for small amount of data, but when we try to...
Hi Team, We have noticed a small format issue when using zowe profiles set-default help command, below is the format issue noted for profileName. Command: zowe profiles set-default zosmf-profile --help...
I think alphabetical menu is a good idea if universally applied. `ZOSMF CONNECTION OPTIONS`, `RESPONSE FORMAT OPTIONS`, and `OPTIONS` are also non-alphabetical. `CommandPreparer.appendAutoOptions` occurs in logic after the new `CommandPreparer.appendPassOnOptions`....
Same as the behavior of `plugins install`: https://github.com/zowe/imperative/blob/ed97d4cca9bb2914364b3452176edd5ee4b55a58/packages/imperative/src/plugins/utilities/npm-interface/install.ts#L131-L140
Sometimes we use the `secureSaveError` helper method to show a pretty error message. Other times when calling `config.save`, we only show "Failed to load Keytar module" which is not a...
Hi Team, When we have used this implies option for two fields, as per the guide lines, it should throw error if either one of the option is specified without...
Currently the error message is not very helpful since it doesn't show a stack trace: ``` $ zowe config secure --gc Enter the user name for your service: *** Enter...
A PoC was started in the [next-cache-credentials](https://github.com/zowe/imperative/tree/next-cache-credentials) branch. It uses a cache in the `ConnectionPropsForSessCfg` class to load/store credentials in memory before command handlers are executed. Several ideas to improve...
The `request()` method in `packages/rest/src/client/AbstractRestClient.ts` implements a streaming API for downloading and uploading files. For that the caller can provide a `ITaskWithStatus` with the request options to monitor the progress....