gitlab-commander
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

gitlab-commander

Apply gitlab actions for multiple projects

oclif Version Downloads/week License

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

Readme

Keywords

Package Sidebar

Install

npm i gitlab-commander

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

22.7 kB

Total Files

26

Last publish

Collaborators

  • mnthe