Fakturownia CLI bundle: shared guidance, auth, accounts, departments, issuers, users, categories, clients, payments, bank accounts, products, price lists, invoices, recurrings, warehouses, warehouse actions, warehouse documents, webhooks, self-update, schema discovery, diagnostics, and generated invoice recipes for the `fakturownia` command. Use when an agent needs to work with Fakturownia through this CLI.
Auto-generated by
go run ./cmd/gen-skills. Do not edit manually.
Use this as the entrypoint for the generated Fakturownia CLI skill bundle.
fakturownia is not already on , install the public release with .PATHcurl -fsSL https://raw.githubusercontent.com/sixers/fakturownia-cli/master/install.sh | bashfakturownia --version after install so later steps do not fail on a missing binary or stale shell PATH.fakturownia auth login --prefix acme --api-token "$FAKTUROWNIA_API_TOKEN".fakturownia auth status --json to confirm the resolved profile, prefix, and token source.fakturownia account get --json as the first authenticated smoke test before attempting task-specific writes or reads.--fields vs --columns, --raw, schema discovery, and binary maintenance. Use before any area-specific fakturownia task.fakturownia auth ....include=invoices list mode and request-body discovery.gov flow, download invoice attachments, and discover invoice fields and payloads through schema output.fakturownia schema ....fakturownia doctor run.fakturownia --help