dyne / zencode-tools

Development tools to aid writing and debugging Zencode
https://dev.zenroom.org
GNU Affero General Public License v3.0
0 stars 1 forks source link

command-line execution of yaml execution chains #6

Open jaromil opened 1 year ago

jaromil commented 1 year ago

The .yml files are now executed only by a running restroom-mw via its API, it is very useful to test them via command-line without starting restroom. This CLI tool may be done quickly in Go by ignoring the restroom-mw extended zencode statements, or exporting in Typescript the part of restroom that does the execution and trying to implement one that is not a middleware but a CLI tool.