Releases: chandrakanthkannam/run-it
Releases · chandrakanthkannam/run-it
v0.0.3
v0.0.2
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 viaPOST
method/api/getcmdstatus/:cmd_id
-> to get status of the command,cmd_id
would be the response of thePOST
request
- Logging/Tracing is implemented to track the command flow
- Live commands outputs are also captured, a configurable timeout setting for long running commands