We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b75e6f commit 761cc23Copy full SHA for 761cc23
commands/host/travel-mode
@@ -27,6 +27,11 @@ if [ "$input" == "yes" ]; then
27
echo "Deleting..."
28
find "$PROJECTS" -type f -path '*/.ddev/.downloads/*' -delete
29
echo "Deletion complete."
30
+ echo
31
+ echo "To fully remove all projects type:"
32
+ echo "ddev delete --all --clean-containers --omit-snapshot"
33
+ echo "to delete all DDEV projects and their databases."
34
+ echo "Pass -y if you don't want to be asked about every project"
35
else
36
echo "You did not type 'yes'. Exiting..."
37
exit 1
0 commit comments