Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 510 Bytes

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.