logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

GitLab Control - Manage Repositories and Pipelines | Online Free DevTools by Hexmos

Control GitLab repositories and CI/CD pipelines with GitLab. Automate project creation, commit inspections, and job management. Free online tool, no registration required.

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

See Also