Appearance
Installation
Binaries and install scripts are published on GitHub:
Linux / macOS
bash
curl -fsSL https://migrata.io/install.sh | shWindows
Run the following in an administrator PowerShell terminal:
powershell
irm https://migrata.io/install.ps1 | iexVerify Installation
Confirm the CLI installed correctly:
bash
migrata --versionUpgrading
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.