exoframejs / exoframe

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
https://exoframejs.github.io/exoframe/
1.13k stars 56 forks source link

Allow multiple IDS to be removed #291

Closed FDiskas closed 1 year ago

FDiskas commented 4 years ago

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

yamalight commented 4 years ago

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

FDiskas commented 4 years ago

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

exoframe list
exoframe rm backend frontend db
yamalight commented 1 year ago

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.