summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:15:17 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:15:17 +0200
commit0b58936ca08d1085b31e39c26d2314d09d9300a4 (patch)
tree5ad5c600a00898a4c86cea3558aa79ee40090690
parent5a2141be82d84d11fd751429c70bb2313747988d (diff)
downloadgitlab-shell-0b58936ca08d1085b31e39c26d2314d09d9300a4.tar.gz
add badge for ci
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4c5b3d4
--- /dev/null
+++ b/README
@@ -0,0 +1,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..."
+