Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanstn/gitlab-issue-cli

CLI feito em Go para buscar rapidamente títulos de issues no Gitlab a partir do código da tarefa.
https://github.com/renanstn/gitlab-issue-cli

cli gitlab go golang

Last synced: about 1 month ago
JSON representation

CLI feito em Go para buscar rapidamente títulos de issues no Gitlab a partir do código da tarefa.

Awesome Lists containing this project

README

        

# gitlab-issue-cli

## Pré requisitos

- Crie um arquivo `.env` contendo a variável `GITLAB_TOKEN`

```
GITLAB_TOKEN={token}
```

## Objetivo

Consultar o nome e a descrição de issues no Gitlab a partir do terminal,
da maneira mais rápida possível.

### Utilizando

```sh
issue {int}
```

### Output

```
- MSA-{int}: {Título da issue}
```

## Desenvolvimento

### Testando

```sh
go run issue.go {int}
```

### Build

```sh
go build issue.go
```