I have noticed the new tart exec feature that allows running a command on a VM and I am also aware of the orchard ssh command. Would it be possible to expose such functionalities through the web API? Something like GET /vms/VM_NAME/exec or something.
I'm currently working on the implementation of a plugin that relies on the Orchard Web API and I would like to only use that API, and not ssh-ing onto the machine if possible.
Thank you in advance and nice work!