Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Starlark-based build files and target graph Fabrik now reads per-package fabrik.star files, walks the workspace to discover them, and provides a glob() helper that expands patterns rel
Once
Once
0.2.0
GitHub
Unified target command: run, with exec for ad-hoc commands The CLI verbs have been simplified. The old fabrik build is now fabrik run //pkg:name, which produces the named target's outputs uniformly a
Once
Once
0.2.0
GitHub
Machine-parseable output with a global --format flag Verbs that emit structured data now accept a global --format flag. human is the default for readable prose; json and toon provide structured
Once
Once
0.2.0
GitHub
New CLI verbs replace the old build command fabrik targets lists every declared target in the workspace with its //pkg:name label. fabrik run //pkg:name produces and executes the actio
Once
Once
0.2.0
GitHub
CLI structured output can be rendered in human, JSON, or TOON formats Fabrik commands that emit their own structured data now honor a global --format flag. The default human mode stays readable, while json and
Once
Once
0.2.0
GitHub
Rust target types defined in the Starlark prelude The built-in rust_binary, rust_library, and rust_test target types are now defined as a bundled Starlark prelude instead of hardcoded Rust f
Once
Once
0.2.0
GitHub
Starlark build files, target discovery, and labeled build command Fabrik's CLI can now load build files named fabrik.star from each package, scan the workspace for them, expose a glob() helper for relative
Once
Once
0.2.0
GitHub
JSON output format for agent and script consumption Fabrik now supports a machine-readable output option. Pass --format json to commands that emit structured data: cache stats become a single
Once
Once
0.2.0
GitHub
TOON structured output format Fabrik now also supports a toon output format alongside human and json. Commands that emit structured data (cache stats, targets, run record
Once
Once
0.2.0
GitHub
Starlark build files and Rust target support You can now define builds in per-package fabrik.star files. Fabrik walks the workspace, discovers these files, and exposes built-in Rust tar
Once
Once
0.2.0
GitHub