scandipwa / create-magento-app

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!
https://docs.create-magento-app.com
Open Software License 3.0
31 stars 20 forks source link

Add DRY flag to start command #149

Open ejnshtein opened 1 month ago

ejnshtein commented 1 month ago

Is your proposal related to a problem?

We need to add a start command flag to run start DRY, or practice run, where we show what we will do but will not do it. good article on the topic

This is an industry-standard for complex systems and allows one to spot issues without committing changes.