Stop and delete Wordup installation in Windows
Hi there,
I'm not sure if I'm doing things correctly. So, I've tried installing a wordup installation; then I tried to stop and delete it. But when I do wordup list the one I installed & deleted still listed, is this the expected behavior?

How do I remove the wordpress-playground installation from the list?
My setup:
- wordup-cli/0.7.2 win32-x64 node-v12.2.0
- OS: Windows 10
- NPM: 6.10.2
- Node: v12.2.0
Thank you for your question. This behavior is correct: wordup list shows you all your wordup projects on your system. If you have deleted a project from the filesystem you can run wordup list --clear. And it will return only existing wordup projects.
The wordup stop --delete command is a little bit confusing, because it only means that it will delete all docker related containers and volumes. Your project will not be deleted from the filesystem thats why its still in the list.