fakturownia-shared

Configure authentication, global flags, output modes, and binary updates for the fakturownia CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about fakturownia-shared

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

FAQPage Schema
How do I set up authentication for the fakturownia CLI?

To set up fakturownia CLI authentication, run fakturownia auth login to save your API tokens and verify access with a smoke test like fakturownia account get --json.

What global flags control output formatting for deterministic automation?

Global output flags include --output/--json for JSON formatting, --fields vs --columns for projection, --raw for unprocessed output, and --quiet for silent execution.

How do I discover supported commands and fields before automating invoice exports?

Discover supported commands and fields by running schema list to see all nouns, then use schema <noun> <verb> to inspect specific command schemas for reliable field selection.

Can I update the fakturownia binary non-interactively in an agent-driven workflow?

Yes, you can update the fakturownia binary non-interactively by running the self update command, which replaces the running binary with deterministic procedures suitable for agent-driven workflows.

What environment configurations are needed for reliable CLI operation?

Reliable CLI operation requires installing the binary, authenticating a profile, setting timeouts and retries, and enabling non-interactive mode to ensure deterministic automation outputs.

Why do I need shared configuration before making API-area calls?

Shared configuration provides a single reference for CLI-wide prerequisites, authentication, and global flags so agents and humans can reliably prepare the environment before executing API-area commands.