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.