glab-ci-list - Man Page
Get the list of CI/CD pipelines
Synopsis
glab ci list [flags]
Description
Get the list of CI/CD pipelines
Options
-o, --orderBy="" Order pipeline by
-p, --page=1 Page number
-P, --per-page=30 Number of items to list per page.
--sort="desc" Sort pipeline by {asc|desc}.
-s, --status="" Get pipeline with status: {running|pending|success|failed|canceled|skipped|created|manual}
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 ci list glab ci list --status=failed
See Also
Referenced By
Mar 2023 Auto generated by spf13/cobra