1glab(1) glab(1)
2
3
4
6 glab-ci-run - Create or run a new CI/CD pipeline
7
8
9
11 glab ci run [flags]
12
13
14
16 Create or run a new CI/CD pipeline
17
18
19
21 -b, --branch="" Create pipeline on branch/ref
22
23
24 --variables=[] Pass variables to pipeline in format :
25
26
27 --variables-env=[] Pass variables to pipeline in format :
28
29
30 --variables-file=[] Pass file contents as a file variable to pipe‐
31 line in format :
32
33
34 -f, --variables-from="" JSON file containing variables for pipe‐
35 line execution
36
37
38
40 --help[=false] Show help for command
41
42
43 -R, --repo="" Select another repository using the OWNER/REPO or
44 GROUP/NAMESPACE/REPO format or full URL or git URL
45
46
47
49 glab ci run
50 glab ci run -b main
51 glab ci run -b main --variables-env key1:val1
52 glab ci run -b main --variables-env key1:val1,key2:val2
53 glab ci run -b main --variables-env key1:val1 --variables-env key2:val2
54 glab ci run -b main --variables-file MYKEY:file1 --variables KEY2:some_value
55
56
57
58
59
61 glab-ci(1)
62
63
64
65Auto generated by spf13/cobra Nov 2023 glab(1)