I want to be able to run wasp update -m -p and update the existing files without having to rewrite everything. In the run-case of wasp update it would use the existing values inside of the files, as the default, and only update the fields which are edited.
There way be some logic we can employ to make this simpler for the user.
I want to be able to run
wasp update -m -pand update the existing files without having to rewrite everything. In the run-case ofwasp updateit would use the existing values inside of the files, as the default, and only update the fields which are edited.There way be some logic we can employ to make this simpler for the user.