summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-09-04 19:14:26 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-09-04 19:14:26 +0800
commitf52cffed5c0d0e9430fdc51d7e688cddd60a1ba2 (patch)
tree975d414c0b8602f08b51588f0e7730d69a3943c5 /README.md
parent27ac932878d117d1cbffc0d190ed179f3353886c (diff)
downloadgitlab-shell-f52cffed5c0d0e9430fdc51d7e688cddd60a1ba2.tar.gz
Remove gitlab-keys script
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 806de08..915df1a 100644
--- a/README.md
+++ b/README.md
@@ -76,24 +76,6 @@ Checks if GitLab API access and redis via internal API can be reached:
make check
-## Keys
-
-Add key:
-
- ./bin/gitlab-keys add-key key-782 "ssh-rsa AAAAx321..."
-
-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
-
## Testing
Run Ruby and Golang tests: