Initial release of the latitude CLI — a single, statically linked binary generated from the Latitude OpenAPI spec by Fern.
Added
- A command surface mapping every public API resource to a typed subcommand (
latitude projects list,latitude traces get,latitude analytics query, …), with--helpand a machine-readable--schemafor each scope. - Organization API-key auth: reads
LATITUDE_API_KEY, or store a key in the OS keyring withlatitude auth login(auth status/auth logout). - Output formats for humans and agents:
--format json|table|yaml|csv|jsonl|raw|http, a--queryJMESPath filter, shell completions (latitude completion), and a man page (latitude man). - Prebuilt binaries for macOS (arm64/x86_64), Linux (arm64/x86_64), and Windows (x86_64), attached to each GitHub release.