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

     1  ## lab ci create
     2  
     3  Create a CI pipeline
     4  
     5  ### Synopsis
     6  
     7  Run the CI pipeline for the given or current branch if none provided.
     8  This API uses your GitLab token to create CI pipelines
     9  
    10  Project will be inferred from branch if not provided
    11  
    12  Note: "lab ci create" differs from "lab ci trigger" which is a
    13  different API
    14  
    15  ```
    16  lab ci create [branch] [flags]
    17  ```
    18  
    19  ### Examples
    20  
    21  ```
    22  lab ci create feature_branch
    23  lab ci create -p engineering/integration_tests master
    24  ```
    25  
    26  ### Options
    27  
    28  ```
    29    -h, --help             help for create
    30    -p, --project string   project to create pipeline on
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --bridge string   Bridge job (downstream pipeline) name
    37        --debug           Enable debug logging level
    38        --follow          Follow bridge jobs (downstream pipelines) in a multi-projects setup
    39        --no-pager        Do not pipe output into a pager
    40        --quiet           Turn off any sort of logging. Only command output is printed
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [lab ci](lab_ci.md)	 - Work with GitLab CI pipelines and jobs
    46  
    47  ###### Auto generated by spf13/cobra on 27-Jun-2022