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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,13 @@ From there you need to save both ID of installation (found on URL)
104
104
105
105
## Global option
106
106
107
-
-`--debug` or `-d`: (optional) Enables debug mode. Defaults to false.
107
+
-`--debug`: (optional) Enables debug mode. Defaults to false.
108
108
109
109
110
-
-`--cache-path` or `-c`: (optional) Custom path to the cache directory. Defaults to `${user.home}/.cache/jenkins-plugin-modernizer-cli`.
110
+
-`--cache-path`: (optional) Custom path to the cache directory. Defaults to `${user.home}/.cache/jenkins-plugin-modernizer-cli`.
111
111
112
112
113
-
-`--maven-home` or `-m`: (optional) Path to the Maven home directory. Required if both `MAVEN_HOME` and `M2_HOME` environment variables are not set. The minimum required version is 3.9.7.
113
+
-`--maven-home`: (optional) Path to the Maven home directory. Required if both `MAVEN_HOME` and `M2_HOME` environment variables are not set. The minimum required version is 3.9.7.
114
114
115
115
116
116
-`--clean-local-data` (optional) Deletes the local plugin directory before running the tool.
Copy file name to clipboardExpand all lines: plugin-modernizer-cli/src/main/java/io/jenkins/tools/pluginmodernizer/cli/command/BuildMetadataCommand.java
0 commit comments