gitlab-update

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gitlab-update

Weekly Downloads

2

Version

1.1.1

License

(MIT OR Apache-2.0)

Last publish

Collaborators

  • gankkank