CLI
The aves command-line interface drives every workspace operation.
aves build
Build everything declared in aves_manifest.toml for the project’s
board.
aves build
Outputs land at build/<package>/<board>/*.{uf2,hex,zip} (the exact
extensions depend on each package’s [build] outputs globs).
aves packages list
List packages discovered in the workspace.
aves packages list
Filter by category:
aves packages list --category bootloader
Categories follow the [package] category field —
bootloader, kernel, softdevice, tool, library.