Instructions on how to install the GitLab's command-line tool lab
.
macOS Command Line Tools need to be installed on your local computer.
To install the Command Line Tools run the following command:
xcode-select --install
lab
can be obtained here. Copy the
link for the version that you want to install from there.
Get the lab
archive and extract it with the following command:
curl -fsSL --retry 3 --insecure "https://github.com/zaquestion/lab/releases/download/v0.17.2/lab_0.17.2_darwin_amd64.tar.gz" | sudo tar xz --no-same-owner -C /usr/local/bin/ lab
Run the following command on a terminal window:
lab --version