0.2.2
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-cliNote: If you get a "Permission denied" error, your
/usr/local/bindirectory probably isn't writable and you'll need to install gitlab-cli as the superuser. Runsudo -i, then the commands described above, thenexit.
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\