table of contents
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1
- unstable 1.49.0-1+b1
glab(1) | glab(1) |
NAME¶
glab-ci-view - 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.
- '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 pipeline 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. 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¶
--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¶
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¶
Oct 2024 | Auto generated by spf13/cobra |