summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Martin <david.martin@feedhenry.com>2014-09-16 17:20:24 +0100
committerDavid Martin <david.martin@feedhenry.com>2014-10-15 10:21:05 +0100
commit89d8af466ba283b31d7800fe604defa0ce189902 (patch)
treefefe901225ff8b59f6d6ecc60d7ae6678456afc5 /README.md
parent7e74d0547255a9cf60f00b9d9133aa8b2c546507 (diff)
downloadgitlab-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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8616445..98b6afb 100644
--- a/README.md
+++ b/README.md
@@ -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