Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@bzon bzon released this 22 Jul 23:07
· 4 commits to master since this release

Installing

OSX

curl -Lo gitlabctl https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-darwin-amd64 && chmod +x gitlabctl && sudo mv gitlabctl /usr/local/bin/

Linux

curl -Lo gitlabctl https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-linux-amd64 && chmod +x gitlabctl && sudo mv gitlabctl /usr/local/bin/

Windows

Download the gitlabctl-windows-amd64.exe file, rename it to gitlabctl.exe and add it to your path.