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