You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tool can be used for example to automatically update `.ssh/authorized_keys` file by giving path to `.ssh/authorized_keys` as last argument and adding the script to cron job.
@@ -40,10 +43,13 @@ Tool can be used for example to automatically update `.ssh/authorized_keys` file
40
43
| --organization | Name of the organization which members keys to pick |
41
44
| --team | Name or slug of the team which members keys to pick |
42
45
| --user | Name of the user which keys to pick |
46
+
| --deploy-key | Name of the owner/repo which deploy keys to pick |
43
47
| --token | GitHub API token to use for communication. Without token you get only public members of the organization. |
44
48
| --public-only | Return only members what are publicly members of the given organization |
45
49
46
-
You can give `--organisation` (optionally combined with `--team` flag) and/or one or more `--user` flags.
50
+
You can give `--organisation` (optionally combined with `--team` flag) and/or one or more `--user` or `--deploy-key` flags.
51
+
52
+
The `--deploy-key` parameter requires a Github token with the `repo` or `public_repo` scope.
0 commit comments