0.3.0
This release changes some flags in the commands, to make it easier to use:
- add
--fromflag instead of specifying it as an argument inlabel copycmd - change
--replaceto--nameinlabel updatecmd - change
--regexto--matchinlabel deletecmd
Installation
Linux & macOS
sudo -i # linux only
curl -L https://github.com/clns/gitlab-cli/releases/download/0.3.0/gitlab-cli-`uname -s`-`uname -m` -o /usr/local/bin/gitlab-cli
chmod +x /usr/local/bin/gitlab-cliWindows
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.0/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\