Paddi
CLICommands

paddi capture

Feed raw feedback into the current project.


paddi capture list

List the captures in the current project.

ID        NAME                      STATUS     CREATED
cap_789   Export button is hidden   pending    2026-07-19 09:00

paddi capture create

  • --message, -m <text>: Provide the feedback content inline as text
  • --file, -f <path>: Read the feedback from a file; pass - to read stdin instead

Exactly one content source is required: -m, -f <path>, -f -, or a bare - positional argument (which also means stdin).

paddi capture create -m "A customer can't find the export button"
echo "Feedback pasted from Slack" | paddi capture create -
Capture cap_789 created.