Skip to content

zakandrewking/brainshare-osprey

Repository files navigation

Brainshare Osprey

atlas

atlas schema inspect -u "postgresql://postgres:[email protected]:54322/postgres?sslmode=disable" --format '{{ sql . }}' > schema.sql
atlas migrate diff create_blog_posts \
  --dir "file://migrations" \
  --to "file://schema.sql" \
  --dev-url "docker://mysql/8/example"