Comment Attachment Commands

Dodeca comments can have file attachments. These commands manage attachments for the current tenant independently of the comments themselves.

View Attachments

List every comment attachment stored in the current tenant:

dshell/SAMPLE:>view-attachments

The listing includes the attachment ID, description, filename, size, and creation/update audit fields.

Import an Attachment

Import a local file as an attachment on a comment intersection. The intersection is specified as comma-separated Key=Value pairs, the same key specification format used by the comment commands:

dshell/SAMPLE:>import-attachment --file supporting-detail.xlsx --intersection Scenario=Actual,Year=FY2024,Market=West --description "Supporting detail"

--description is optional.

Delete an Attachment

Delete an attachment using the ID shown by view-attachments:

dshell/SAMPLE:>delete-attachment --attachment-id 4f2c9a10-...