Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/renanstn/gitlab-issue-cli
- Owner: renanstn
- Created: 2023-08-22T18:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T17:12:31.000Z (over 1 year ago)
- Last Synced: 2023-09-02T15:32:22.932Z (over 1 year ago)
- Topics: cli, gitlab, go, golang
- Language: Go
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```