What problem does it solve?
Provides a deterministic CLI-driven diagnostic to uncover why Fakturownia API interactions fail by validating local configuration resolution, credential access, network reachability, and binary integrity so you can stop guessing and get actionable remediation.
Core Features & Use Cases
- Configuration and keychain checks: Resolves profile config paths and verifies stored API tokens or keychain access.
- Network and API validation: Tests DNS/TLS reachability and performs authenticated API probes to confirm server access.
- Release integrity: Optionally verifies the running binary against published checksums to detect tampering or partial upgrades.
- Use Case: When an invoice API call fails, run the diagnostic to quickly determine whether the issue is local config, auth, network, or binary integrity before making code changes.
Quick Start
Run fakturownia doctor run to validate configuration resolution, keychain access, network reachability, authenticated API access, and optional release checksum verification.