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

     1  ## lab ci lint
     2  
     3  Validate .gitlab-ci.yml against GitLab
     4  
     5  ```
     6  lab ci lint [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab ci lint
    13  lab ci lint upstream
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help   help for lint
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --bridge string   Bridge job (downstream pipeline) name
    26        --debug           Enable debug logging level
    27        --follow          Follow bridge jobs (downstream pipelines) in a multi-projects setup
    28        --no-pager        Do not pipe output into a pager
    29        --quiet           Turn off any sort of logging. Only command output is printed
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [lab ci](lab_ci.md)	 - Work with GitLab CI pipelines and jobs
    35  
    36  ###### Auto generated by spf13/cobra on 27-Jun-2022