batchit icon indicating copy to clipboard operation
batchit copied to clipboard

ENH: new subcommand `batchit interactive`

Open brentp opened this issue 7 years ago • 1 comments

this has all the arguments that submit uses, but lands the user in an interactive prompt. will also require --pem to get into the instance. this will be quite useful for debugging.

the actual impl can just submit a job that sleeps. so additional args are:

   --time INT        time in minutes for the job to last [default: 120
   --pem  PATH   path to .pem to be used to connect to instance

brentp avatar Nov 17 '18 20:11 brentp

see: http://blog.ralch.com/tutorial/golang-ssh-connection/

brentp avatar Nov 20 '18 23:11 brentp