Release Notes
Features
- (cli) wrap the reports to a width the caller chooses - (ecd96ad) - Josey Morton
- (cli) expose the parser and renderer to the browser - (767fcc8) - Josey Morton
Refactoring
- (cli) split the parse tree and renderer into salvor-cli-core - (1c18362) - Josey Morton
- move the pure view types down into the replay leaf - (a3d3eca) - Josey Morton
Install salvor-cli 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.7.0/salvor-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.7.0/salvor-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install joseym/tap/salvor
Install prebuilt binaries into your npm project
npm install @salvor-run/cli@0.7.0
Download salvor-cli 0.7.0