fakturownia-auth

Manage authentication profiles and API tokens for the Fakturownia CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-auth
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/subskills/auth
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about fakturownia-auth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist Fakturownia API tokens for CLI automation?

You can persist Fakturownia API tokens by saving named profiles using the auth login command, allowing credentials to be reused across CLI invocations and CI jobs without re-entering secrets.

How does credential exchange work for Fakturownia CLI profiles?

Credential exchange works by exchanging your login credentials for account metadata and API tokens, returning sanitized JSON output that safely omits sensitive secrets for programmatic inspection and automation.

Can I use environment variables to override Fakturownia profile authentication?

Yes, environment variable overrides are supported alongside keychain-backed secrets, allowing you to dynamically control the resolved authentication state and inspect the active token source during troubleshooting.

What is the best way to rotate Fakturownia CLI credentials and remove old tokens?

The best way to rotate credentials is to remove persisted profiles and tokens using the inspection and cleanup commands, ensuring old authentication data is cleared before persisting new API tokens.

Does Fakturownia CLI authentication support keychain-backed secrets for secure token storage?

Yes, keychain-backed secrets are supported for secure token storage, integrating with the fakturownia binary and its flags like --profile and --api-token to manage resolved authentication states safely.