imperative icon indicating copy to clipboard operation
imperative copied to clipboard

Imperative CLI Framework

Results 100 imperative issues
Sort by recently updated
recently updated
newest added

Added support for interactive menu selection

With the following config files, the CLI is not able to retrieve information from the default profile. This behavior is the same regardless of the profile type. (e.g. `base`) Should...

question

Command Output: ``` zfernand0:~/gh/demo$ zowe config init Warning: Unable to securely save credentials. Skipped prompting for credentials. undefined Saved config template to /home/zfernand0/gh/demo/zowe.config.json ``` Source: https://github.com/zowe/imperative/blob/3142b97db3e3e21830c5cef0219951f57d880cf3/packages/imperative/src/config/cmd/init/init.handler.ts#L98-L99

good first issue

Hello, We have encountered an issue when sending requests via zowe Endevor CLI. Some requests fails sporadically. For example I have 5 subsequent Endevor generate actions and only 2 of...

#691 introduces a Test App (__tests__/src/packages/profiles/test_app/TestApp.ts) that may help with creating integrations tests for the ProfileInfo APIs

testing

Hi, We would like to use YAML multiline strings in profile, such as: ``` ExecuteScript: |- line1 line2 ... ``` Currently it's impossible, whenever you provide a value like this...

In a unit test that calls `ICommandHandler.process` and mocks an `ImperativeConfig.instance.config` object with the `exists: true` property defined, several mocks are required which may be an inconvenience for plug-in developers....

testing

1. `ConfigSchema` APIs may not support nested options In `ConfigSchema.parseSchema` function... https://github.com/zowe/imperative/blob/cae116c8995e358a5e21ef00c3347ecf47689509/packages/config/src/ConfigSchema.ts#L115 2. Programmers may not be able to defined nested secure properties. For example: `banana.origin.country = USA` could be...

team-profile

Perhaps passing an `ICredentialManagerInit` object should be optional. Previously it was required to at least define `service` (service name), but now it is common to set `service` to null to...

question
team-profile

Ex: ``` C:\dev>zowe config secure Please enter profiles.my_base.properties.user: Please enter profiles.my_base.properties.password: Please enter profiles.my_base_apiml.properties.authToken: ``` I'd like to change my password, but I would like to leave my user name...

good first issue
team-profile