Skip to content

Run with CLI

Run Playbooks programs from the command line.

Basics

playbooks run program.pb

Multiple source files:

playbooks run compiled/program1.pbasm program2.pb

Compile

playbooks compile program.pb --output program.pbasm

Debug server

Used by the Visual Studio Code extension for Playbooks debugging.

playbooks run program.pb --debug --wait-for-client --stop-on-entry

See also