- Issue created by @freelock
It should be easy to remove all of the Drupal Flake from a project with a single command.
Create a "drupal-flake-uninstall" script in the devShell to clean up.
This script should:
- Delete the flake.* files, .envrc, .env.example, and .services/ files/directories/directory contents.
- With --delete-data, also delete .env, data/, logs/, and $DOCROOT/sites/default/settings.nix.php files.
It should then output instructions for removing the nix include from the settings.php file (or reverting in git).
Write script.
Active
Code