Release Notes
💥 Breaking
- Removed
proto global
, useproto pin --global
instead. - Removed
proto local
, useproto pin
instead.
🚀 Updates
- Added a
proto outdated
command that'll check for new versions of configured tools. - Added a
proto pin
command, which is a merge of the oldproto global
andproto local
commands. - Added a
pin-latest
setting to~/.proto/config.toml
that'll automatically pin tools when they're being installed with the "latest" version. - Updated
proto install
to auto-clean stale plugins after a successful installation.
⚙️ Internal
- Added
PROTO_WASM_LOG
environment variable to toggle the logging of messages from Extism and WASM plugins. Useful for debugging.
Download proto_cli 0.19.0
File | Platform | Checksum |
---|---|---|
proto_cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
proto_cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
proto_cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
proto_cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |