-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New --module
option added to the build-add-dependencies
command
#2081
Conversation
sarao1310
commented
Jul 17, 2023
•
edited
Loading
edited
- All tests passed. If this feature is not already covered by the tests, I added new tests.
- All static analysis checks passed.
- This pull request is on the dev branch.
- I used gofmt for formatting the code before submitting the pull request.
build-add-dependencies
command
build-add-dependencies
command--module
option added to the build-add-dependencies
command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
@@ -893,6 +893,7 @@ By default, the command collects the files from the local file system. If you'd | |||
| --recursive | \[Default: true\]<br><br>When false, artifacts inside sub-folders in Artifactory will not be affected. | | |||
| --regexp | \[Optional: false\]<br><br>\[Default: false\] Set to true to use a regular expression instead of wildcards expression to collect files to be added to the build info.This option is not supported when --from-rt is set to true. | | |||
| --dry-run | \[Default: false\]<br><br>Set to true to only get a summery of the dependencies that will be added to the build info. | | |||
| --module | \[Optional\]<br><br>Optional module name for the build-info. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional module name for the build-info.
-->
Optional module name in the build-info for adding the depedency
(let's ensure to use the same phrasing for the embedded CLI help as well).
# Conflicts: # go.mod # go.sum