| Crates.io | gi-get-artifact |
| lib.rs | gi-get-artifact |
| version | 0.1.0 |
| created_at | 2022-06-30 04:05:48.760764+00 |
| updated_at | 2022-06-30 04:05:48.760764+00 |
| description | Downloads Gitlab artifacts |
| homepage | https://gitlab.com/Kores/gi-get-artifact |
| repository | https://gitlab.com/Kores/gi-get-artifact |
| max_upload_size | |
| id | 616199 |
| size | 53,559 |
Downloads GitLab artifacts. Work in progress.
# 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]