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 request

Categories

FlagCategoryWhen to use
(none)GeneralPraise, questions, anything else
--bugBugSomething is broken or unexpected
--featureFeatureSomething you wish existed

What Happens

  1. Your message is sent to the team (email + Discord)
  2. Your account email is attached automatically
  3. 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"