Skip to content

v1.0.0-rc-002

Latest

Choose a tag to compare

@AngelMunoz AngelMunoz released this 17 Jun 01:09
· 5 commits to vnext since this release

What's Changed

Installation scripts

Migrondi has always been intended to run standalone, no dotnet required, so if you're a JS/TS/Ruby/PHP/Go/Rust (whatever works for you) developer and don't need or are interested at all in dotnet you're still able to enjoy the benefits of migrondi.

Give it a try to the installation scripts

Linux/Mac

curl -fsSL https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.sh | bash

Windows

iwr https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.ps1 -UseBasicParsing | iex

Keep in mind that by default both scripts will try to add MIGRONDI_HOME env var, as well as add it to your PATH via the profile file (.bashrc, .zshrc, $profile (for powershell)), to avoid that please use the following parameter

  • linux/mac --no-profile
  • powershell -NoProfile

you would need to then manually add to the path if that were the case, for more info check the README

Full Changelog: v1.0.0-beta-014...v1.0.0-rc-002