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
Add a text to shell version of diagnose command: zowe/runtime/2120/bin/commands/diagnose: echo "echo 'hello, world'" >> index.sh
Call diagnose with --configmrg zowe/runtime/2120/bin: ./zwe diagnose -e "ZWEL0111E" --configmgr
Shell version is executed:
This code corresponds to the errors related to the Zowe Launcher and ZWE
To find the description of this error code, refer to the Zowe documentation for the Launcher at https://docs.zowe.org/stable/troubleshoot/launcher/launcher-error-codes and https://github.com/zowe/launcher/blob/v2.x/master/src/msg.h, and for ZWE at https://docs.zowe.org/stable/appendix/zwe_server_command_reference/zwe/
You may also explore reports from other users experiencing the same error by searching here https://github.com/search?q=org%3Azowe+ZWEL0111E&type=discussions
hello, world
The text was updated successfully, but these errors were encountered:
Martin-Zeithaml
changed the title
zwe dignose: shell only and no doc
zwe diagnose: shell only and no doc
Oct 24, 2023
what is the reason to make the shell version? its fine but currently we have both TS & shell because we were moving away from shell. personally I wasn't going to write more shell, but maybe someone else would & maybe there is a good reason to?
Add a text to shell version of
diagnose
command:zowe/runtime/2120/bin/commands/diagnose: echo "echo 'hello, world'" >> index.sh
Call
diagnose
with--configmrg
zowe/runtime/2120/bin: ./zwe diagnose -e "ZWEL0111E" --configmgr
Shell version is executed:
The text was updated successfully, but these errors were encountered: