glab-ci-view - Man Page

View, run, retry, and cancel CI/CD pipeline jobs.

Synopsis

glab ci view [] [flags]

Description

Supports viewing, running, tracing, and canceling jobs.

Use arrow keys to navigate jobs and logs.

Options

-b, --branch="" Check pipeline status for a branch or tag. Defaults to the current branch.

-p, --pipelineid=0 Check pipeline status for a specific pipeline ID.

-w, --web[=false] Open pipeline in a browser. Uses the default browser, or the browser specified in the BROWSER environment variable.

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

# Use the current branch
glab ci view

# View the latest pipeline on main
glab ci view main

# View the latest pipeline on main using a flag
glab ci view -b main

# View the latest pipeline on main for another project
glab ci view -b main -R myusername/myproject

See Also

glab-ci(1)

Referenced By

glab-ci(1).

Aug 2026 Auto generated by spf13/cobra