Hive Hive
Sign in

Drops

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

Activity
Published Title Project Domains Version Source
Fabrik now dogfoods its own build graph Fabrik can now build itself through its own build graph. A root //:fabrik target is included, and the project’s CI runs target/release/fabri
Once
Once
0.3.0
GitHub
Fabrik can build Cargo-backed Rust binaries and dogfoods its own release builds This release adds a cargo_binary target so you can build Cargo-backed Rust binaries with Fabrik. It also introduces a root //:fabrik target
Once
Once
0.3.0
GitHub
Fabrik builds itself via dogfood Cargo target Fabrik can now build itself through its own build graph. Running target/release/fabrik run //:fabrik uses a new cargo_binary target type to
Once
Once
0.3.0
GitHub
Forward mise environment variables to Cargo builds Fabrik now forwards mise environment variables (such as MISE_TRUSTED_CONFIG_PATHS and MISE_YES) into cargo_binary build actions. This fixes
Once
Once
0.3.0
GitHub
Declare targets in fabrik.star files and build them with fabrik run Fabrik now evaluates per-package fabrik.star build files through a typed Starlark frontend. You can declare targets using built-in helpers l
Once
Once
0.2.0
GitHub
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-readable output with –format A global --format flag now lets you switch command output between human-readable and machine-readable forms. JSON and TOON are available for
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