Skip to content

Releases: near/near-cli-rs

0.15.1 - 2024-09-11

11 Sep 17:57
98960d5
Compare
Choose a tag to compare

Release Notes

Other

  • updates near-* dependencies to 0.26 release (#405)

Install near-cli-rs 0.15.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.15.1/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.15.1

Download near-cli-rs 0.15.1

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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.15.0 - 2024-09-02

02 Sep 09:17
fe66239
Compare
Choose a tag to compare

Release Notes

Added

  • UX improvement for signing with Ledger - automatically open a near-app on Ledger device before calling methods (#403)
  • Extended --teach-me mode: async account details fetching RPC methods are also covered now (#389)

Other

  • Updated near-* dependencies to 0.25.0 (matching nearcore 2.1 release) (#401)

Install near-cli-rs 0.15.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.15.0/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.15.0

Download near-cli-rs 0.15.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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.14.3 - 2024-08-21

21 Aug 18:33
e2e18bf
Compare
Choose a tag to compare

Release Notes

Fixed

  • Fixed the fallback legacy keychain path (#398)

Install near-cli-rs 0.14.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.14.3/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.14.3

Download near-cli-rs 0.14.3

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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.14.2 - 2024-08-21

21 Aug 11:02
9e3613b
Compare
Choose a tag to compare

Release Notes

Added

  • Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build (#397)
  • Prioritize searching an access key in the signer account subfolder (///*.json) in legacy keychain and then fallback to //.json instead of the other way around (#396)

Other

  • Fixed the one-liner curl installation command

Install near-cli-rs 0.14.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.14.2/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.14.2

Download near-cli-rs 0.14.2

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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.14.1 - 2024-08-15

15 Aug 14:54
Compare
Choose a tag to compare

Release Notes

Fixed

  • Fixed native operating system keychain support that got broken with 0.14.0 release (#392)
  • Require at least one access key to be selected in interactive mode when deleting a key (#385)
  • Handle delegated stake errors gracefully and display a warning message instead of failing the view-account-summary command completely (#382)
  • Entering the name of the function in interactive mode (#379)
  • Fixed a typo in inspect output about missing ABI support (#374)

Other

  • removed media from the package (#388)
  • updated near-* to 0.24.0, bumped up rust version (#381)
  • Added videos to the README for installation process on Windows (#378)
  • Cleaned up error message reporting by disabling env section of color_eyre report (#380)

Install near-cli-rs 0.14.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.14.1

Download near-cli-rs 0.14.1

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

0.13.0 - 2024-07-30

30 Jul 15:33
fd3ab99
Compare
Choose a tag to compare

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

0.12.0 - 2024-07-09

09 Jul 22:13
4049c98
Compare
Choose a tag to compare

Release Notes

Added

  • Cover all commands from near-cli JS with the new near-cli-rs suggestions for full compatibility (#345)
  • Added the ability to select HD Path from the ledger (#362)
  • Added loading indicators for "transaction" group commands and improved the prompt messages (#358)

Install near-cli-rs 0.12.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.12.0

Download near-cli-rs 0.12.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

0.11.1 - 2024-07-01

02 Jul 17:47
c0d5f91
Compare
Choose a tag to compare

Release Notes

Added

  • Added loading indicators for "contract" group commands (#357)
  • Added loading indicators for "staking" group commands (#356)
  • Added loading indicators for "tokens" group commands (#355)
  • Added loading indicators for "accounts" group commands (#352)

Other

  • replace ed25519-dalek 1 -> 2 major version (#359)

Install near-cli-rs 0.11.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.11.1

Download near-cli-rs 0.11.1

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

0.11.0 - 2024-06-19

20 Jun 09:54
f36b8de
Compare
Choose a tag to compare

Release Notes

Added

  • Added loading indicators to wait for the view-account-summary command (#349)
  • Added loading indicators to wait for the create-account (sponsor-by-faucet-service) command (#339)

Fixed

  • Do not fail view-account-summary command if we could not retrieve access keys list (#344)

Other

  • [breaking] upgraded near-dependencies to the 0.23 version (#350)
  • Provide instructions that help to resolve a problem with missing keychain (#347)

Install near-cli-rs 0.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.11.0

Download near-cli-rs 0.11.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

0.10.2 - 2024-05-21

21 May 20:24
0bf45b3
Compare
Choose a tag to compare

Release Notes

Fixed

  • Wrong console command for adding Function-Call key with unlimited allowance (#342)
  • Fallback to non-auto-suggesting input of the keys to be deleted in interactive mode in offline mode or if there is a connectivity issue (#338)

Install near-cli-rs 0.10.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.10.2

Download near-cli-rs 0.10.2

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