Skip to content
This repository was archived by the owner on Nov 1, 2019. It is now read-only.
This repository was archived by the owner on Nov 1, 2019. It is now read-only.

Merge all scripts into single executable #25

@socketwench

Description

@socketwench

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions