tldr/pages.tr/common/gitlab.md

22 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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