A CLI tool to back up GitHub repositories. Currently only supports backing up to AWS CodeCommit.
yarn global add @endemolshinegroup/github-backup-cli
export GH_TOKEN=123
github-backup-cli list EndemolShineGroup --is-organization
github-backup-cli backup EndemolShineGroup/github-backup-cli --region us-east-1
export GH_TOKEN=123
docker run -it -e "GH_TOKEN=${GH_TOKEN}" github-backup