.nh .TH "glab" "1" "Jun 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-run - Create or run a new CI/CD pipeline. .SH SYNOPSIS \fBglab ci run [flags]\fP .SH DESCRIPTION Create or run a new CI/CD pipeline. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" Create pipeline on branch/ref \&. .PP \fB--variables\fP=[] Pass variables to pipeline in format :\&. .PP \fB--variables-env\fP=[] Pass variables to pipeline in format :\&. .PP \fB--variables-file\fP=[] Pass file contents as a file variable to pipeline in format :\&. .PP \fB-f\fP, \fB--variables-from\fP="" JSON file with variables for pipeline execution. Expects array of hashes, each with at least 'key' and 'value'. .PP \fB-w\fP, \fB--web\fP[=false] Open pipeline in a browser. Uses default browser, or browser specified in BROWSER environment variable. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX $ glab ci run $ glab ci run --variables \\"key1:value,with,comma\\" $ glab ci run -b main $ glab ci run -b main --variables-env key1:val1 $ glab ci run -b main --variables-env key1:val1,key2:val2 $ glab ci run -b main --variables-env key1:val1 --variables-env key2:val2 $ glab ci run -b main --variables-file MYKEY:file1 --variables KEY2:some_value // For an example of 'glab ci run -f' with a variables file, see // [Run a CI/CD pipeline with variables from a file](https://docs.gitlab.com/editor_extensions/gitlab_cli/#run-a-cicd-pipeline-with-variables-from-a-file) // in the GitLab documentation. .EE .SH SEE ALSO \fBglab-ci(1)\fP