gitlab

Ruby wrapper for the GitLab API. Some subcommands such as gitlab ctl have their own usage documentation. More information: <https://narkoz.github.io/gitlab/>.

Install

All systems
curl cmd.cat/gitlab.sh
Debian Debian
apt-get install python3-gitlab
Ubuntu
apt-get install python3-gitlab
image/svg+xml Kali Linux
apt-get install python3-gitlab
Fedora
dnf install python3-gitlab
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-gitlab
OS X
brew install python3-gitlab
Raspbian
apt-get install python3-gitlab

Ruby wrapper for the GitLab API. Some subcommands such as gitlab ctl have their own usage documentation. More information: <https://narkoz.github.io/gitlab/>.

  • Create a new project:
    gitlab create_project project_name
  • Get info about a specific commit:
    gitlab commit project_name commit_hash
  • Get info about jobs in a CI pipeline:
    gitlab pipeline_jobs project_name pipeline_id
  • Start a specific CI job:
    gitlab job_play project_name job_id

© tl;dr; authors and contributors