System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.