Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 733 Bytes

CodeRunnerConsole-NG

CodeRunnerConsole-NG is the next generation of code runner interfaces, developed here at the Cluster Deployment Company. Please make sure your public key is available on the runner through a keyescrow deployment.

##Usage: crconsole-ng -u -i -p -r -x

Where username, key, project, and runner are all required flags, stdin is
optional and verb is one of:
  deploy, clean, build, run, stdin, get

where stdin takes an additional argument of the stdin file, and get takes
an additional argument of the io stream.

Note that redirect must be specified as all in order to read stderr and
stdout. Further, stdin is ignored on all commands except run.