You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran fin composer require docksal/blt-docksal and then ran fin blt recipes:docksal:project:init. My existing docksal init and init-site commands were clobbered and replaced. My docksal.yml and docksal.env files were also replaced.
We should look at making this process a little smarter to digest what is there, add what needs to be added to the docksal.yml and docksal.env files without replacing the existing files.
At bare minimum, it should be documented that this will happen. Fortunately, it's easy enough to compare and restore from my Git repo.
The text was updated successfully, but these errors were encountered:
I ran
fin composer require docksal/blt-docksal
and then ranfin blt recipes:docksal:project:init
. My existing docksal init and init-site commands were clobbered and replaced. Mydocksal.yml
anddocksal.env
files were also replaced.We should look at making this process a little smarter to digest what is there, add what needs to be added to the
docksal.yml
anddocksal.env
files without replacing the existing files.At bare minimum, it should be documented that this will happen. Fortunately, it's easy enough to compare and restore from my Git repo.
The text was updated successfully, but these errors were encountered: