Collaborators¶
Import repository collaborators
Usage¶
$ github-terraform repository collaborator --help
Import repository collaborator
Usage:
github-terraform repositories collaborator [flags]
Flags:
-d, --dest string Path that will contains the output files (default "./output")
-h, --help help for collaborator
-o, --owner string Repository owner
--page int Current page (default 1)
--per-page int Items per page (default 100)
-r, --repo string Repository name
--token string Github token. This property is not necessary if you already exported $GITHUB_TOKEN
Example
$ github-terraform repos collaborator -o my-org -r my-repo