Skip to content

0.13.0 - 2024-07-30

Compare
Choose a tag to compare
@frol frol released this 30 Jul 15:33
· 23 commits to main since this release
fd3ab99

Release Notes

Added

  • Automatically exec legacy JS CLI commands for full backward compatibility (#366)
  • Added the ability to use the TEACH-ME mode (#360)
  • Added a new subcommand to edit configuration parameters (#367)

Fixed

  • Fixed the fallback implementation of fetching active staking pools (#369)

Other

  • Fixed typos in user prompts and the guide (#372)

Install near-cli-rs 0.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.13.0/near-cli-rs-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/near/near-cli-rs/releases/download/v0.13.0/near-cli-rs-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.13.0

Download near-cli-rs 0.13.0

File Platform Checksum
near-cli-rs-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
near-cli-rs-x86_64-apple-darwin.tar.gz Intel macOS checksum
near-cli-rs-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
near-cli-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum