We can currently add file attachments, via attachment create --file, but doing so makes it an opaque resource that has to be downloaded. Linear also supports "documents", which are markdown and can be edited and viewed in the UI. How do we expose this?
A new documents command?
A attachments create --document <markdown-file> parallel to --file and --url?
We can currently add file attachments, via
attachment create --file, but doing so makes it an opaque resource that has to be downloaded. Linear also supports "documents", which are markdown and can be edited and viewed in the UI. How do we expose this?A new
documentscommand?A
attachments create --document <markdown-file>parallel to--fileand--url?