2019/access/fetch-keys/README.md

15 lines
257 B
Markdown
Raw Normal View History

Use the Github API to fetch configured SSH keys for a team.
Build by
```
go get
go build
```
Run
```
./fetch-keys --help
```
2019-07-19 18:33:12 +03:00
TODO: This polutes the current working directory with `{user}.key` files - add
a command line option for custom output target dir