Submit feedback, bug reports, or feature requests for the MoonPay CLI. Use when the user encounters issues, wants to suggest improvements, or has general feedback.
Let users submit bug reports, feature requests, or general feedback directly from the CLI. Requires authentication so we can follow up.
mp feedback create \
--type <bug|feature|general> \
--message "<feedback message>"
bug — Something is broken or not working as expectedfeature — A new capability or improvement the user wantsgeneral — Any other feedbackmp feedback create --type bug --message "token swap times out when swapping SOL to USDC on Solana — getting timeout error after 30s"mp feedback create --type feature --message "Add native recurring buy support — e.g. buy $50 of SOL every week automatically"mp feedback create --type general --message "CLI output formatting could be more readable — consider adding color or table views"mp login) before submitting feedback.