LinuxCommandLibrary

gitlab

Ruby wrapper and CLI for the GitLab API.

TLDR

Create a new project

$ gitlab create_project [project_name]
copy


Get info about a specific commit
$ gitlab commit [project_name] [commit_hash]
copy


Get info about jobs in a CI pipeline
$ gitlab pipeline_jobs [project_name] [pipeline_id]
copy


Start a specific CI job
$ gitlab job_play [project_name] [job_id]
copy

Copied to clipboard