gitlabctl

Cross platform Gitlab management cli written in Go. Download the executable with no dependencies!

View on GitHub

gitlabctl

Gitlab command-line interface

Synopsis

gitlabctl is a Gitlab client for the command-line.

This client helps you view, update, create, and delete Gitlab resources from the command-line interface.

There are two options to authenticate the command-line client to Gitlab interface:

1.) Using the ‘login’ command by passing the host url, username and password.

$ gitlabctl login

The login token will be saved in $HOME/.gitlabctl.yaml file.

2.) Using Environment variables.

Options

 --config string config file (default is $HOME/.gitlabctl.yaml) -h, --help help for gitlabctl 

SEE ALSO