glab-ci-view - Man Page

View, run, trace, log, and cancel CI/CD job's current pipeline.

Synopsis

glab ci view [branch/tag] [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.

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

Options Inherited from Parent Commands

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

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# Uses current branch
$ glab pipeline ci view

# Get latest pipeline on main branch
$ glab pipeline ci view main

# just like the second example
$ glab pipeline ci view -b main

# Get latest pipeline on main branch of profclems/glab repo
$ glab pipeline ci view -b main -R profclems/glab

See Also

glab-ci(1)

Referenced By

glab-ci(1).

Sep 2025 Auto generated by spf13/cobra