summaryrefslogtreecommitdiff
path: root/README
blob: 4c5b3d43f43e927243d3d9584e98bd933d549143 (plain)
1
2
3
4
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
### gitlab-shell: ssh access and repostiory management

[![CI](http://ci.gitlab.org/projects/4/status?ref=master)](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..."