modulepackage
2.4.1+incompatible
Repository: https://github.com/makkes/gitlab-cli.git
Documentation: pkg.go.dev
# README
GitLab Command Line Interface
The GitLab Command Line Interface (CLI) is a cross-platform command line utility that provides a user-friendly yet powerful way to query information from your GitLab repos.
Installation and usage
go get github.com/makkes/gitlab-cli
or grab the binary of the most current release.
All commands of gitlab-cli currently require that you are authenticated. To do
so you issue gitlab-cli login YOUR_TOKEN
. You obtain a personal access token
at https://gitlab.com/profile/personal_access_tokens.
Commands
Currently GitLab CLI supports these commands:
projects
: List all your projectsproject
: List details about a project by ID or nameproject create
: Create a new projectpipelines
: List pipelines of a projectpipeline
: List details of a pipelineissues
: List all issues of a projectissue inspect
: List details about an issue
License
This software is distributed under the BSD 2-Clause License, see LICENSE for more information.