Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.17.0 - 2024-12-16
Release Notes
Added
- Added the ability to send a signed meta-transaction from a file (#428)
- Added the ability to send a signed transaction from a file (#412)
- Added the ability to use TEACH ME mode to create an account with a faucet service sponsor (#407)
Fixed
- Fixed field name for JSON file with transaction information (signed-transaction-info.json) (#427)
Other
- add CODEOWNERS (#426)
- print searched location on miss on sign-with-legacy-keychain (#422)
- [breaking] updates near-* dependencies to 0.28 release (#423)
Install near-cli-rs 0.17.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.17.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/near/near-cli-rs/releases/download/v0.17.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.17.0
0.16.1 - 2024-12-06
Release Notes
Added
- Added the ability to save payload for broadcast_tx_commit (#413)
- Get the final CLI command into the shell history with a small helper setup (#415)
- Trace configuration for loading wait indicators and --teach-me flag moved to library (#417)
- add to devtools workflow
Install near-cli-rs 0.16.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.16.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/near/near-cli-rs/releases/download/v0.16.1/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.16.1
0.16.0 - 2024-11-18
Release Notes
Other
- [breaking] updates near-* dependencies to 0.27 release (#414)
Install near-cli-rs 0.16.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.16.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.16.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.16.0
0.15.1 - 2024-09-11
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
Download near-cli-rs 0.15.1
0.15.0 - 2024-09-02
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
Download near-cli-rs 0.15.0
0.14.3 - 2024-08-21
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
Download near-cli-rs 0.14.3
0.14.2 - 2024-08-21
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
Download near-cli-rs 0.14.2
0.14.1 - 2024-08-15
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
Download near-cli-rs 0.14.1
0.13.0 - 2024-07-30
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
Download near-cli-rs 0.13.0
0.12.0 - 2024-07-09
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
Download near-cli-rs 0.12.0