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:
$ kn service delete echo helloworld foo
requires the service name.
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.
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.