Feedback
Submit bug reports, feature requests, and general feedback from the CLI
Report bugs, request features, or share feedback — directly from the terminal. Feedback is sent to the team via email and Discord.
Usage
cue feedback "message" # General feedback
cue feedback --bug "message" # Bug report
cue feedback --feature "message" # Feature requestCategories
| Flag | Category | When to use |
|---|---|---|
| (none) | General | Praise, questions, anything else |
--bug | Bug | Something is broken or unexpected |
--feature | Feature | Something you wish existed |
What Happens
- Your message is sent to the team (email + Discord)
- Your account email is attached automatically
- No authentication required to submit, but email is included if you're logged in
Examples
cue feedback "loving the new feed layout"
cue feedback --bug "event list returns empty when there are events"
cue feedback --feature "add calendar export for events"