Explore, experiment with, and test the Runloop API using the Runloop CLI.
rl blueprint create --system_setup_commands "sudo apt install cowsay -y" --name cowsay-devbox
cowsay-devbox
cowsay
id
rl devbox create --entrypoint "/usr/games/cowsay runloop" --blueprint_id "<bpt_your_blueprint>"
watch rl devbox logs --id <dbx_your_id>
Was this page helpful?