Files
tldr/pages.tr/common/gitlab.md
2022-10-31 06:52:35 -03:00

22 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gitlab
> GitLab API'si için Ruby sarıcı ve CLI aracı.
> `gitlab ctl` gibi bazı alt komutların kendi kullanım kılavuzları vardır.
> Daha fazla bilgi için: <https://narkoz.github.io/gitlab/>.
- Yeni bir proje oluştur:
`gitlab create_project {{proje_ismi}}`
- Belirtilen commit ile ilgili bilgi al:
`gitlab commit {{proje_ismi}} {{commit_değeri}}`
- Bit CI pipeline'ındaki işler ile ilgili bilgi al:
`gitlab pipeline_jobs {{proje_ismi}} {{pipeline_id'si}}`
- Belirtilen CI işini başlat:
`gitlab job_play {{proje_ismi}} {{iş_id'si}}`