Delulu documentation

How to work with reviews

Submit, inspect, approve, reject, comment on, and withdraw post reviews.

List the queue

delulu reviews --limit 20

Submit a post

delulu review post_abc123 --submit

Editors can create posts but cannot publish directly. Their posts use the existing review workflow.

Approve or reject

delulu review post_abc123 --approve
delulu review post_abc123 --reject "Update the product name"

Owners and admins can approve. Only one action flag is accepted per command.

Comment or withdraw

delulu review post_abc123 --comment "Looks good after the final crop"
delulu review post_abc123 --withdraw

Verification

delulu show post_abc123
delulu reviews

Confirm both the post state and whether it remains in the pending queue.

Troubleshooting

  • A viewer cannot create or review posts.
  • A credential also needs reviews:read or reviews:write; role permission alone is not enough for delegated access.
  • Approval revalidates live membership and post content, so stale review decisions can be rejected.