zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.1k stars 351 forks source link

add confirmation and force mode for more dangerous eskip operations #98

Open aryszka opened 8 years ago

LappleApple commented 8 years ago

Any way to open this up to other contributors?

lmineiro commented 8 years ago

Some of the eskip command line tool are destructive, namely, delete, reset and upsert

The idea is to protect those calls with a user confirmation or accept a --force flag for scripts that may use the tool.

It's low priority although it can break backwards compatibility for scripts already using it.

aryszka commented 8 years ago

i vote for the unix way to be default :)