Expose standalone attachment management, complementing the automatic attachment sync that happens during update/create.
Subcommands:
attachment list <page> — list a page's attachments (name, size, version, comment).
attachment upload <page> <file>... — upload/replace attachments (reuse the SHA-256-in-comment skip/update logic in client.SyncAttachments).
attachment download <page> [name] — download one or all attachments to a directory.
The v1 attachment endpoints are already wrapped in internal/client (ListAttachments, uploadAttachment); download needs a new client method. Mirrors pchuri/confluence-cli's attachment commands.
Expose standalone attachment management, complementing the automatic attachment sync that happens during
update/create.Subcommands:
attachment list <page>— list a page's attachments (name, size, version, comment).attachment upload <page> <file>...— upload/replace attachments (reuse the SHA-256-in-comment skip/update logic inclient.SyncAttachments).attachment download <page> [name]— download one or all attachments to a directory.The v1 attachment endpoints are already wrapped in
internal/client(ListAttachments,uploadAttachment); download needs a new client method. Mirrors pchuri/confluence-cli's attachment commands.