Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Fix validate command not returning an error code #635

Merged
merged 11 commits into from
Aug 3, 2021
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Imperative package will be documented in this file.

## Recent Changes

- BugFix: Return with an error code when the `plugins validate` command is run and plugins have errors. Disable this behavior with `--no-fail-on-error` option. Also adds `--fail-on-warning` option to return with an error code when plugins have warnings. [#463](https://github.com/zowe/imperative/issues/463)
t1m0thyj marked this conversation as resolved.
Show resolved Hide resolved

## `4.13.4`

- BugFix: Added missing periods at the end of command group descriptions for consistency. [#55](https://github.com/zowe/imperative/issues/55)
Expand Down
Loading