mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 10:47:20 +00:00
Update cheatsheets
This commit is contained in:
26
gitlab
Normal file
26
gitlab
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user