Skip to content

Commit c5cbd16

Browse files
committed
update docs
1 parent b0afe7d commit c5cbd16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ You can test your changes by creating a PR deployment. There are two ways to do
8888

8989
#### Available options
9090

91-
- `-f` or `--force`, force builds the Docker image. (generally not needed as we are intelligently checking if the image needs to be built)
91+
- `-d` or `--deploy`, force deploys the PR by deleting the existing deployment.
92+
- `-b` or `--build`, force builds the Docker image. (generally not needed as we are intelligently checking if the image needs to be built)
9293
- `-e EXPERIMENT1,EXPERIMENT2` or `--experiments EXPERIMENT1,EXPERIMENT2`, will enable the specified experiments. (defaults to `*`)
9394
- `-n` or `--dry-run` will display the context without deployment. e.g., branch name and PR number, etc.
9495
- `-y` or `--yes`, will skip the CLI confirmation prompt.

0 commit comments

Comments
 (0)