Skip to content

Commit 025c5c7

Browse files
committed
fix: dev docs
Signed-off-by: kj455 <[email protected]>
1 parent 14b52df commit 025c5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/en/docs-dev/user-guide/plan-preview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ pipectl plan-preview \
3838
--repo-remote-url={ REPO_REMOTE_GIT_SSH_URL } \
3939
--head-branch={ HEAD_BRANCH } \
4040
--head-commit={ HEAD_COMMIT } \
41-
--base-branch={ BASE_BRANCH }
41+
--base-branch={ BASE_BRANCH } \
42+
--sort-label-keys={ SORT_LABEL_KEYS }
4243
```
4344

4445
You can run it locally or integrate it to your CI system to run automatically when a new pull request is opened/updated. Use `--help` to see more options.

0 commit comments

Comments
 (0)