From 3358e033bb06ba7ea4384482b5d63894e32212c6 Mon Sep 17 00:00:00 2001 From: serverpod Date: Thu, 30 Jul 2026 19:08:20 +0000 Subject: [PATCH] docs: Update framework CLI command reference (serverpod@3edf582) --- docs/06-concepts/cli/_generated/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-concepts/cli/_generated/start.md b/docs/06-concepts/cli/_generated/start.md index 3449caa3..79c63a73 100644 --- a/docs/06-concepts/cli/_generated/start.md +++ b/docs/06-concepts/cli/_generated/start.md @@ -9,7 +9,7 @@ Usage: serverpod start [-- ] (defaults to on) -d, --directory The server directory (defaults to auto-detect from current directory). (defaults to "") - --[no-]docker Start Docker Compose services if a Docker Compose file exists. Defaults to on if the project has a Docker Compose file and the database is configured to PostgreSQL without a dataPath. Otherwise, defaults to off. Pass --docker or --no-docker to override the default behavior. + --[no-]docker Start Docker Compose services if a Docker Compose file exists. Defaults to on if the project has a Docker Compose file and the database is configured to PostgreSQL on localhost without a dataPath. Otherwise, defaults to off. Pass --docker or --no-docker to override the default behavior. --[no-]tui Show interactive terminal UI. (defaults to on) --[no-]flutter Auto-launch the companion Flutter apps as configured on the server pubspec.yaml with `auto_launch: true`. Use --no-flutter to disable auto-launch. Apps can still be started on demand from the TUI.