dibbla feedback
Send feedback to the Dibbla team without leaving your terminal, then list or delete what your organization has filed.
dibbla feedback ships short messages — bug reports, feature requests, “this worked great” — straight to the Dibbla team, attributed to your account. All commands require authentication via dibbla login or DIBBLA_API_TOKEN.
dibbla feedback
Send feedback. All positional arguments are joined into a single message, so quoting is optional.
| Flag | Purpose |
|---|---|
<message> (positional, required) | Message body. |
$dibbla feedback "Wishlist: dibbla logs --tail for the running deployment" Feedback 2f1c8a4d-9e0a-4d22-b3a1-7c0f1e2a3b4d received. Thank you!
dibbla feedback list
List feedback filed by anyone in your organization. Messages are truncated to 60 characters in the table, and there is no way to widen them: dibbla feedback registers no output flags, so -o yaml fails with unknown shorthand flag: 'o'. -o is persistent on the workflow command tree only.
$dibbla feedback list ID USER DATE MESSAGE --- ---- ---- ------- 2f1c8a4d-9e0a-4d22-b3a1-7c0f1e2a3b4d [email protected] 2026-04-28T14:02:11Z Wishlist: dibbla logs --tail for the running deployme... 5e2d7c39-1a8f-4b67-92d3-6e8a0c9d1f2b [email protected] 2026-04-26T09:14:38Z Thanks for the new --update flag
dibbla feedback delete
Delete a feedback entry by ID. You can only delete feedback you filed yourself.
| Flag | Purpose |
|---|---|
<feedback-id> (positional, required) | ID from dibbla feedback list. |
-y, --yes | Skip the confirmation prompt. |
$dibbla feedback delete 2f1c8a4d-9e0a-4d22-b3a1-7c0f1e2a3b4d --yes Feedback 2f1c8a4d-9e0a-4d22-b3a1-7c0f1e2a3b4d deleted.