Deploy from Claude Code, Codex or Cursor (one command)

These tools have a terminal. Ask them to publish your site to Dorelli Cloud, or run it yourself in your project folder:

npx github:elsaviour/dorelli-cli deploy dist --email [email protected]

The last line of the output is your address. Run it again later in the same folder and you update the same site: the key lives in .dorelli.json. Keep that file out of version control and never show its contents. No build folder? Leave out dist to publish the current folder.

Add --yes to skip confirmations (useful when an agent runs it). npx github:elsaviour/dorelli-cli status shows the state of the site in the current folder.

The first deploy needs a real email address: the management link goes there. Never make one up.

Checked against the code on 2026-09-13 · Evidence: packages/dorelli/README.md, app/deploy/page.tsx

Was this helpful?

/docs/deploy/cli.md