guyzmo/git-repo

Add SSH key upload feature

Open

#22 opened on 2016年6月3日

GitHub で見る
 (1 comment) (2 reactions) (1 assignee)Python (86 forks)batch import
enhancementgood first issuehelp wantedin progress

Repository metrics

Stars
 (837 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

add a command to upload SSH keys to the service, something like:

git <target> ssh push <ssh-public-key-file>
git <target> ssh ls
git <target> ssh delete <ssh-public-key-id>

the whole point being to make it easy to generate a new key (or even rotate keys!) or revoke an old key with the CLI.

コントリビューターガイド