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)
I've made a few improvements to the export script:
include_archived=False
). Defaults toFalse
.exclude_projects
). This is useful if there are projects you do not want to export (e.g. if they are too big)-n
or--noop
flag)