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
An executable file that returns the git credentials
27
30
--sign-commits
28
31
Whether to sign commits; default: false
29
32
--signoff
30
33
Whether to signoff commits; default: false
31
-
--forge-type <forge-type>
32
-
One of azure-repos, bitbucket, bitbucket-server, github, gitlab, gitea; default: github
33
-
--vcs-type <forge-type>
34
-
deprecated in favor of --forge-type
34
+
--azure-repos
35
+
35
36
--forge-api-host <uri>
36
-
API URL of the forge; default: https://api.github.com
37
+
API URL of the forge
37
38
--vcs-api-host <uri>
38
39
deprecated in favor of --forge-api-host
39
40
--forge-login <string>
40
41
The user name for the forge
41
42
--vcs-login <string>
42
43
deprecated in favor of --forge-login
43
-
--do-not-fork
44
-
Whether to not push the update branches to a fork; default: false
44
+
--git-ask-pass <file>
45
+
An executable file that returns the git credentials
45
46
--add-labels
46
47
Whether to add labels on pull or merge requests (if supported by the forge)
48
+
--azure-repos-organization <string>
49
+
The Azure organization (required with --azure-repos)
50
+
--bitbucket
51
+
52
+
--do-not-fork
53
+
Whether to not push the update branches to a fork; default: false
54
+
--bitbucket-use-default-reviewers
55
+
Whether to assign the default reviewers to a bitbucket pull request; default: false
56
+
--bitbucket-server
57
+
58
+
--bitbucket-server-use-default-reviewers
59
+
Whether to assign the default reviewers to a bitbucket server pull request; default: false
60
+
--gitlab
61
+
62
+
--gitlab-merge-when-pipeline-succeeds
63
+
Whether to merge a gitlab merge request when the pipeline succeeds
64
+
--gitlab-required-reviewers <integer>
65
+
When set, the number of required reviewers for a merge request will be set to this number (non-negative integer). Is only used in the context of gitlab-merge-when-pipeline-succeeds being enabled, and requires that the configured access token have the appropriate privileges. Also requires a Gitlab Premium subscription.
66
+
--gitlab-remove-source-branch
67
+
Flag indicating if a merge request should remove the source branch when merging.
68
+
--gitea
69
+
70
+
--github
71
+
72
+
--github-app-id <integer>
73
+
GitHub application id. Repos accessible by this app are added to the repos in repos.md. git-ask-pass is still required.
74
+
--github-app-key-file <file>
75
+
GitHub application key file. Repos accessible by this app are added to the repos in repos.md. git-ask-pass is still required.
47
76
--ignore-opts-files
48
77
Whether to remove ".jvmopts" and ".sbtopts" files before invoking the build tool
49
78
--env-var <name=value>
@@ -74,22 +103,6 @@ Options and flags:
74
103
Whether to disable the default artifact migration file
75
104
--cache-ttl <duration>
76
105
TTL for the caches; default: 2hours
77
-
--bitbucket-use-default-reviewers
78
-
Whether to assign the default reviewers to a bitbucket pull request; default: false
79
-
--bitbucket-server-use-default-reviewers
80
-
Whether to assign the default reviewers to a bitbucket server pull request; default: false
81
-
--gitlab-merge-when-pipeline-succeeds
82
-
Whether to merge a gitlab merge request when the pipeline succeeds
83
-
--gitlab-required-reviewers <integer>
84
-
When set, the number of required reviewers for a merge request will be set to this number (non-negative integer). Is only used in the context of gitlab-merge-when-pipeline-succeeds being enabled, and requires that the configured access token have the appropriate privileges. Also requires a Gitlab Premium subscription.
85
-
--gitlab-remove-source-branch
86
-
Flag indicating if a merge request should remove the source branch when merging.
87
-
--azure-repos-organization <string>
88
-
The Azure organization (required when --forge-type is azure-repos)
89
-
--github-app-id <integer>
90
-
GitHub application id. Repos accessible by this app are added to the repos in repos.md. git-ask-pass is still required.
91
-
--github-app-key-file <file>
92
-
GitHub application key file. Repos accessible by this app are added to the repos in repos.md. git-ask-pass is still required.
93
106
--url-checker-test-url <uri>
94
107
URL for testing the UrlChecker at start-up (can be used multiple times); default: https://github.com
0 commit comments