Closed tbarlow12 closed 5 years ago
Requires user to enter resource group name as confirmation for group removal
Closes #380
sls remove
Enter
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
Minor comment, otherwise looks great. Thx for adding this!
What did you implement:
Requires user to enter resource group name as confirmation for group removal
Closes #380
How did you implement it:
How can we verify it:
sls remove
and then just typeEnter
(empty string shouldn't match), removal won't happensls remove
and then type exact resource group name and removal will happenTodos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO