fermyon / cloud-plugin

A Spin plugin for the Spin CLI for managing Spin apps in Fermyon Cloud.
https://developer.fermyon.com/cloud/
Apache License 2.0
8 stars 13 forks source link

Ask for confirmation when deleting apps #200

Open mikkelhegn opened 5 months ago

mikkelhegn commented 5 months ago

I was surprised that the cli didn't ask for confirmation when deleting an application. spin cloud app delete <name>. I had expected a pattern similar to asking for confirmation providing the app name, which I believe is what happens when you delete KV-stores.

Providing an explicit opt-out with -a --accept or somthing like that would be nice.