A CLI migration utility for AWS resources built with oclif, version 1.0.18. This tool helps manage database migrations (up/down) and includes support for stage-based configuration. It is a specific-purpose tool for AWS resource migrations, not a general-purpose migration framework. The package ships TypeScript typings and requires Node >=8.0.0. As of 2025, the package has low weekly downloads and the last release was in 2020, indicating it is in maintenance or potentially abandoned.
npm install swallow-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import the library and use its programmatic API to initialize, run up/down migrations, and create new migration scripts.
Use `migrate up` instead of `swallow up`.
Run `migrate init` to create a basic configuration.
Upgrade Node.js to version 8 or higher.
Run `npm install -g swallow-cli` and ensure global npm bin is in PATH.
Run `migrate init` to generate a default configuration.
Add the 'stage' property to your .swallow.js configuration.
No dependency data recorded yet.