Categorygithub.com/makkes/gitlab-cli
modulepackage
2.4.1+incompatible
Repository: https://github.com/makkes/gitlab-cli.git
Documentation: pkg.go.dev

# README

GitLab Command Line Interface

Build Status

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 projects
  • project: List details about a project by ID or name
  • project create: Create a new project
  • pipelines: List pipelines of a project
  • pipeline: List details of a pipeline
  • issues: List all issues of a project
  • issue inspect: List details about an issue

License

This software is distributed under the BSD 2-Clause License, see LICENSE for more information.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author