baml-cli

Crates.iobaml-cli
lib.rsbaml-cli
version0.218.0
created_at2026-01-07 06:56:40.03381+00
updated_at2026-01-22 09:00:01.240859+00
descriptionBAML CLI for Rust
homepagehttps://github.com/BoundaryML/baml
repositoryhttps://github.com/BoundaryML/baml
max_upload_size
id2027656
size34,074
(hellovai)

documentation

https://docs.boundaryml.com

README

baml-cli

BAML CLI for Rust - Command-line interface for the BAML (Boundary AI Markup Language) runtime.

Installation

From crates.io (when published)

cargo install baml-cli

From source

git clone https://github.com/BoundaryML/baml.git
cd baml/languages/rust
./setup-ffi.sh
cargo install --path baml-cli

From local development

cd languages/rust
./setup-ffi.sh
cargo build --release -p baml-cli

The binary will be available at target/release/baml-cli.

Usage

baml-cli [args...]

For more information, see the BAML documentation.

License

MIT License - see the LICENSE file for details.

Commit count: 2125

cargo fmt