diff --git a/docs/help.md b/docs/help.md index d9e264d2b9..cb1aa5bee2 100644 --- a/docs/help.md +++ b/docs/help.md @@ -3,7 +3,7 @@ All command line arguments for the `scala-steward` application. ``` -Usage: scala-steward --workspace --repos-file [--git-author-name ] --git-author-email [--git-author-signing-key ] --git-ask-pass [--sign-commits] [--vcs-type ] [--vcs-api-host ] --vcs-login [--do-not-fork] [--add-labels] [--ignore-opts-files] [--env-var ]... [--process-timeout ] [--whitelist ]... [--read-only ]... [--enable-sandbox | --disable-sandbox] [--max-buffer-size ] [--repo-config ]... [--disable-default-repo-config] [--scalafix-migrations ]... [--disable-default-scalafix-migrations] [--artifact-migrations ]... [--disable-default-artifact-migrations] [--cache-ttl ] [--bitbucket-server-use-default-reviewers] [--gitlab-merge-when-pipeline-succeeds] [--github-app-id --github-app-key-file ] [--url-checker-test-url ] [--default-maven-repo ] [--refresh-backoff-period ] +Usage: scala-steward --workspace --repos-file [--git-author-name ] --git-author-email [--git-author-signing-key ] --git-ask-pass [--sign-commits] [--vcs-type ] [--vcs-api-host ] --vcs-login [--do-not-fork] [--add-labels] [--ignore-opts-files] [--env-var ]... [--process-timeout ] [--whitelist ]... [--read-only ]... [--enable-sandbox | --disable-sandbox] [--max-buffer-size ] [--repo-config ]... [--disable-default-repo-config] [--scalafix-migrations ]... [--disable-default-scalafix-migrations] [--artifact-migrations ]... [--disable-default-artifact-migrations] [--cache-ttl ] [--bitbucket-server-use-default-reviewers] [--gitlab-merge-when-pipeline-succeeds] [--github-app-id --github-app-key-file ] [--url-checker-test-url ] [--default-maven-repo ] [--refresh-backoff-period ] [--coursier-dependencies ]... @@ -78,4 +78,6 @@ Options and flags: default: https://repo1.maven.org/maven2/ --refresh-backoff-period Period of time a failed build won't be triggered again; default: 0days + --coursier-dependencies + Additional coursier dependencies in the format ::, i.e. additional URL handlers. (can be used multiple times) ```