summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..."
+