/gctl

A CLI app for interacting with Gitlab

Primary LanguageGoApache License 2.0Apache-2.0

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.