dumplingh(1) -- Issue/PR exporter for GitHub ============================================ ## SYNOPSIS `dumplingh` [OPTIONS] ## DESCRIPTION Issue/PR exporter for GitHub, which is a fancy name for dump issue and PR data to a JSON file. Exit values and possible errors: 1 - I/O error 2 - parsing error ## OPTIONS Repository to export issues and PRs for in the form "/". -i --issues File to export issues to. File must either not exist or --force must be specified. Exclusive with --no-issues. Default: `./-issues.json`. -p --pulls File to export pull requests to. File must either not exist or --force must be specified. Exclusive with --no-pulls. Default: ./-pulls.json. -l --labels File to export labels to. File must either not exist or --force must be specified. Exclusive with --no-labels. Default: `./-labels.json`. -m --milestones File to export milestones to. File must either not exist or --force must be specified. Exclusive with --no-milestones. Default: `./-milestones.json`. --projects File to export projects to. File must either not exist or --force must be specified. Exclusive with --no-projects. Requires --auth, since GitHub fails on unauthorised requests to experimental API endpoints. Default: `./-projects.json`. --comments Directory to export comments to. Directory must either not exist or --force must be specified. Exclusive with --no-comments. Default: `./-comments`. --no-issues Don't export issues. --no-pulls Don't export pull requests. --no-labels Don't export labels. --no-milestones Don't export milestones. --no-projects Don't export projects. --no-comments Don't export comments. -f --force Allow for overriding and . -c --compact Compact-print, rather than pretty-print the exported issues/pull requests. -a --auth [OAUTH2_TOKEN] Token to authenticate to GitHub with. Recommended for more requests. Required for --projects. ## AUTHOR Written by nabijaczleweli <> Instigated by Vendethiel <> ## REPORTING BUGS <> ## SEE ALSO <>