README.md 528 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1 2
### gitlab-shell: ssh access and repostiory management

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
3 4
[![CI](http://ci.gitlab.org/projects/4/status?ref=master)](http://ci.gitlab.org/projects/4?ref=master)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
### 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..."