Forrest logo
back to context overview

gitlab

List of commands for gitlab:

  • gitlab:tldr:24160 gitlab: Start a specific CI job.
    $ gitlab job_play ${project_name} ${job_id}
    try on your machine
    explain this command
  • gitlab:tldr:27bfd gitlab: Get info about jobs in a CI pipeline.
    $ gitlab pipeline_jobs ${project_name} ${pipeline_id}
    try on your machine
    explain this command
  • gitlab:tldr:27c4a gitlab: Get info about a specific commit.
    $ gitlab commit ${project_name} ${commit_hash}
    try on your machine
    explain this command
  • gitlab:tldr:c254e gitlab: Create a new project.
    $ gitlab create_project ${project_name}
    try on your machine
    explain this command
back to context overview