Documentation
Engines
List execution engines and resolve which engine handles a given file type.
Execution engines are the runtimes that execute files. The verentis engine command group inspects
which engines are available and how file types resolve to them.
List & inspect
verentis engine list
verentis engine get <engineId>
Resolve a file type
See which engine would handle a MIME type or a file path:
verentis engine resolve text/x-python
verentis engine resolve /scripts/transform.py --workspace <id>
Sync
Refresh the engine registry for a workspace (picks up newly installed engines):
verentis engine sync --workspace <id>
Where engines come from
Engines are installed into a workspace as manifests — often from the marketplace. Building your own engine? See the developer documentation, then ship it with the publishing commands here.