1GIT-LAB-RAW(1) git-lab Manual GIT-LAB-RAW(1)
2
3
4
6 git-lab-raw - Process raw command args
7
8
10 git-lab raw [-h] [-p] [-a ARGUMENTS] endpoint
11
12
14 Execute a raw REST API endpoint using the following options.
15
16
18 -h, --help
19 Show help message and exit
20
21
22 endpoint
23 specify the REST api endpoint to call
24
25
26 -p, --post
27 Indicate this is a POST operation
28
29
30 -a ARGUMENTS, --arguments ARGUMENTS
31 json encoded dict of arguments i.e. --arguments
32 '{"state":"opened", "author_id":"user"}'
33
34
36 git-lab was written by Neil Horman <nhorman@redhat.com>.
37
38
40 The latest version of git-lab may be downloaded from
41 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
42
43
44
45git-lab 0.5 2020/03/12 GIT-LAB-RAW(1)