table of contents
other versions
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.53.0-1+b2
- unstable 1.53.0-1+b3
glab(1) | glab(1) |
NAME¶
glab-ci-delete - Delete a CI/CD pipeline
SYNOPSIS¶
glab ci delete [flags]
DESCRIPTION¶
Delete a CI/CD pipeline
OPTIONS¶
--dry-run[=false] simulate process, but do not delete anything
-s, --status="" delete pipelines by 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 or GROUP/NAMESPACE/REPO format or full URL or git URL
EXAMPLE¶
glab ci delete 34 glab ci delete 12,34,2 glab ci delete --status=failed
SEE ALSO¶
Sep 2023 | Auto generated by spf13/cobra |