Files
twenty/packages/twenty-docs/l/ro/developers/extend/apps/operations/overview.mdx
T
github-actions[bot] 7b17cac772 i18n - docs translations (#22273)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22273?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-06-29 04:44:55 +02:00

33 lines
1.7 KiB
Plaintext

---
title: Prezentare generală
description: Construiește, testează și livrează aplicația ta — comenzi CLI, teste de integrare, CI și publicare pe un server sau pe npm.
icon: rocket
---
**Stratul de operațiuni** este tot ceea ce faci *asupra* aplicației tale, mai degrabă decât *cu* ea: invocarea comenzilor CLI, rularea testelor de integrare pe un server Twenty real, configurarea CI și livrarea versiunilor — fie ca un tarball implementat pe un singur server, fie ca un pachet npm listat în marketplace.
```text
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)
```
## În această secțiune
<CardGroup cols={2}>
<Card title="CLI" icon="terminal" href="/l/ro/developers/extend/apps/operations/cli">
Referință pentru `yarn twenty` — exec, logs, uninstall, remotes.
</Card>
<Card title="Sincronizare și recuperare" icon="compass" href="/l/ro/developers/extend/apps/operations/sync-and-recovery">
Ce comandă și când, citirea diferențelor de sincronizare și o schemă de recuperare.
</Card>
<Card title="Testare" icon="flask" href="/l/ro/developers/extend/apps/operations/testing">
Configurare Vitest, teste de integrare, verificare a tipurilor, flux de lucru CI.
</Card>
<Card title="Publicare" icon="upload" href="/l/ro/developers/extend/apps/operations/publishing">
Construire, implementare a unui tarball, publicare pe npm, instalare.
</Card>
</CardGroup>