mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00
gitlab: add page (#3571)
This commit is contained in:
parent
881335b371
commit
cee8410010
1 changed files with 20 additions and 0 deletions
20
pages/common/gitlab.md
Normal file
20
pages/common/gitlab.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# gitlab
|
||||
|
||||
> Ruby wrapper and CLI for the GitLab API.
|
||||
> 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}}`
|
Loading…
Add table
Reference in a new issue