We are using Peribolos to manage our GitHub org settings, teams and memberships in a yaml file.
Travis runs peribolos on every push to master.
docker run --rm -v ~/peribolos-github-token:/etc/github/oauth gcr.io/k8s-prow/peribolos:latest \
--dump baloise-incubator \
--dump-full \
--github-token-path /etc/github/oauth \
> config.yaml
docker run --rm gcr.io/k8s-prow/peribolos:latest --help