github moonrepo/proto v0.44.0
0.44.0

latest releases: v0.44.1, proto_core-v0.44.1, proto_codegen-v0.2.1...
3 days ago

Release Notes

This is a unique release that focused primarily on cleaning up our current commands, either by removing arguments, or merging functionality. On top of that, we've refactored all the terminal output using a new UI library powered by iocraft. Read the blog post for more information!

💥 Breaking

  • Removed the proto list and proto list-remote commands, use proto versions instead.
  • Removed the --global option from proto alias, unalias, pin, and unpin, use --to or --from instead.
  • Removed the --purge option from proto clean, use proto uninstall instead.
  • Removed the --purge-plugins option from proto clean, use proto clean plugins instead.

🚀 Updates

  • Implemented a new terminal user interface (TUI) and output style for all commands.
  • Added a --yes option to proto outdated, that skips confirmation prompts.
  • Added a --json option to proto clean, to capture the cleaned result as JSON.
  • Added a new command, proto versions <tool>, that lists all available remote and installed versions/aliases.
  • Updated proto clean to accept a target in which to clean as the 1st argument. For example, proto clean cache.
  • Moved the --json and --yes options into global options.

🧩 Plugins

  • Updated python_tool to v0.12.2.
    • Switched to astral-sh/python-build-standalone from indygreg/python-build-standalone for pre-built images.

Download proto_cli 0.44.0

File Platform Checksum
proto_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
proto_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
proto_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
proto_cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
proto_cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
proto_cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
proto_cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Don't miss a new proto release

NewReleases is sending notifications on new releases.