diff options
author | Nick Thomas <nick@gitlab.com> | 2018-01-12 13:26:03 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-12 13:38:06 +0000 |
commit | 73e2cf531ca8b92dc48da5024c8095256aa10818 (patch) | |
tree | e9062e256967e9782527b4e032be7c44d60e388b /README.md | |
parent | f8f314890758983e9d167529cb3a332a01262d5c (diff) | |
download | gitlab-shell-73e2cf531ca8b92dc48da5024c8095256aa10818.tar.gz |
Remove the GitlabProjects implementation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 0 insertions, 35 deletions
@@ -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: |