Release Notes
Changed
criticalup run
now behaves more similar to rustup run
and uv run
, allowing you to run
criticalup run $WHATEVER
and have the respective tool see the appropriate CriticalUp-managed tools
within the $PATH
(or equivalent). A --strict
flag was added to make it possible to ensure only
tools within the installation are run.
Added
- Added a
criticalup doc
command which opens the documentation of the relevant Ferrocene version.
- Release instructions to README.
- Subscription management docs.
Fixed
- Running Clean command now ensures that there are no leftover unused binary proxies.
Install criticalup 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.3.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.3.0/criticalup-installer.ps1 | iex"
Download criticalup 1.3.0