guyzmo/git-repo

Add SSH key upload feature

開放

#22 建立於 2016年6月3日

 (1 則留言) (2 個反應) (1 位負責人)Python (91 個分叉)batch import
enhancementgood first issuehelp wantedin progress

倉庫指標

星標
 (854 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南