BeyondDocumentation Index
Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
Use this file to discover all available pages before exploring further.
dev, build, add, and typecheck, the yarn twenty CLI provides commands for executing functions, viewing logs, and managing app installations.
Executing functions (yarn twenty exec)
Run a logic function manually without triggering it via HTTP, cron, or database event:
Viewing function logs (yarn twenty logs)
Stream execution logs for your app’s logic functions:
This is different from
yarn twenty server logs, which shows the Docker container logs. yarn twenty logs shows your app’s function execution logs from the Twenty server.Uninstalling an app (yarn twenty uninstall)
Remove your app from the active workspace:
Managing remotes
A remote is a Twenty server that your app connects to. During setup, the scaffolder creates one for you automatically. You can add more remotes or switch between them at any time.~/.twenty/config.json.