Full access to FeedbackBasket
from your terminal.
feedbackbasket is the official command-line interface for FeedbackBasket. Manage projects, feedback, widgets, and team from your terminal or through AI agents.
npm install -g feedbackbasket-cliWorks with any AI agent that can run shell commands — Claude Code, Codex, Cursor, OpenCode. Full setup instructions
FeedbackBasket CLI
The official command-line interface. Everything you can do in the dashboard, you can do from the terminal. Create projects, configure website and mobile feedback, triage submissions, export data, and manage your team.
Agent Skill
Agent skill for feedback management — projects, bugs, feature requests, widgets, and team. Install once, use from any Claude Code session.
Everything the dashboard can do.
Now from the terminal.
Projects
create, show, update, delete
feedbackbasket projects create "My App" --url https://...Feedback
create, list, show, search, update, note, reply, replies, delete, bulk-update, export
feedbackbasket feedback create "Login bug" --project myapp --type bugBug Reports
list, stats
feedbackbasket bugs list --severity highWidget
settings, flow, script
feedbackbasket widget flow myapp --enableWaitlist
list (--search), export
feedbackbasket waitlist list myapp --agentTeam
list, role, remove
feedbackbasket team listAuth
login, logout, status, token
feedbackbasket loginSee it in action
From login to managing feedback in under a minute.
Command Reference
Full list of available commands. Use feedbackbasket --help for details on any command.
feedbackbasket login # Browser OAuth — one click
feedbackbasket login --manual # No localhost browser callback (remote servers)
feedbackbasket login --token <token> # Use an existing CLI token (CI / scripts)
feedbackbasket logout
feedbackbasket auth status
feedbackbasket auth token # Print token for scriptingfeedbackbasket projects list
feedbackbasket projects show myapp
feedbackbasket projects create "My App" --url https://myapp.com
feedbackbasket projects update myapp --description "Updated"
feedbackbasket projects delete myappfeedbackbasket feedback create "Login bug" --content "Clicking Log in does nothing" --project myapp --type bug
feedbackbasket feedback create "Feature idea" --content "Let users export saved views" --project myapp --type feature --metadata source=agent
feedbackbasket feedback list --category BUG --status OPEN
feedbackbasket feedback show <id>
feedbackbasket feedback search "crash on mobile"
feedbackbasket feedback update <id> --status PLANNED
feedbackbasket feedback note <id> "Investigating..."
feedbackbasket feedback reply <id> "Thanks!" --delivery email --reply-to support@example.com
feedbackbasket feedback reply <id> "Thanks!" --delivery widget
feedbackbasket feedback reply <id> "Thanks!" --delivery in-app
feedbackbasket feedback reply <id> "Thanks!" --delivery both --reply-to support@example.com
feedbackbasket feedback replies <id>
feedbackbasket feedback delete <id>
feedbackbasket feedback bulk-update --status CLOSED --ids id1,id2
feedbackbasket feedback export myapp --format csv|md|jsonfeedbackbasket bugs list --severity high
feedbackbasket bugs stats
feedbackbasket widget settings myapp
feedbackbasket widget settings myapp --capture-mode waitlist
feedbackbasket widget settings myapp --capture-mode feedback
feedbackbasket widget settings myapp --color "#22c55e" --label "Feedback"
feedbackbasket widget settings myapp --show-email --allow-attachments
feedbackbasket widget settings myapp --allow-visitor-replies
feedbackbasket widget settings myapp --no-allow-visitor-replies
feedbackbasket widget settings myapp --email-read-only --hide-email-when-prefilled
feedbackbasket widget settings myapp --error-tracking --allow-console-errors
feedbackbasket widget flow myapp --reset-default --enable # guided only when requested
feedbackbasket widget flow myapp --config ./feedback-flow.json
feedbackbasket widget script myapp
feedbackbasket waitlist list myapp
feedbackbasket waitlist list myapp --search "@example.com" --limit 50 --offset 0
feedbackbasket waitlist export myapp
feedbackbasket team list
feedbackbasket team role <memberId> --role admin
feedbackbasket team remove <memberId>feedbackbasket mobile status myapp
feedbackbasket mobile setup myapp --bundle-id com.example.app
feedbackbasket mobile setup myapp --bundle-id com.example.app --include-publishable-key --agent
feedbackbasket mobile bundle-ids myapp --add com.example.app.beta
feedbackbasket mobile bundle-ids myapp --remove com.example.app.beta
feedbackbasket mobile conversations myapp --enable
feedbackbasket mobile conversations myapp --disable
feedbackbasket mobile verify myapp --bundle-id com.example.app --wait 120
feedbackbasket mobile disable myapp --yes
feedbackbasket mobile rotate-key myapp --yes --include-publishable-keyfeedbackbasket projects list # Auto: styled in TTY, JSON piped
feedbackbasket projects list --json # JSON envelope with breadcrumbs
feedbackbasket projects list --agent # Raw JSON for AI agents
feedbackbasket projects list --md # Markdown