Skip to content

Commit

Permalink
Update content/200-orm/500-reference/200-prisma-cli-reference.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
nikolasburk and jharrell authored May 2, 2024
1 parent 4237861 commit b55a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/200-orm/500-reference/200-prisma-cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The `init` command does not interpret any existing files. Instead, it creates a
| `--generator-provider` | No | Define the generator provider to use. | `prisma-client-js` |
| `--preview-feature` | No | Define the [Preview features](/orm/reference/preview-features) to use. To define multiple Preview features, you have to provide the flag multiple times for each Preview feature. [See example](#run-prisma-init---preview-feature) | |
| `--output` | No | Specifies the [output location for the generated client](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path). | `node_modules/.prisma/client` |
| `--with-model` | No | Adds a simple `User` model to the initial Prisma schema |
| `--with-model` | No | Adds a simple `User` model to the initial Prisma schema. Available since version `5.14.0`. |


#### Examples
Expand Down

0 comments on commit b55a268

Please sign in to comment.