A CLI tool for managing ArangoDB schema and data migrations using YAML files. Version 1.0.3, released as a stable CLI tool. It allows creating databases, users, collections, edge collections, indexes, and inserting default data via semver-named migration files. Differentiators: simple YAML-driven migrations, support for indexes and edge collections, and a `status` command to compare local files against applied migrations. Offers both local and global npm installs.
npm install arangomigrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Applies all YAML migration files from ./migration directory to an ArangoDB instance running at http://localhost:8529.
Use `arangomigration apply` instead of `arangomigration migrate`.
Pass --insert-data false to skip data insertion.
Always provide --username and --password (or use environment variables).
npm install -g arangomigration or use npx arangomigration
Create the ./migration directory or provide a valid path.
No dependency data recorded yet.