Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Prompt when creating a new app in a folder already hosting a .nexmo-app #207

Open pardel opened 4 years ago

pardel commented 4 years ago

Steps to reproduce

In a folder that already contains a .nexmo-app file:

`nexmo app:create`

Suggestion

Give the user a chance to prevent a .nexmo-app file from being overwritten. Maybe we should have a prompt right at the beginning of the interactive mode and a --overwrite otherwise.