What problem does it solve?
Provides a single, discoverable reference for CLI-wide prerequisites, authentication, global flags, output modes, schema discovery, and binary maintenance so agents and humans can reliably prepare the environment before making API-area calls.
Core Features & Use Cases
- Authentication and verification: Steps to install the binary, save API tokens with auth login, and run smoke tests like account get to confirm access.
- Global flags and output control: Guidance on --output/--json, --fields vs --columns, --raw, --quiet, timeouts, retries, and non-interactive operation for deterministic automation.
- Discovery and maintenance: Use schema list and schema <noun> <verb> to discover supported commands and use self update to replace the running binary.
- Use Case: Before automating invoice exports, ensure the fakturownia binary is installed, authenticate a profile, confirm account access with a JSON call, then discover invoice schema for reliable field selection.
Quick Start
Run fakturownia auth login to save API credentials and then verify access with fakturownia account get --json.