Skip to content

0.2.2

Choose a tag to compare

@clns clns released this 17 Jun 13:32
· 13 commits to master since this release

This release fixes a bug with sub-commands help not displaying, instead the main help was shown.

Installation

Linux & OS X

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

Note: If you get a "Permission denied" error, your /usr/local/bin directory probably isn't writable and you'll need to install gitlab-cli as the superuser. Run sudo -i, then the commands described above, then exit.

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.2.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\