golab
golab copied to clipboard
Gitlab CLI written in Go
This is the first time that I used this cli and I was trying to play around with the sub commands. Commands: ```bash golab project edit golab project hooks add...
When logging in to a Gitlab server and you add a `/` at the end of the URL, the API calls will break. Fix this by trimming `/` at the...
Currently, we always use `$HOME/.golab.yml` - but if there is a `.golab.yml` in the current working directory, we should use this one instead. Best way would be to recursively search...
Hi, I wanted to install zsh-completion, which fails since there is no .golab file golab zsh-completion Config File ".golab" Not Found in "[/Users/ /Users/]" Error: required parameter `-p` or `--path`...