Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 351 Bytes

ridgepole-docker

Usage w/ whalebrew

DATABASE_URL=postgres://postgres:@host.docker.internal:5432/dbname

# export
ridgepole -o Schemafile -c $DATABASE_URL --export

# apply
ridgepole -o Schemafile -c $DATABASE_URL --apply

Installation

whalebrew install izumin5210/ridgepole