Skip to content

Commit 761cc23

Browse files
committed
Provide information to fully remove DDEV projects when activating travel-mode
1 parent 4b75e6f commit 761cc23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commands/host/travel-mode

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ if [ "$input" == "yes" ]; then
2727
echo "Deleting..."
2828
find "$PROJECTS" -type f -path '*/.ddev/.downloads/*' -delete
2929
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"
3035
else
3136
echo "You did not type 'yes'. Exiting..."
3237
exit 1

0 commit comments

Comments
 (0)