guyzmo/git-repo

Add SSH key upload feature

Open

#22 geöffnet am 3. Juni 2016

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (1 zugewiesene Person)Python (86 Forks)batch import
enhancementgood first issuehelp wantedin progress

Repository-Metriken

Stars
 (837 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide