Skip to content

0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 22:19
d0786a6

Release Notes

Added

  • Show contract function call result and make it usable in scripts by only writing the result to stdout, and everything else will be printed to stderr (#177)
  • Use optimisticly latest nonce for the access key instead of the final one to avoid errors running commands one after the other (#176)

Fixed

  • fixed printing about saving the access key (#173)

Other

  • Added GitHub Actions installation instructions

Install near-cli-rs 0.3.2

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.3.2/near-cli-rs-v0.3.2-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/near/near-cli-rs/releases/download/v0.3.2/near-cli-rs-v0.3.2-installer.ps1 | iex

Download near-cli-rs 0.3.2

target kind download
aarch64-apple-darwin tarball near-cli-rs-v0.3.2-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball near-cli-rs-v0.3.2-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball near-cli-rs-v0.3.2-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball near-cli-rs-v0.3.2-x86_64-unknown-linux-gnu.tar.xz