github.com/zaquestion/lab@v0.25.1/docs/lab_ci_status.md (about) 1 ## lab ci status 2 3 Textual representation of a CI pipeline 4 5 ``` 6 lab ci status [branch] [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab ci status 13 lab ci status upstream 608 --merge-request 14 lab ci status 600 --wait 15 lab ci status upstream 125 --merge-request --bridge 'security-tests' 16 ``` 17 18 ### Options 19 20 ``` 21 -h, --help help for status 22 --merge-request use merge request pipeline if enabled 23 --wait continuously print the status and wait to exit until the pipeline finishes. Exit code indicates pipeline status 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --bridge string Bridge job (downstream pipeline) name 30 --debug Enable debug logging level 31 --follow Follow bridge jobs (downstream pipelines) in a multi-projects setup 32 --no-pager Do not pipe output into a pager 33 --quiet Turn off any sort of logging. Only command output is printed 34 ``` 35 36 ### SEE ALSO 37 38 * [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs 39 40 ###### Auto generated by spf13/cobra on 27-Jun-2022