glab-job-artifact - Man Page

Download all artifacts from the most recent pipeline.

Synopsis

glab job artifact   [flags]

Description

Downloads all artifacts from the most recent successful pipeline.

<refName> is a branch name, tag, or merge request reference. For a branch or tag, use the name directly. For a merge request pipeline, replace <iid> with the merge request IID and use the format that matches the pipeline type:

Options

-l, --list-paths[=false] Print the paths of downloaded artifacts.

-p, --path="./" Path to download the artifact files.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

Example

glab job artifact main build
glab job artifact main deploy --path="artifacts/"
glab job artifact main deploy --list-paths
glab job artifact refs/merge-requests/123/head build
glab job artifact refs/merge-requests/123/merge build

See Also

glab-job(1)

Referenced By

glab-job(1).

May 2026 Auto generated by spf13/cobra