Fixed
- Handling the case when the plugins info contains invalid data. 110
- Do not add or install pre-release build plugins when looking for the latest version
(unless `--include-prereleases` is used). 109
Added
- Global --silent flag, for suppressing normal output. 55.
- Print messages on successful completion for several commands. 55
- Provide alternative options to --force (that will be deprecated in the future):
[--yes, --downgrade, --reinstall, --overwrite and --all]. 52
- `--ignore-warnings` flag for `plugins add` and `install`, useful when specifying
several plugins and some of them cannot be processed, will do only the error-free
ones, instead of aborting completely.