Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/06-concepts/cli/_generated/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Creates a new Serverpod project, specify project name (must be lowercase with no
Usage: serverpod create [arguments]
-h, --help Print this usage information.
-f, --force Create the project even if there are issues that prevent it from running out of the box.
--[no-]database Include a database in the project.
--[no-]redis Include Redis caching in the project.
--[no-]auth Include authentication in the project. Requires a database.
--[no-]webapp Configure the server to host a Flutter web app.
--[no-]website Configure the server to host a website.
--ide Configure agent skills and MCP servers for one or more IDEs. Use "none" to disable all IDE configuration.

[none] Do not configure agent skills or MCP servers
[antigravity] Configure agent skills and MCP for Antigravity
[codex] Configure agent skills and MCP for Codex
[claude] (default) Configure agent skills and MCP for Claude
[cursor] (default) Configure agent skills and MCP for Cursor
[opencode] Configure agent skills and MCP for OpenCode
[vscode] (default) Configure agent skills and MCP for VS Code

-n, --name (mandatory) The name of the project to create.
Can also be specified as the first argument.

Expand Down
Loading