Skip to content

0.3.2

Latest
Compare
Choose a tag to compare
@clns clns released this 10 Jul 08:49

This release allows specifying a project in a subgroup (#10).

Installation

Linux & macOS

sudo -i # linux only
curl -L https://github.com/clns/gitlab-cli/releases/download/0.3.2/gitlab-cli-`uname -s`-`uname -m` -o /usr/local/bin/gitlab-cli
chmod +x /usr/local/bin/gitlab-cli

Windows

Windows doesn't have a user bin directory so we'll download it in the current dir and execute it from there. In your PowerShell run:

Invoke-WebRequest -Uri "https://github.com/clns/gitlab-cli/releases/download/0.3.2/gitlab-cli-Windows-x86_64.exe" -OutFile "gitlab-cli.exe"

Optionally, move it to C:\Windows\System32 (or a different dir in your $PATH) - you'll need Administrator rights:

Move-Item .\gitlab-cli.exe C:\Windows\System32\