---
titel_en: Deploy from Claude Code, Codex or Cursor (one command)
titel_nl: Deployen vanuit Claude Code, Codex of Cursor (één commando)
categorie: deploy
bundels: website
geverifieerd_op: 2026-09-13
bewijs: packages/dorelli/README.md, app/deploy/page.tsx
zoekwoorden: cli, npx, claude code, codex, cursor, terminal, dorelli.json
---
## en
These tools have a terminal. Ask them to publish your site to Dorelli Cloud, or run it yourself in your project folder:

```bash
npx github:elsaviour/dorelli-cli deploy dist --email you@example.com
```

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.

## nl
Deze tools hebben een terminal. Vraag ze je site bij Dorelli Cloud te publiceren, of draai het zelf in de map van je project:

```bash
npx github:elsaviour/dorelli-cli deploy dist --email jij@voorbeeld.nl
```

De laatste regel van de uitvoer is je adres. Draai je het later nog eens in dezelfde map, dan werk je dezelfde site bij: de sleutel staat in `.dorelli.json`. Zet dat bestand niet in versiebeheer en toon de inhoud nooit. Geen buildmap? Laat `dist` weg en publiceer de huidige map.

Voeg `--yes` toe om bevestigingen over te slaan (handig als een agent het draait). `npx github:elsaviour/dorelli-cli status` toont de status van de site in de huidige map.

De eerste deploy vraagt een echt e-mailadres: daar gaat de beheerlink heen. Verzin er nooit een.
