@netpiedev/drift
v0.1.8
Published
Drift migration CLI wrapper for Node.js and Bun
Readme
@netpiedev/drift
Node.js/Bun wrapper for the Drift Go migration binary.
Usage
npx @netpiedev/drift migrate up
bunx @netpiedev/drift migrate upThe wrapper automatically downloads the right Drift binary from GitHub Releases and caches it locally.
Optional override:
DRIFT_BINARY_PATH=/absolute/path/to/drift npx @netpiedev/drift migrate up