You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Plugin validation returns 0 regardless of whether or not validation succeeded. This is a problem for scripts, as they cannot check whether or not an installation of a plugin succeeded. This also may mask a problem if a user is attempting to install plugins in bulk, causing the error message to be buried and making it more difficult for a user to identify that a plugin is missing.
_____ Validation results for plugin '********' _____
*** CmdError: The handler for command = 'command1 (at depth = 2)' does not exist: /root/.zowe/plugins/installed/lib/node_modules/***********
*** CmdError: The handler for command = 'command2 (at depth = 2)' does not exist: /root/.zowe/plugins/installed/lib/node_modules/***********
This plugin has command errors. No plugin commands will be available.
root@test-vm:~# echo $?
0
The text was updated successfully, but these errors were encountered:
Plugin validation returns 0 regardless of whether or not validation succeeded. This is a problem for scripts, as they cannot check whether or not an installation of a plugin succeeded. This also may mask a problem if a user is attempting to install plugins in bulk, causing the error message to be buried and making it more difficult for a user to identify that a plugin is missing.
The text was updated successfully, but these errors were encountered: