Skip to main content
Post comments are the per-post engagement/notes thread attached to a Social media studio post. These commands let you list, add, edit, delete, and mark comments as read.
All commands accept the global flags: --json (default) / --table, --verbose, --api-key <key>, and --api-url <url>. You can also set SOME_API_KEY and SOME_API_URL in your environment.

comments:list

List comments for a post.
string
required
Post UUID whose comments you want to list.
Examples

comments:add

Add a comment to a post.
string
required
Post UUID to comment on.
Examples

comments:update

Update an existing comment.
string
required
Comment UUID to update.
Example

comments:delete

Delete a comment.
string
required
Comment UUID to delete.
Examples

comments:mark-read

Mark all comments on a post as read — clears the unread badge for your workspace.
string
required
Post UUID whose comments should be marked as read.
Examples