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

For debugging and troubleshooting, it would be nice to have a command to extract and display the current set user name and password that is securely stored. Perhaps, `zowe config...

enhancement
team-profile
for-review
priority-low

I am trying out the single profile experience and have numerous plug-ins installed. It appears that profile types (e.g. cics, db2, endevor) are placed in the order in which the...

enhancement
team-profile
priority-low

We are calling multiple Zowe CLI methods from TypeScrict code. When one of them fails, the error details show invalid command that is entered (`zowe` + arguments of our program...

enhancement
for-review
priority-low

In various places we use `isNullOrUndefined` and it has been deprecated for quite a while (Node v4.0.0) Maybe we should go back and address some of these in the future?...

good first issue
priority-low
technical-debt

The colors used by default for the command ```Zowe Profiles List some-plugin --showContents``` render the output of **show contents**, especially for numbers, _unreadable_. As the pictures below document, in a...

enhancement
for-review
priority-low

Currently, some properties of the `ImperativeConfig` class like `cliHome` cannot be accessed until `Imperative.init` has been called. These properties should be accessible without needing to wait to initialize the Imperative...

enhancement
for-review
priority-low

It appears that type _stringOrEmpty_ when defining options is erroneously being validated the same as _string_. Here is what I found. ``` public static EJES_OPTION_HELP_APP: ICommandOptionDefinition = { name: "helpApp",...

bug
good first issue
priority-low
severity-low

Due to a [breaking change](https://github.com/yargs/yargs/blob/master/CHANGELOG.md#-breaking-changes-1) in `yargs`, the output produced by Imperative when it receives unknown positional arguments has changed (examples shown below). We have updated our snapshots to use...

enhancement
for-review
priority-low

Hi Team, When we have used implies option in our ICommandOptionDefinition, for other syntax errors as well this implies related syntax error is being thrown, which should appear only when...

bug
for-review
priority-medium
severity-medium