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
{{ message }}
This repository was archived by the owner on Nov 1, 2019. It is now read-only.
This is an idea I've been toying with for a while. Instead of having a bunch of scripts under .dropwhale, we could instead merge them together in a single executable that can do everything:
Another project, http://hedron.sh/, uses something like this to manage their Docker processes. The downside is their project is composerable, and requires a host-installed PHP to run. I'd rather avoid that and keep everything inside the container.
The unified executable could be just shell scripting, or something using Python2 for maximum system compatibility.
This is an idea I've been toying with for a while. Instead of having a bunch of scripts under .dropwhale, we could instead merge them together in a single executable that can do everything:
dropwhale install
dropwhale start
dropwhale drush
dropwhale run-tests
Another project, http://hedron.sh/, uses something like this to manage their Docker processes. The downside is their project is composerable, and requires a host-installed PHP to run. I'd rather avoid that and keep everything inside the container.
The unified executable could be just shell scripting, or something using Python2 for maximum system compatibility.