You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs-dev/user-guide/plan-preview.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ pipectl plan-preview \
38
38
--repo-remote-url={ REPO_REMOTE_GIT_SSH_URL } \
39
39
--head-branch={ HEAD_BRANCH } \
40
40
--head-commit={ HEAD_COMMIT } \
41
-
--base-branch={ BASE_BRANCH }
41
+
--base-branch={ BASE_BRANCH } \
42
+
--sort-label-keys={ SORT_LABEL_KEYS }
42
43
```
43
44
44
45
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