Skip to main content
The operations layer is everything you do to your app rather than with it: invoking CLI commands, running integration tests against a real Twenty server, configuring CI, and shipping releases — either as a tarball deployed to a single server or as an npm package listed in the marketplace.
   develop ─▶ test ─▶ build ─▶ deploy / publish
   ───────    ────    ─────    ─────────────────
   yarn       yarn    yarn     yarn twenty app:publish --private  (tarball → one server)
   twenty     test    twenty
   dev                dev:build    yarn twenty app:publish         (npm → marketplace)

In this section

CLI

yarn twenty reference — exec, logs, uninstall, remotes.

Syncing & recovery

Which command when, reading the sync diff, and a recovery ladder.

Testing

Vitest setup, integration tests, type checking, CI workflow.

Publishing

Build, deploy a tarball, publish to npm, install.