wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Stop and delete Wordup installation in Windows #9

Open indralukmana opened 4 years ago

indralukmana commented 4 years ago

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?

WindowsTerminal_WQWWNBPQDq

How do I remove the wordpress-playground installation from the list?

My setup:

shry commented 4 years ago

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.