Skip to content
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

Add manifest-subtract operation #14

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

spyrkob
Copy link
Collaborator

@spyrkob spyrkob commented Feb 14, 2024

Adds manifest-subtract operation with following syntax:

Subtracts streams of two manifests.

Syntax:
tools manifest-subtract [-h] [--exclude=<exclusions>[,<exclusions>...]]... <manifestOne> <manifestTwo>

Description:
Prints a manifest containing only streams from the first manifest that are The versions of artifacts in streams are ignored.

Positional parameters:
      <manifestOne>   Initial manifest that the streams will be removed from.
      <manifestTwo>   Manifest containing streams to be removed.

Options:
      --exclude=<exclusions>[,<exclusions>...]
                      Comma-separated list of excluded streams. The excluded streams are always included in the output manifest even if they are present in the second manifest. To include all streams matching a group a wildcard syntax
                        can be used: <groupId>:*

@spyrkob spyrkob merged commit d77d04a into wildfly-extras:main Feb 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant