What problem does it solve?
Centralizes and clarifies authentication for the Fakturownia CLI so users and automation can persist, inspect, and remove profiles and API tokens without exposing secrets or guessing which credential source is active.
Core Features & Use Cases
- Profile Persistence: Save named profiles and API tokens to be reused across CLI invocations and automation.
- Credential Exchange: Exchange login credentials for account metadata and tokens while providing sanitized JSON output for programmatic inspection.
- Inspection & Cleanup: Reveal the resolved authentication state (including environment overrides and keychain-backed secrets) and remove persisted profiles or tokens when rotating credentials.
- Use Case: Persist a team account token for CI jobs, verify the active token source with JSON output during troubleshooting, or rotate credentials and remove old profiles.
Quick Start
Log in and persist a profile with an API token using the auth login command.