Skip to content

rodrigorhas/glm

Repository files navigation

glm

Gitlab Manager CLI

oclif Version Downloads/week License

Usage

$ npm install -g glm
$ glm COMMAND
running command...
$ glm (-v|--version|version)
glm/0.0.0 linux-x64 node-v15.12.0
$ glm --help [COMMAND]
USAGE
  $ glm COMMAND
...

Commands

glm autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ glm autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ glm autocomplete
  $ glm autocomplete bash
  $ glm autocomplete zsh
  $ glm autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

glm config

Create a configuration at $HOME/.glm/config.json

USAGE
  $ glm config

OPTIONS
  -h, --help     show CLI help
  --host=host    (required) Gitlab Host
  --token=token  (required) Gitlab Token

EXAMPLE
  $ glm config --token <TOKEN> --host 'https://gitlab.example.com'

See code: src/commands/config/index.ts

glm config:show

Show configuration file

USAGE
  $ glm config:show

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ glm config show

See code: src/commands/config/show.ts

glm group:create-labels

Create group labels from file

USAGE
  $ glm group:create-labels

OPTIONS
  -f, --file=file        (required) filePath to import
  -g, --groupId=groupId  (required) Gitlab Group ID. Ex: 40
  -h, --help             show CLI help

EXAMPLE
  $ glm create-labels --groupId=52 --file=./test_files/labels.ts

See code: src/commands/group/create-labels.ts

glm help [COMMAND]

display help for glm

USAGE
  $ glm help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

Gitlab Manager CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published