LUSHDigital / gctl

A CLI app for interacting with Gitlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gctl

gctl is a command line utility to interact with GitLab on the command line built with cobra.

Authentication

Enter an API access token into an environment variable called GITLAB_ACCESS_TOKEN.

Subcommands

Clone

The clone subcommand clones all repositories under a particular group. Unfortunately, sets origins to be https for now.

Tree

Tree prints a tree of all repos under a group

Pipeline

The cherry on the cake, a terminal user interface for interacting with pipelines.

About

A CLI app for interacting with Gitlab

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%