Files
twenty/packages/twenty-docs/l/cs/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: Přehled
description: Sestavte, otestujte a doručte svou aplikaci — příkazy CLI, integrační testy, CI a publikování na server nebo do npm.
icon: rocket
---
**Provozní vrstva** je všechno, co děláte *na* své aplikaci, nikoli *pomocí* ní: spouštění příkazů CLI, provádění integračních testů proti reálnému serveru Twenty, konfigurace CI a vydávání verzí — buď jako tarball nasazený na jednom serveru, nebo jako balíček npm uvedený v 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)
```
## V této části
<CardGroup cols={2}>
<Card title="CLI" icon="terminal" href="/l/cs/developers/extend/apps/operations/cli">
Referenční přehled `yarn twenty` — exec, logs, uninstall, remotes.
</Card>
<Card title="Synchronizace a obnovení" icon="compass" href="/l/cs/developers/extend/apps/operations/sync-and-recovery">
Který příkaz kdy použít, jak číst diff synchronizace a postup obnovy.
</Card>
<Card title="Testování" icon="flask" href="/l/cs/developers/extend/apps/operations/testing">
Nastavení Vitestu, integrační testy, kontrola typů, workflow CI.
</Card>
<Card title="Publikování" icon="upload" href="/l/cs/developers/extend/apps/operations/publishing">
Sestavit, nasadit tarball, publikovat do npm, nainstalovat.
</Card>
</CardGroup>