treease-cli 1.2.0

Command-line interface for querying, transforming, and previewing structured documents with Treease
Documentation

treease-cli

treease-cli is the command-line interface for Treease.

Quick Start

treease '.a.b' file.yaml
treease -p yaml -o json '.' file.yaml
treease web '.services.api' config.yaml

What It Includes

  • Expression evaluation over structured documents
  • Format conversion and in-place writes
  • Operator and format discovery commands
  • A downloaded-and-cached readonly local Web graph UI served by treease web

Repository

Local Verification

cd apps/cli
cargo nextest run --locked --lib
bash tests/acceptance/run.sh