Skip to content

Releases: devopsctl/gitlabctl

v0.3.0

22 Jul 23:07
Compare
Choose a tag to compare

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.

v0.2.0

07 Jul 22:22
Compare
Choose a tag to compare

Installing

OSX

curl -Lo gitlabctl https://github.com/devopsctl/gitlabctl/releases/download/v0.2.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.2.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.

v0.1.0

22 Jun 19:33
Compare
Choose a tag to compare

Installing

OSX

curl -Lo gitlabctl https://github.com/devopsctl/gitlabctl/releases/download/v0.1.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.1.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.