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 support for include_archived & exclude_projects to the exporter #21

Merged
merged 2 commits into from
Nov 4, 2022

Conversation

syphernl
Copy link
Contributor

I've made a few improvements to the export script:

  • Added support for excluding archived projects (include_archived=False). Defaults to False.
  • Added support for excluding (partial/regex based) projects (exclude_projects). This is useful if there are projects you do not want to export (e.g. if they are too big)
  • Added a no-op mode to only show which projects would be exported but not actually run the export. (use -n or --noop flag)
  • Tweaked the Readme

@rvojcik
Copy link
Owner

rvojcik commented Nov 4, 2022

Hi @syphernl ,

nice work man !
Thank you much for your contribution

@rvojcik rvojcik merged commit eb2f423 into rvojcik:master Nov 4, 2022
@syphernl syphernl deleted the feat/improvements branch November 4, 2022 13:30
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.

2 participants