CLI

dinero-backup

Go CLI that backs up invoices, credit notes, and accounting entries from Dinero — pre-compiled cross-platform binaries.

WebsiteDocsGitHub

About

Command-line tool (rostved/dinero-backup) that connects to the Dinero accounting API and exports invoices, credit notes, and accounting entries/reports to local files (including CSV). Distributed as pre-compiled binaries via GitHub Releases for multiple platforms, or buildable directly with `go build`/`go run .`.

Agent Use Cases

  • 01Run `dinero-backup run --invoices --creditnotes` on a schedule to keep a local accounting archive
  • 02Export accounting entries to CSV for an offline analysis pipeline
  • 03Verify Dinero API connectivity with `dinero-backup test-connection` before a scheduled job

Notes

Community CLI — not affiliated with Dinero/Visma. Requires Dinero OAuth Client ID/Secret plus a personal API key and Organization ID (env vars or .env file). 4 GitHub stars, actively maintained as of Feb 2026.

Something wrong or missing? See how to suggest a fix

More in Finance