v0.2.0 — Attachments
Attachments for bills, invoices & payments (#3)
Upload, list, download, and remove file attachments entirely from the CLI.
--attachment <path>(repeatable) oncreate/updateforbill,invoice,payment;--remove-attachmentonupdateakt <noun> attachments <id>to list;akt <noun> download-attachment <id> [--out DIR] [--media-id ID]to fetch- Multipart
attachment[]uploads withPOST+_method=PATCHspoofing; nested single-attachmentroute for document-linked payment updates - Fix: updating a document-linked payment now resolves to the nested
documents/{doc}/transactions/{id}route (the flat route 400s ondocument_id) - Attachment download logs in a web session (bytes aren't served by
/api); server-supplied filenames are sanitized against path traversal
Unit + live integration tests cover the full lifecycle on standalone and document-linked payments and document create.