We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list output does not end with \n ... please check additional commands output, and add newline for all textual output. example:
list
\n
<prompt>$ ./bin/k8snetpolicy list --dirpath tests/acs-security-demos backend/checkout[Deployment] => backend/notification[Deployment] : TCP 8080 backend/checkout[Deployment] => backend/recommendation[Deployment] : TCP 8080 backend/checkout[Deployment] => payments/gateway[Deployment] : TCP 8080 backend/recommendation[Deployment] => backend/catalog[Deployment] : TCP 8080 backend/reports[Deployment] => backend/catalog[Deployment] : TCP 8080 backend/reports[Deployment] => backend/recommendation[Deployment] : TCP 8080 frontend/webapp[Deployment] => backend/checkout[Deployment] : TCP 8080 frontend/webapp[Deployment] => backend/recommendation[Deployment] : TCP 8080 frontend/webapp[Deployment] => backend/reports[Deployment] : TCP 8080 frontend/webapp[Deployment] => backend/shipping[Deployment] : TCP 8080 payments/gateway[Deployment] => payments/mastercard-processor[Deployment] : TCP 8080 payments/gateway[Deployment] => payments/visa-processor[Deployment] : TCP 8080 {ingress-controller} => frontend/asset-cache[Deployment] : TCP 8080 {ingress-controller} => frontend/webapp[Deployment] : TCP 8080<prompt>$
last lines should be instead:
{ingress-controller} => frontend/webapp[Deployment] : TCP 8080 <prompt>$
The text was updated successfully, but these errors were encountered:
shireenf-ibm
Successfully merging a pull request may close this issue.
list
output does not end with\n
... please check additional commands output, and add newline for all textual output.example:
last lines should be instead:
The text was updated successfully, but these errors were encountered: