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