File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,18 +118,18 @@ gitlab project list
118
118
gitlab project get --id=2
119
119
120
120
# get a list of snippets for this project:
121
- gitlab project-issue list --project_id =2
121
+ gitlab project-issue list --project-id =2
122
122
123
123
# delete a Snippet (id 3):
124
- gitlab project-snippet delete --id=3 --project_id =2
124
+ gitlab project-snippet delete --id=3 --project-id =2
125
125
126
126
# update a Snippet:
127
- gitlab project-snippet update --id=4 --project_id =2 --code=" My New Code"
127
+ gitlab project-snippet update --id=4 --project-id =2 --code=" My New Code"
128
128
129
129
# create a Snippet:
130
- gitlab project-snippet create --project_id =2
131
- Impossible to create object (Missing attribute(s): title, file_name , code)
130
+ gitlab project-snippet create --project-id =2
131
+ Impossible to create object (Missing attribute(s): title, file-name , code)
132
132
133
133
# oops, let's add the attributes:
134
- gitlab project-snippet create --project_id =2 --title=" the title" --file_name =" the name" --code=" the code"
134
+ gitlab project-snippet create --project-id =2 --title=" the title" --file-name =" the name" --code=" the code"
135
135
`````
You can’t perform that action at this time.
0 commit comments