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.