github.com/zaquestion/lab@v0.25.1/docs/lab_ci.md (about)

     1  ## lab ci
     2  
     3  Work with GitLab CI pipelines and jobs
     4  
     5  ### Options
     6  
     7  ```
     8        --bridge string   Bridge job (downstream pipeline) name
     9        --follow          Follow bridge jobs (downstream pipelines) in a multi-projects setup
    10    -h, --help            help for ci
    11  ```
    12  
    13  ### Options inherited from parent commands
    14  
    15  ```
    16        --debug      Enable debug logging level
    17        --no-pager   Do not pipe output into a pager
    18        --quiet      Turn off any sort of logging. Only command output is printed
    19  ```
    20  
    21  ### SEE ALSO
    22  
    23  * [lab](index.md)	 - lab: A GitLab Command Line Interface Utility
    24  * [lab ci artifacts](lab_ci_artifacts.md)	 - Download artifacts of a ci job
    25  * [lab ci create](lab_ci_create.md)	 - Create a CI pipeline
    26  * [lab ci lint](lab_ci_lint.md)	 - Validate .gitlab-ci.yml against GitLab
    27  * [lab ci status](lab_ci_status.md)	 - Textual representation of a CI pipeline
    28  * [lab ci trace](lab_ci_trace.md)	 - Trace the output of a ci job
    29  * [lab ci trigger](lab_ci_trigger.md)	 - Trigger a CI pipeline
    30  * [lab ci view](lab_ci_view.md)	 - View, run, trace, and/or cancel CI jobs current pipeline
    31  
    32  ###### Auto generated by spf13/cobra on 27-Jun-2022