feat: add support for skip-repo, repo-include, repo-exclude to print command#589
Merged
lindell merged 3 commits intolindell:masterfrom Nov 16, 2025
Merged
feat: add support for skip-repo, repo-include, repo-exclude to print command#589lindell merged 3 commits intolindell:masterfrom
lindell merged 3 commits intolindell:masterfrom
Conversation
2c7a379 to
cd39e0d
Compare
cd39e0d to
6dcab1e
Compare
lindell
approved these changes
Nov 13, 2025
Owner
lindell
left a comment
There was a problem hiding this comment.
Thanks for the PR. The code looks good. But I know realized that I should probably not have accepted the original PR to add this to the run command as is. If you want to merge this as is that is fine, but this should be refactored to:
- Move these three flags into its own function. Probably its own file. Similar to configurePlatform.
- Add a new struct
RepoFiltersin the multigitter package - Add a parse function to get the RepoFilters struct from the cmd package.
- Change filterRepositories to take this struct
Owner
|
Asked an agent to make these changes from the comment above. After some minor tweaks. The commit pushed is the result. Please take a look. |
Contributor
Author
|
I reviewed the changes. LGTM! |
Contributor
|
Included in release v0.60.0 🎉 |
lindell
added a commit
that referenced
this pull request
Nov 23, 2025
…command (#589) Co-authored-by: Johan Lindell <[email protected]>
lindell
added a commit
that referenced
this pull request
Dec 18, 2025
…command (#589) Co-authored-by: Johan Lindell <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change
feat: add support for skip-repo, repo-include, repo-exclude to print command.
What issue does it fix
Closes #588.
Checklist