Release 4.0.0
Breaking changes
- The output directory is now specified as an
--outputflag instead of a positional argument on the CLI. This meansget-node VERSION OUTPUTshould now beget-node --output=OUTPUT VERSION.
Features
- Add
--helpand--versionCLI flags - Add
--progressCLI flag - Add
--mirroroption - Improve CLI spinner
Bugs
- Fix error messages not printed correctly (50128cd)