skip to Main Content

NodeJS capture/read output of process.stdout – Nginx

I am trying to process the output of a specific function that uses process.stdout / process.stdin to print the commands results to the terminal. To be more specific, this Kubernetes function https://github.com/kubernetes-client/javascript/blob/master/src/exec.ts with this usage: const exec = new k8s.Exec(kc);…

VIEW QUESTION
Back To Top
Search