Installation

Install the zectre CLI from the repo with Cargo, or build the binary from source.

From the repo

Run this inside the zectre-cli repository (path points at the crate):

cargo install --path crates/zectre-cli

From a release binary

Use whichever distribution your team ships; the CLI is a single static-friendly Rust binary.

Build from source

cargo build --release
./target/release/zectre --help

Verify

zectre --help

Next: Quick start.