#gitlab #api-bindings #download-artifact

app gi-get-artifact

Downloads Gitlab artifacts

1 unstable release

0.1.0 Jun 30, 2022

#91 in #gitlab

24 downloads per month

MIT license

15KB
152 lines

gi-get-artifact

Downloads GitLab artifacts. Work in progress.

Example

# Downloads tar.bz2, decompress and untar
gi-get-artifact [project_id] --file benches.tar.bz2 --untar bzip2

# Downloads tar.bz2 and save
gi-get-artifact [project_id] --file benches.tar.bz2

# Downloads all artifacts, do not unzip
gi-get-artifact [project_id]

Dependencies

~19–34MB
~554K SLoC