marcsauter / gitlabctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitlabctl

Install

go install github.com/marcsauter/gitlabctl/cmd/...

Documentation

Authentication

export GITLABCTL_ACCESS_TOKEN="TOKENSTRING"
--access-token="TOKENSTRING"

Login:

gitlabctl auth login

This will add the token for the Gitlab host to ${HOME}/.gitlabctl.

Logout:

gitlabctl auth logout

This will remove the token for the Gitlab host from ${HOME}/.gitlabctl.

About

License:MIT License


Languages

Language:Go 97.1%Language:Makefile 2.3%Language:Dockerfile 0.6%