We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b64a47 commit a4e29f8Copy full SHA for a4e29f8
docs/cli.rst
@@ -174,12 +174,12 @@ Create a snippet:
174
175
.. code-block:: console
176
177
- $ gitlab project-snippet create --project-id=2
+ $ gitlab project-snippet create --project-id 2
178
Impossible to create object (Missing attribute(s): title, file-name, code)
179
180
$ # oops, let's add the attributes:
181
- $ gitlab project-snippet create --project-id=2 --title="the title" \
182
- --file-name="the name" --code="the code"
+ $ gitlab project-snippet create --project-id 2 --title "the title" \
+ --file-name "the name" --code "the code"
183
184
Define the status of a commit (as would be done from a CI tool for example):
185
0 commit comments