glab-ci-cancel-pipeline - Cancel CI/CD pipelines.
glab ci cancel pipeline [flags]
Cancel CI/CD pipelines.
|
--dry-run[=false] |
Simulates process, but does not cancel anything. |
|
-h, --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. |
$ glab ci cancel
pipeline 1504182795
$ glab ci cancel pipeline 1504182795,1504182796
$ glab ci cancel pipeline "1504182795 1504182796"
$ glab ci cancel pipeline 1504182795,1504182796
--dry-run
glab-ci-cancel(1)