feat: multi-org capability #23
Draft
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.
This pull request introduces significant enhancements to the
gh-repo-stats-plus
tool, including support for multi-organization processing, improved state management, and detailed documentation updates. The most important changes are grouped into three themes: new multi-organization features, enhancements to state handling, and updates to documentation and user guidance.Example on what it looks like (trimmed for brevity):
Multi-Organization Support
runMultiOrg
function to process multiple organizations sequentially, with configurable delays and error resilience (src/main.ts
) (F2d3c96eL167R392).--org-list
option to specify a file containing multiple organization names, along with related options like--delay-between-orgs
and--continue-on-error
(src/commands/repo-stats-command.ts
) [1] [2].State Management Enhancements
src/main.ts
) [1] [2] [3].Documentation Updates
README.md
).README.md
) [1] [2].Codebase Improvements
src/main.ts
).orgName
parameters for better modularity and maintainability (src/main.ts
) (F2d3c96eL206R532, F2d3c96eL348R599, F2d3c96eL541R744).These changes collectively improve the tool's functionality and usability, particularly for users managing multiple organizations.