# Gumroad CLI Official command-line tool for [[Gumroad]] that lets creators create and manage products from the terminal. Built-in OAuth flow; no API keys to copy/paste, no `.env` to manage. ## Install ```bash curl -fsSL https://gumroad.com/install-cli.sh | bash ``` ## Why it exists Removes the browser round-trip for routine product operations: scaffolding a new product, updating price/description, listing existing products, pulling sales data. Scriptable, so common updates can be automated or templated. The OAuth-first design means it works the same way on a fresh machine — no key juggling. ## References - Announcement: https://x.com/gumroad/status/2046286024964522409 - Install script: https://gumroad.com/install-cli.sh ## Related - [[Gumroad]] - [[Command Line Interface (CLI)]] - [[Sahil Lavingia]]