Update a saved draft.
Usage
simplified posts:update-draft [options]Options
| Flag | Short | Type | Description |
|---|---|---|---|
--draft-id | string | Draft ID to update (required) | |
--content | -c | string | New draft content |
--media | string | New media URL | |
--additional | JSON string | Platform-specific settings |
Examples
# Update draft content
simplified posts:update-draft --draft-id "DRAFT_ID" -c "Polished copy"
# Update with new media
simplified posts:update-draft --draft-id "DRAFT_ID" --media "https://example.com/image.jpg"