-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): add delete workflow run command #6273
Conversation
cli/cdsctl/workflow_run.go
Outdated
}, | ||
Args: []cli.Arg{ | ||
{ | ||
Name: "run-number", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i could be a variadic to delete more than one run in a single command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have nothing to do that with args on the cli.
Like the others command ( workflow stop etc.), it's still easy to write a for loop in bash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fake news !
CDS Report build-all-cds#17877.0 ✘
|
CDS Report build-all-cds#17894.0 ✘
|
CDS Report build-all-cds#17898.0 ✘
|
Kudos, SonarCloud Quality Gate passed! |
@ovh/cds