glab-ci-run - Man Page
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
orGROUP/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
Referenced By
Aug 2023 Auto generated by spf13/cobra