Skip to content

Commit 9799eb1

Browse files
committed
Enforce generated COMMANDS.md sync and fix publish version bump
1 parent a089dec commit 9799eb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

COMMANDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ iterable catalogs partial-update-item --catalogName <catalogName> --itemId <item
319319

320320
### partial-update-items
321321

322-
Bulk partial update catalog items; merges provided fields and preserves omitted fields on existing items
322+
Bulk partial update catalog items (merge fields per item ID)
323323

324324
```
325325
iterable catalogs partial-update-items <catalogName> --documents <json>
@@ -346,7 +346,7 @@ iterable catalogs replace-item --catalogName <catalogName> --itemId <itemId> --v
346346

347347
### replace-items
348348

349-
Bulk replace catalog items; each item becomes exactly the provided fields
349+
Bulk replace catalog items (each item becomes only provided fields)
350350

351351
```
352352
iterable catalogs replace-items <catalogName> --documents <json>

0 commit comments

Comments
 (0)