Closed tbarlow12 closed 4 years ago
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.
sls remove
sls remove --force
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 runsls remove --force
.