Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 06:38
· 3 commits to main since this release

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.