1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/common/gitlab.md
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

497 B

gitlab

Ruby wrapper for the GitLab API. Some subcommands such as 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}}