github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/doc/golab_merge-requests_get-diff-version.md (about)

     1  ## golab merge-requests get-diff-version
     2  
     3  Get a single merge request diff version
     4  
     5  ### Synopsis
     6  
     7  
     8  Get a single merge request diff version.
     9  
    10  ```
    11  golab merge-requests get-diff-version [flags]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17    -h, --help             help for get-diff-version
    18    -i, --id string        (required) The ID or URL encoded path of a project
    19    -m, --iid int          (required) The internal ID of the merge request
    20    -v, --version_id int   (required) The ID of the merge request diff version
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
    27        --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
    28        --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)
    29  ```
    30  
    31  ### SEE ALSO
    32  * [golab merge-requests](golab_merge-requests.md)	 - Manage Merge Requests
    33