Open
Description
Feature Request
Environment
Any
Desired Feature
Add a way to remove existing files/directories/links.
Other Information
I don't have a use case in mind, and it's not clear that removal of a file shipped with the OS is a common operation. But it might be good to include this for completeness. The main use might be for overriding a parent config.
It doesn't really make sense to add a shouldExist
property to each of files/directories/links, since deleting an inode shouldn't require knowing its type. But adding a list of whiteouts/things-to-delete also seems awkward.
I don't think this functionality is critical for 3.0.