Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-ci-run - Create or run a new CI/CD pipeline

SYNOPSIS
       glab ci run [flags]

DESCRIPTION
       Create or run a new CI/CD pipeline

OPTIONS
       -b, --branch=""	    Create pipeline on branch/ref

       --variables=[]	   Pass	variables to pipeline in format	:

       --variables-env=[]      Pass variables to pipeline in format :

       --variables-file=[]	 Pass  file  contents  as  a  file variable to
       pipeline	in format :

       -f,  --variables-from=""	      JSON  file  containing   variables   for
       pipeline	execution

OPTIONS	INHERITED FROM PARENT COMMANDS
       --help[=false]	   Show	help for command

       -R,  --repo=""	    Select  another repository using the OWNER/REPO or
       GROUP/NAMESPACE/REPO format or full URL or git URL

EXAMPLE
	      glab ci run
	      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

SEE ALSO
       glab-ci(1)

Auto generated by spf13/cobra	   Apr 2025			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-ci-run&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help