beskid run
JIT-compile and execute a Beskid program.
beskid run
JIT-compiles a resolved Beskid program and runs an entrypoint function, printing the result to stdout.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
[INPUT] | Optional .bd entry |
--project | Project directory or Project.proj path |
--target | Target name from the manifest |
--workspace-member | Workspace member when resolving via Workspace.proj |
--frozen | Require lockfile match; forbid updates |
--locked | Require an existing lockfile |
--entrypoint | Function name to run (default main) |
Example
Section titled “Example”beskid run --project path/to/Project.proj --entrypoint main