Gitlab Manager CLI
$ 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
...
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
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
Show configuration file
USAGE
$ glm config:show
OPTIONS
-h, --help show CLI help
EXAMPLE
$ glm config show
See code: src/commands/config/show.ts
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
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