diff options
-rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +### gitlab-shell: ssh access and repostiory management + +[](http://ci.gitlab.org/projects/4?ref=master) + +### Setup + + ./bin/install + + +### Check + + ./bin/check + + +### Repos: + + +Add repo + + ./bin/gitlab-projects add-project gitlab/gitlab-ci.git + +Remove repo + + ./bin/gitlab-projects rm-project gitlab/gitlab-ci.git + +### 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..." + |