File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
docs/1.31/prisma-cli-and-configuration/cli-command-reference Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,16 @@ prisma deploy [flags]
22
22
### Flags
23
23
24
24
```
25
- -d, --dry-run Perform a dry-run of the deployment
25
+ -d, --dry-run Perform a dry-run of the deployment
26
26
-e, --env-file ENV-FILE Path to .env file to inject env vars
27
- -f, --force Accept data loss caused by schema changes
28
- -j, --json JSON Output
29
- -n, --new Force interactive mode to select the cluster
30
- -w, --watch Watch for changes
31
- --no-seed Disable seed on initial service deploy
27
+ -f, --force Accept data loss caused by schema changes
28
+ -j, --json Json Output
29
+ -n, --new Force interactive mode to select the cluster
30
+ -p, --project PROJECT Path to Prisma definition file
31
+ --no-generate Disable implicit client generation
32
+ --no-migrate Disable migrations. Prisma 1.26 and above needed
33
+ --no-seed Disable seed on initial service deploy
34
+ --skip-hooks Disable hooks on deploy
32
35
```
33
36
34
37
### Examples
You can’t perform that action at this time.
0 commit comments