blob: 769d1b4669af03d7172f79af235e56fc72751533 (
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
37
38
39
40
41
42
43
44
45
46
47
48
|
### gitlab-shell: ssh access and repository management
#### Code status
* [](http://ci.gitlab.org/projects/4?ref=master)
* [](https://codeclimate.com/github/gitlabhq/gitlab-shell)
* [](https://coveralls.io/r/gitlabhq/gitlab-shell)
### 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
Import repo
./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.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..."
|