diff options
| author | David Martin <david.martin@feedhenry.com> | 2014-09-16 17:20:24 +0100 |
|---|---|---|
| committer | David Martin <david.martin@feedhenry.com> | 2014-10-15 10:21:05 +0100 |
| commit | 89d8af466ba283b31d7800fe604defa0ce189902 (patch) | |
| tree | fefe901225ff8b59f6d6ecc60d7ae6678456afc5 /README.md | |
| parent | 7e74d0547255a9cf60f00b9d9133aa8b2c546507 (diff) | |
| download | gitlab-shell-89d8af466ba283b31d7800fe604defa0ce189902.tar.gz | |
Added list-keys command and spec
Removed puts and tidied up regex
Address the hound
Address the hound, again
Use single quotes
Add back travis.yml file
Remove travis.yml, only keep on fh-master
Use single quotes
Use single quotes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ Remove key: ./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..." +List all keys: + + ./bin/gitlab-keys list-keys + + Remove all keys from authorized_keys file: ./bin/gitlab-keys clear |
