github.com/zaquestion/lab@v0.25.1/docs/lab_ci_view.md (about) 1 ## lab ci view 2 3 View, run, trace, and/or cancel CI jobs current pipeline 4 5 ### Synopsis 6 7 Supports viewing, running, tracing, and canceling jobs. 8 9 The <tab> key navigates and <enter> confirms. Also supports vi style 10 (hjkl,Gg) bindings and arrow keys for navigating jobs and logs. 11 12 'r', 'p' to run/retry/play a job 13 't' to toggle trace/logs (runs in background) 14 'T' to toggle trace/logs (suspending application) 15 'c' to cancel job 16 17 ``` 18 lab ci view [remote [branch/tag]] [flags] 19 ``` 20 21 ### Examples 22 23 ``` 24 lab ci view 25 lab ci view upstream --merge-request 26 lab ci view upstream --merge-request --bridge 'security-tests' 27 ``` 28 29 ### Options 30 31 ``` 32 -h, --help help for view 33 --merge-request use merge request pipeline if enabled 34 ``` 35 36 ### Options inherited from parent commands 37 38 ``` 39 --bridge string Bridge job (downstream pipeline) name 40 --debug Enable debug logging level 41 --follow Follow bridge jobs (downstream pipelines) in a multi-projects setup 42 --no-pager Do not pipe output into a pager 43 --quiet Turn off any sort of logging. Only command output is printed 44 ``` 45 46 ### SEE ALSO 47 48 * [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs 49 50 ###### Auto generated by spf13/cobra on 27-Jun-2022