-
Notifications
You must be signed in to change notification settings - Fork 263
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
Consider supporting multiple NAMEs on some commands #317
Comments
This is needed, I have to clean my dev environment, it needed multiple I think we should implement this for
This is bug. |
/assign |
@daisy-ycguo just wanted to double check you're not working on multiple names on revision delete I'd be up to work on it revision delete and trigger delete. I checked the rest of the commands in kn and it doesn't seem like there are any others that multiple arguments really make sense. (I guess there might be a case of updating multiple services at a time, though it'd be pretty tricky) |
/assign |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
I'd like to work on this issue. |
/reopen |
@duglin: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
#1217 doesn't actually address this (at least I don't think it does) |
I missed that this was done before #1217 at least for delete |
@duglin: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In what area(s)?
Classifications:
/kind feature
/kind proposal
Describe the feature:
It would be nice if some commands supported multiple resource names to make life easier for people. For example, I was cleaning up my env and I tried this:
and it died because it wasn't expecting more than one service name. It would be nice if we could support multiple NAMEs on certain commands where it makes sense.
It's also kind of an odd error message right now. I would have expected something more like
only one service name is allowed
, not a message implying I didn't specify any at all.The text was updated successfully, but these errors were encountered: