exoframe icon indicating copy to clipboard operation
exoframe copied to clipboard

Allow multiple IDS to be removed

Open FDiskas opened this issue 5 years ago • 2 comments
trafficstars

Ref: https://github.com/exoframejs/exoframe/blob/568969c73132e644391e21ba8defaf429589b4d8/src/commands/remove.js#L8

FDiskas avatar Apr 25 '20 13:04 FDiskas

That sounds like a pretty dangerous operation that might result in some unwanted removals. What would be the use case?

yamalight avatar Apr 27 '20 11:04 yamalight

If I have backend and frontend also a database and want to drop that experiment. Use case:

exoframe list
exoframe rm backend frontend db

FDiskas avatar Apr 27 '20 21:04 FDiskas

I did some more thinking and think that this is a bad idea to add to core. Not only does this significantly increases complexity, it will also require adding confirmations, checks and separate error handling. I think using shell scripts / pipe for that would be better. Closing this.

yamalight avatar May 08 '23 13:05 yamalight