We should allow the fluvio [topic, smart-module, connectors, etc...] delete to accept multiple names.
The intended outcome is that each of the names listed get deleted, as opposed to 1 command per resource.
Unless there are strong feelings for a different default behavior, in the event of an error, we should return an error to stderr, and exit on the first encounter. But if we provide a flag, something like --force or --continue-on-error, then cycle through all the names.
We should allow the
fluvio [topic, smart-module, connectors, etc...] deleteto accept multiple names.The intended outcome is that each of the names listed get deleted, as opposed to 1 command per resource.
Unless there are strong feelings for a different default behavior, in the event of an error, we should return an error to stderr, and exit on the first encounter. But if we provide a flag, something like
--forceor--continue-on-error, then cycle through all the names.