#gitlab #api-bindings #download-artifact

app gi-get-artifact

Downloads Gitlab artifacts

1 unstable release

0.1.0 Jun 30, 2022

#94 in #gitlab

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

~20–37MB
~572K SLoC