Skip to content

0.3.0

Choose a tag to compare

@clns clns released this 09 Feb 12:36
· 10 commits to master since this release

This release changes some flags in the commands, to make it easier to use:

  • add --from flag instead of specifying it as an argument in label copy cmd
  • change --replace to --name in label update cmd
  • change --regex to --match in label delete cmd

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