Skip to content

Installation ​

Binaries and install scripts are published on GitHub:

Linux / macOS ​

bash
curl -fsSL https://migrata.io/install.sh | sh

Windows ​

Run the following in an administrator PowerShell terminal:

powershell
irm https://migrata.io/install.ps1 | iex

Verify Installation ​

Confirm the CLI installed correctly:

bash
migrata --version

Upgrading ​

Run the same install command for your platform. The script overwrites the existing binary with the latest version.

Docker Dependency ​

The --dev-image validation feature requires a running Docker daemon (Docker Desktop or compatible). All other features work without Docker.