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

     1  ## lab ci artifacts
     2  
     3  Download artifacts of a ci job
     4  
     5  ### Synopsis
     6  
     7  Download the CI pipeline job artifacts for the given or current branch if
     8  none provided.
     9  
    10  The branch name, when using with the --merge-request option, can be the
    11  merge request number, which matches the branch name internally.	The "job"
    12  portion is the given job name, which may contain whitespace characters
    13  and which, for this specific case, must be quoted.
    14  
    15  ```
    16  lab ci artifacts [remote] [branch][:job] [flags]
    17  ```
    18  
    19  ### Examples
    20  
    21  ```
    22  lab ci artifacts upstream feature_branch
    23  lab ci artifacts upstream :'my custom stage'
    24  lab ci artifacts upstream 125 --merge-request
    25  lab ci artifacts upstream 125:'my custom stage' --merge-request
    26  lab ci artifacts upstream 125:'build' --merge-request --bridge 'security-tests'
    27  ```
    28  
    29  ### Options
    30  
    31  ```
    32    -p, --artifact-path string   only download specified file from archive
    33    -h, --help                   help for artifacts
    34        --merge-request          use merge request pipeline if enabled
    35  ```
    36  
    37  ### Options inherited from parent commands
    38  
    39  ```
    40        --bridge string   Bridge job (downstream pipeline) name
    41        --debug           Enable debug logging level
    42        --follow          Follow bridge jobs (downstream pipelines) in a multi-projects setup
    43        --no-pager        Do not pipe output into a pager
    44        --quiet           Turn off any sort of logging. Only command output is printed
    45  ```
    46  
    47  ### SEE ALSO
    48  
    49  * [lab ci](lab_ci.md)	 - Work with GitLab CI pipelines and jobs
    50  
    51  ###### Auto generated by spf13/cobra on 27-Jun-2022