gi-get-artifact

Crates.iogi-get-artifact
lib.rsgi-get-artifact
version0.1.0
sourcesrc
created_at2022-06-30 04:05:48.760764
updated_at2022-06-30 04:05:48.760764
descriptionDownloads Gitlab artifacts
homepagehttps://gitlab.com/Kores/gi-get-artifact
repositoryhttps://gitlab.com/Kores/gi-get-artifact
max_upload_size
id616199
size53,559
Jonathan (JonathanxD)

documentation

https://docs.rs/gi-get-artifact/

README

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]
Commit count: 0

cargo fmt