glab-ci-view - Man Page
View, run, trace/logs, and cancel CI/CD jobs 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.
'Enter' to toggle a job's logs or trace or display a child pipeline (trigger jobs are marked with a Ā»). Supports vi style bindings and arrow keys for navigating jobs and logs.
Options
-b, --branch="" Check pipeline status for a branch/tag. (Default is the current branch)
Options Inherited from Parent Commands
--help[=false] Show help for command
- -R, ā--repo="" Select another repository using the
OWNER/REPO
orGROUP/NAMESPACE/REPO
format or full URL or git URL
Example
glab pipeline ci view # Uses current branch glab pipeline ci view master # Get latest pipeline on master branch glab pipeline ci view -b master # just like the second example glab pipeline ci view -b master -R profclems/glab # Get latest pipeline on master branch of profclems/glab repo
See Also
Referenced By
Aug 2023 Auto generated by spf13/cobra