1.1.1 • Published 7 years ago

gitlab-update v1.1.1

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
-
Last release
7 years ago

README

Build Status

Code Climate

Install use:

yarn global add gitlab-update

Or:

npm install gitlab-update -g

Update

  • v1.1.0

support clone/update bitbucket repositories; support multiple namespaces

list repositories: ./bitbucket-update.js -t username:password -n team1,team2,team3 -d /tmp -l

Help

Sync projects in namespace to local folders

  Usage: gitlab-update [options]

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -t, --token [token]          Set token, Required
    -n, --namespace [namespace]  Set namespace, Required
    -u, --url [url]              Set gitlab url, Default: https://gitlab.com
    -d, --dir [dir]              Set target directory, Default: /Users/jimmy/tmp
    -l, --list                   List projects

  Examples:

  Clone/Update projects in namespace:
    $ gitlab-update -t xxxx -n xxx
  List projects in certain namespace:
    $ gitlab-update -t xxxx -n xxx -l
1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago