Skip to content

Commit 375b29d

Browse files
committed
docs(cli): add example for job artifacts download
1 parent 0733ec6 commit 375b29d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/cli-usage.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ Define the status of a commit (as would be done from a CI tool for example):
313313
--target-url http://server/build/123 \
314314
--description "Jenkins build succeeded"
315315
316+
Download the artifacts zip archive of a job:
317+
318+
.. code-block:: console
319+
320+
$ gitlab project-job artifacts --id 10 --project-id 1 > artifacts.zip
321+
316322
Use sudo to act as another user (admin only):
317323

318324
.. code-block:: console

0 commit comments

Comments
 (0)