Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-ci-view - 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.

        Enter	to  toggle  through  a job's logs / traces, or display a child
	 pipeline.  Trigger jobs are marked with a .

        Esc or	q to close  the	 logs  or  trace,  or  return  to  the	parent
	 pipeline.

        Ctrl+R, Ctrl+P	to run,	retry, or play a job. Use Tab or arrow keys to
	 navigate the modal, and Enter to confirm.

        Ctrl+D	to cancel a job. If the	selected job isn't running or pending,
	 quits the CI/CD view.

        Ctrl+Q	to quit	the CI/CD view.

        Ctrl+Space  to	suspend	application and	view the logs. Similar to glab
	 ci trace.

        Supports vi style bindings and	arrow keys  for	 navigating  jobs  and
	 logs.

OPTIONS
       -b,  --branch=""	      Check  pipeline  status for a branch or tag. De-
       faults 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 ac-
       cepted.

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)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-ci-view&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help