Timothy Johnson

Results 115 comments of Timothy Johnson

This fix looks identical to #173

@berzniz The file is deleted in the PR that I linked: ![eslint-deleted](https://user-images.githubusercontent.com/22344007/148771961-c2999a4c-1be6-4bdd-9d14-e72242883f75.gif) Prior to the PR, `.eslintrc` was an empty file in the repository. In the PR, the empty `.eslintrc`...

> The resulting "extracted" data is successfully parsed by "python's json.tool" so I think that means all the data was returned correctly from the zosmf api. @awharn and I have...

From an internal conversation: > Perhaps we could make use of metadata that NPM adds to the plugin's package.json at install time? For example, in my `~/.zowe/plugins/installed/node_modules/@broadcom/jclcheck-for-zowe-cli/package.json` file there is...

The recent disappearance of this message seems like an unintentional consequence of https://github.com/zowe/imperative/pull/865.

Tagging this as a good first issue, it can be fixed here by replacing `Imperative.console` with `new Console("info")`: https://github.com/zowe/zowe-cli/blob/3524ec64fc296e4e60b95caee0e313c0968d2c06/packages/cli/src/daemon/DaemonDecider.ts#L119

> It might be good to refactor (and possibly remove) the ZosmfRestClientProperties to avoid them being out of sync. > > This also applies to any other Interfaces that we...

@anaxceron I'm not sure where this would fit in the documentation, but it would be nice if we could add it somewhere since it is a recurring issue that folks...

A new environment variable `ZOWE_CLI_PLUGINS_DIR` has been added in Zowe CLI v7.5.0 that allows you to control the plugin install location independently of `ZOWE_CLI_HOME`. @anaxceron @JamesBauman Before closing this issue,...

Added to the Zowe docs site in https://github.com/zowe/docs-site/pull/2382. The new env var will be documented at the link above once the Zowe 2.3 release goes live.