@docyrus/docyrus 0.0.26 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,6 +141,13 @@ docyrus ds update base task "<record-id>" --data '{"status":"done"}' --json
141
141
  docyrus ds delete base task "<record-id>" --json
142
142
  ```
143
143
 
144
+ Add comments and file attachments to a record:
145
+
146
+ ```bash
147
+ docyrus ds comments create base task "<record-id>" --message "Looks good" --json
148
+ docyrus ds files upload base task "<record-id>" --file ./contract.pdf --json
149
+ ```
150
+
144
151
  Batch create/update (max 50 items) and file input (`--from-file` supports `.json` and `.csv`):
145
152
 
146
153
  ```bash