Codapi is a lightweight sandbox server for interactive documentation and learning. This release lets you run a source file in a sandbox directly from your terminal:
Usage: ./codapi-cli exec <sandbox> <command> <filename>
For example:
./codapi-cli exec ash run hello.sh
Hello, world!
This is especially helpful when debugging new sandboxes.