Drafts
Drafts can be created with posts:create -t draft, listed with posts:drafts, and updated or deleted with the drafts:* commands.
List drafts
Date range is required (max 40 days).
verlynk posts:drafts --from 2026-07-01 --to 2026-07-31
verlynk posts:drafts --from 2026-07-01 --to 2026-07-31 --platform linkedin --json
| Flag | Description |
|---|---|
--from | Start date (required) |
--to | End date (required) |
--profile-id | Override profile |
--platform | Filter by platform |
--json | Output raw JSON |
Update a draft
Updates require a JSON payload file.
verlynk drafts:update <draft-id> --json ./draft.json
verlynk drafts:update <draft-id> --json ./draft.json --profile-id <profile-uuid>
| Flag | Description |
|---|---|
-j, --json | Path to draft payload JSON (required) |
--profile-id | Override profile |
Delete a draft
verlynk drafts:delete <draft-id> --yes
verlynk drafts:delete <draft-id> --profile-id <profile-uuid> --yes
warning
Delete requires --yes / -y.