# gi-get-artifact Downloads GitLab artifacts. **Work in progress.** ## Example ```shell # 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] ```