docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Add bin/yq and remove parseYaml function in bin/start

Open rangerz opened this issue 2 years ago • 1 comments

  • Finally removed unreadable parseYaml bash function
  • yq 4 can be used to merge yaml files in the future 💡💡💡

rangerz avatar May 18 '23 05:05 rangerz

PR Summary

  • Switch to yq for start script parsing The start script has been updated to use yq instead of parseYaml for improved handling.

  • Add yq wrapper in bin directory A new file, bin/yq, has been added as a wrapper for the mikefarah/yq Docker image to facilitate its use in the project.

what-the-diff[bot] avatar May 18 '23 05:05 what-the-diff[bot]