Start an interactive Starlark REPL with the Ocuroot SDK
repl
command starts an interactive Read-Eval-Print Loop (REPL) for the Ocuroot SDK using the Starlark language.
file
: Optional path to a .ocu.star
file to load before starting the REPL. All globals defined in the file will be available in the REPL session.help()
to see available SDK modulesreview
: Review and validate a packagebuild
: Build a packagedeploy
: Deploy a built package