imperative
imperative copied to clipboard
Imperative CLI Framework
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...
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...
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...
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?...
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...
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...
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",...
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...
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...