Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Examples

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki
Terminal window
beskid analyze --project path/to/Project.proj

Emits semantic (+ mod) diagnostics for the resolved host target using the same pipeline as the IDE.

Terminal window
beskid build --project apps/demo/Project.proj --release --kind exe

Produces an AOT executable with release profile defaults; link mode and runtime strategy follow beskid_aot defaults unless overridden.

Terminal window
beskid run --project apps/demo/Project.proj --entrypoint DemoHost.Run

JIT-compiles the resolved app target and invokes the named entry function.

Terminal window
beskid lock --project apps/demo/Project.proj
beskid build --project apps/demo/Project.proj

lock materializes Project.lock; build consumes the pinned graph.

Terminal window
beskid build --project apps/demo/Project.proj --plain

Maps pipeline phases to line-oriented stderr suitable for CI log parsers.