⚠️ Uninstall a project
yarn cleanup
or npm run cleanup
yarn cleanup
or npm run cleanup
This command allows you to gracefully uninstall Create Magento App project.
Watch out!
You should not use this command! This is command description with how to use but we strongly recommend avoid using it.
It will remove Docker volumes (you will lose all data inside Redis, MySQL and ElasticSearch), run magento setup:uninstall
command and remove config files from the cache folder.
Command options
-f, --force
-f, --force
Cleanup will remove Magento files and CMA cache. The folder will remove to initial structure.
Usage example
Add new line to package.json
:
package.json
Now use it as normal:
Last updated