Skip to content

Releases: chandrakanthkannam/run-it

v0.0.3

14 May 20:10
cb9cf08
Compare
Choose a tag to compare
  • Doc updates
  • accept connection from client machine

v0.0.2

14 May 05:08
f2d59b8
Compare
Choose a tag to compare

This is a first release version of application run-it, application has following features implemented

  • Core feature is, to run a command on the host and command is submitted via a http request
  • Application records the commands its running
  • Couple of APIs are implemented
    • /api/submitcmd -> to submit a command via POST method
    • /api/getcmdstatus/:cmd_id -> to get status of the command, cmd_id would be the response of the POST request
  • Logging/Tracing is implemented to track the command flow
  • Live commands outputs are also captured, a configurable timeout setting for long running commands