imperative
imperative copied to clipboard
Imperative CLI Framework
Hello, The team profiles [documentation](https://github.com/zowe/imperative/wiki/Working-With-Team-Configuration) in wiki contains some obsolete items: 1. `zowe scs revert --force` -> option should be `-f` 1. `zowe config init --global` -> option should be...
Hi, we're trying to implement a logic when writing error for one of the output files should not be thrown immediately and let other files be saved and provide valuable...
Maybe we can use built in node 'format' package instead?
Based on the discussion during today's standup (08/29/2022), we considered removing all redundant annotations across the entire codebase. This also applies to all other JS/TS projects supported by the CLI...
If a non-string is passed in to the ImperativeExpect.toBeDefinedAndNonBlank() function, the call will fail with a "Unexpected Command Error". This was discovered when I passed a job ID without prefixing...
Hi, Not sure if it's your domain, so please point me to the right repo if not. I was updating @zowe/cli from `zowe-v1-lts` to `zowe-v2-lts`, and one of the items...
Zowe Explorer calls this CliProfileManager().delete() for v1 profiles. If these profiles are created using a v2 release the call will fail and if numerous attempts are made on the same...
It would be nice to be able to pass custom information to the ConfigBuilder.build method as part of IConfigBuilderOpts to set values like rejectUnauthorized, autoStore, and others when creating/building a...
Currently, if a command line tool built on imperative passes sensitive or secure fields via the command-line and an error occurs, the fields are repeated verbatim in the log files....
CLI: As an advanced user of Team Profiles, I would like to be prompted only for the things I care about. `zowe config secure --profile-path profiles.base` VSCE: As a developer...