Releases: near/near-cli-rs
Releases · near/near-cli-rs
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
npm install near-cli-rs@0.15.1
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
npm install near-cli-rs@0.15.0
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
npm install near-cli-rs@0.14.3
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
npm install near-cli-rs@0.14.2
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
npm install near-cli-rs@0.14.1
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
npm install near-cli-rs@0.13.0
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
npm install near-cli-rs@0.12.0
Download near-cli-rs 0.12.0
0.11.1 - 2024-07-01
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
0.11.0 - 2024-06-19
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
0.10.2 - 2024-05-21
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