Skip to main content
The CLI can send feedback to AppSignal without leaving the terminal. Use it to report a missing endpoint, a feature you’d like, or behavior that looks broken. It’s built for developers and for AI agents driving the CLI, so gaps can be flagged in the same session.

Send feedback

Pass your message as an argument:
Shell
You can also pass the message with --message (-m). Or leave it out, and the message is read from standard input. This is useful for sending longer notes:
Shell

Include a contact email

Add --email if you’d like us to be able to follow up. The address is saved to your active config, so later feedback commands reuse it without asking:
Shell
Use --no-email to send one message without your email, even if you’ve saved one before:
Shell

JSON output

Like every command, feedback accepts the global --output json (or --format json) flag, so an agent can confirm the submission programmatically:
Shell

Next steps

Feedback helps shape what the CLI does next. To let an AI agent drive the CLI — and send feedback — on your behalf, install the agent skill.