gitlab-commander
v0.0.1
Published
Apply gitlab actions for multiple projects
Downloads
2
Readme
gitlab-commander
Apply gitlab actions for multiple projects
Usage
$ npm install -g gitlab-commander
$ gitlab-commander COMMAND
running command...
$ gitlab-commander (-v|--version|version)
gitlab-commander/0.0.1 linux-x64 node-v14.15.5
$ gitlab-commander --help [COMMAND]
USAGE
$ gitlab-commander COMMAND
...
Commands
gitlab-commander clone [DEST]
Clone GitLab projects that fit the glob pattern
USAGE
$ gitlab-commander clone [DEST]
ARGUMENTS
DEST destination directory to clone [default: ./]
OPTIONS
-r, --recursive clone recursively including submodules
-a, --address=address address of the GitLab server (ENV: GITLAB_ADDRESS) [default: htts://gitlab.com]
-t, --token=token GitLab access token (ENV: GITLAB_TOKEN)
-i, --include=include comma delimited list of glob patterns of paths to projects or groups to include
-e, --exclude=exclude comma delimited list of glob patterns of paths to projects or groups to exlude
-h, --help show CLI help
See code: src/commands/clone.ts
gitlab-commander help [COMMAND]
display help for gitlab-commander
USAGE
$ gitlab-commander help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help