Skip to content

CLI

The CLI is published as @getdesign/cli. It runs under Bun or Node 18+.

Terminal window
npm i -g @getdesign/cli

or run ad-hoc:

Terminal window
npx @getdesign/cli https://stripe.com
Terminal window
npx @getdesign/cli https://stripe.com
npx @getdesign/cli https://stripe.com --out stripe.design.md
Terminal window
npx @getdesign/cli

Opens a prompt where you can paste URLs and inspect the result inline.

FlagDescription
--outWrite the result to a file path.
--versionPrint the installed version.
--helpShow help.

Full auto-generated reference lives at CLI reference.