Skip to content

Commit b768bc2

Browse files
committed
Update prisma-deploy-xcv9.mdx
1 parent 50ba03f commit b768bc2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/1.31/prisma-cli-and-configuration/cli-command-reference/prisma-deploy-xcv9.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ prisma deploy [flags]
2222
### Flags
2323

2424
```
25-
-d, --dry-run Perform a dry-run of the deployment
25+
-d, --dry-run Perform a dry-run of the deployment
2626
-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
3235
```
3336

3437
### Examples

0 commit comments

Comments
 (0)