diff options
author | David Martin <david.martin@feedhenry.com> | 2014-09-17 11:35:16 +0100 |
---|---|---|
committer | David Martin <david.martin@feedhenry.com> | 2014-10-15 10:28:12 +0100 |
commit | 6cd167eaac7b764bcaefe31a9144dd38992cc9ab (patch) | |
tree | 9528e100c69d4e2142edfaaa44701a693546ee4d /README.md | |
parent | 7e74d0547255a9cf60f00b9d9133aa8b2c546507 (diff) | |
download | gitlab-shell-6cd167eaac7b764bcaefe31a9144dd38992cc9ab.tar.gz |
Added list-projects command & spec
list-projects command usage
Single quotes
Use single quotes
Use single quotes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ 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 |