CLI crate
Understand the Rust crate that provides the fatima binary.
The CLI crate is fatima-cli. It builds the fatima binary and uses fatima-core for runtime behavior.
The public binary commands are documented in Part 4:
fatima generatefatima validatefatima runfatima secretsfatima vaultfatima apifor machine-readable integrations
Most users should install the CLI through the CDN install script:
curl -fsSL https://cdn.fatima.dev/install | bash
Use the crate directly only when embedding or packaging the CLI in a Rust distribution.