gitlab-issue-report

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2025 License: MIT Imports: 1 Imported by: 0

README

Go Report Card GitHub release GitHub Downloads GoDoc linter CI Status coverage CI Status snapshot CI Status release CI Status License

gitlab-issue-report

Tool report issues of a gitlab project. The tool is in beta actually, the command line can change, the options too...

Install

Copy the binary to /usr/local/bin for example. (or another directory which is in your PATH).

Usage

Usage of gitlab-issue-report:
  -closed
        only closed issues
  -createdAt
        issues filtered with created date (updated date by default)
  -d string
        Debug level (info,warn,debug) (default "error")
  -g int
        Group ID to get issues from (not compatible with -p option)
  -i string
        interval, ex /-1/ :: to describe ... (default "/-1/ ::")
  -opened
        only opened issues
  -p int
        Project ID to get issues from
  -v    Get version

Configuration

2 environement variables can be set :

  • GITLAB_TOKEN: used to access to private repositories
  • GITLAB_URI: to specify another instance of Gitlab (if not set, GITLAB_URI is set to https://gitlab.com)

Infos

Development

This project is using :

There are hooks executed in the precommit stage. Once the project cloned on your disk, please install pre-commit:

brew install pre-commit

Install tools:

task install-prereq

And install the hooks:

task install-pre-commit

If you like to launch manually the pre-commmit hook:

task pre-commit

Documentation

Overview

Package main is the entry point for gitlab-issue-report application.

Directories

Path Synopsis
Package cmd provides commands for gitlab-issue-report.
Package cmd provides commands for gitlab-issue-report.
internal
core
Package core provides the core functionality for interacting with GitLab API.
Package core provides the core functionality for interacting with GitLab API.
render
Package render provides rendering functionality for GitLab issues
Package render provides rendering functionality for GitLab issues

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL