shoenig / marathonctl

marathonctl is a CLI tool for Marathon
MIT License
100 stars 26 forks source link

"Use the force" to destroy an app #37

Open xavierhardy opened 7 years ago

xavierhardy commented 7 years ago

Could you add a --force option to the app destroy command, please?

request failed, details:
{
"message": "App is locked by one or more deployments. Override with the option '?force=true'. View details at '/v2/deployments/'.",
"deployments": [
{
"id": "666c578f-a8e6-42fc-aa0b-4ed0b0e33d42"
}
]
}

Thanks in advance