calrissian icon indicating copy to clipboard operation
calrissian copied to clipboard

Cleanup command-line argument building

Open dleehr opened this issue 6 years ago • 0 comments

The KubernetesJobBuilder.container_args method builds up a simple command-line array connecting stdout, stdin, and stderr.

This method should address the same concerns as cwltool's JobBase._execute, doing the following:

  • [x] check if directories for redirected file exist
  • [x] command-line quoting
  • [ ] ShellCommandRequirements
  • [ ] Secrets

dleehr avatar Jan 09 '19 17:01 dleehr