CLI Reference
Run
alef run main.alef
Runs with the native runtime by default.
Interpreter Path
alef run --interp main.alef
Use this for development surfaces that are not native-first.
Build
alef build main.alef
Builds through the optional Go codegen path.
Diagnostics
alef health
alef doctor
Test
alef test .
Use @test functions for test discovery.