zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Show a good error message when Zowe CLI does not return output for USS commands #55

Closed plavjanik closed 4 years ago

plavjanik commented 4 years ago

This will handle the situation when zowe uss issue ssh does not return anything and print an actionable message.

This happens when the SSH port is set to a wrong port - e.g. 1443.

It is related to https://github.com/zowe/zowe-cli/issues/542.

Signed-off-by: Petr Plavjanik plavjanik@gmail.com