serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

Allow for `--force` argument with remove #422

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

This is a Feature Proposal

Description

As I've been working on automated integration tests, one of the tests I'd like to run is sls remove. Currently, that requires user input to confirm deletion, and I'd like to be able to run sls remove --force.