Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 434 Bytes

arango-migrate-example

A minimal example of how to use the arango-migrate cli tool.

How to use

docker compose up -d

cp .env.example .env

yarn install

yarn arango-migrate --up

yarn arango-migrate --list

yarn arango-migrate --init my_new_migration

yarn arango-migrate --up

Read the full documentation here