A CLI tool for restoring MongoDB backups, built on top of the mongodb-restore library. Version 0.5.0 is the latest stable release. It supports restoring from BSON/JSON, options for dropping collections before restore, metadata (indexes etc.) restoration, and extraction from tar files. Similar to the official mongorestore but published as an npm package. The project appears to be a personal utility with infrequent updates. Release cadence is unknown; last publish likely years ago.
npm install mongodb-restore-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the CLI globally and runs a restore command targeting a local MongoDB instance, dropping existing collections and reading from a backup directory.
Consider using official mongorestore tool or a maintained alternative like mongodb-backup.
Be careful with PATH order or use fully qualified paths.
Run 'npm install -g mongodb-restore-cli' and ensure npm global bin directory is in PATH.
Upgrade Node.js to version 12 or later.
No dependency data recorded yet.