Eliminate your workflow headaches

A powerful CLI tool designed to solve the chronic headache of managing complex development workflows.

See It In Action

Try editing the code below to see how simple it is to use Migraine.

# Install Migraine
brew install migraine

# Create a new workflow from a template
migraine workflow new

# Run a workflow with variables
migraine run my_workflow -v PROJECT_PATH=/path/to/project

# Execute specific actions
migraine run my_workflow -a deploy