1## lab ci view 2 3View, run, trace, and/or cancel CI jobs current pipeline 4 5### Synopsis 6 7Supports viewing, running, tracing, and canceling jobs 8 9'r', 'p' to run/retry/play a job -- Tab navigates modal and Enter to confirm 10't' to toggle trace/logs (runs in background, so you can jump in and out) 11'T' to toggle trace/logs by suspending application (similar to lab ci trace) 12'c' to cancel job 13 14Supports vi style (hjkl,Gg) bindings and arrow keys for navigating jobs and logs. 15 16Feedback Encouraged!: https://github.com/zaquestion/lab/issues 17 18``` 19lab ci view [remote [branch/tag]] [flags] 20``` 21 22### Options 23 24``` 25 -h, --help help for view 26``` 27 28### SEE ALSO 29 30* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs 31 32###### Auto generated by spf13/cobra on 13-Dec-2019 33