summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-01-12 13:26:03 +0000
committerNick Thomas <nick@gitlab.com>2018-01-12 13:38:06 +0000
commit73e2cf531ca8b92dc48da5024c8095256aa10818 (patch)
treee9062e256967e9782527b4e032be7c44d60e388b /README.md
parentf8f314890758983e9d167529cb3a332a01262d5c (diff)
downloadgitlab-shell-73e2cf531ca8b92dc48da5024c8095256aa10818.tar.gz
Remove the GitlabProjects implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/README.md b/README.md
index 43ae87f..ad76acc 100644
--- a/README.md
+++ b/README.md
@@ -77,41 +77,6 @@ To install gitlab-shell you also need a Go compiler version 1.8 or newer. https:
./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
-
-List repos:
-
- ./bin/gitlab-projects list-projects
-
-Import repo:
-
- # Default timeout is 2 minutes
- ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
-
- # Override timeout in seconds
- ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git 90
-
-Fork repo:
-
- ./bin/gitlab-projects fork-project gitlab/gitlab-ci.git randx
-
-Create tag (lightweight & annotated):
-
- ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable
- ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable 'annotated message goes here'
-
-Gc repo:
-
- ./bin/gitlab-projects gc gitlab/gitlab-ci.git
-
## Keys
Add key: