Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.6.1 - 2023-10-09
Release Notes
Added
- Added a new command to manage BOS profile in SocialDB (#231)
- Provide a relevant faucet error message when helper API server returns an error (#243)
Other
- Exposed sponsor_by_faucet_service module to re-use in "cargo-near" (#246)
Install near-cli-rs 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.6.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.6.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.6.1
Download near-cli-rs 0.6.1
0.6.0 - 2023-09-28
Release Notes
Added
- New command export-account (#226)
- [breaking] Added system keychain support for windows & linux, so now all major desktop operating systems are supported! (#232)
- order networks selection based on the selected account id (bubble up more relevant networks) (#225)
Fixed
- CLI must return a non-zero exit code when function call (as-transaction) fails (#238)
- legacy view-function call with --base64 was not recognized (#237)
- self update is now pointing to the right archive name (#234)
Other
- Upgraded cargo-dist to 0.3.0 version to enable MSI Windows installer, and binary artifacts on every PR (#241)
- Switch to near-gas crate (#240)
- New command to view contract storage state (#239)
Install near-cli-rs 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.6.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.6.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.6.0
Download near-cli-rs 0.6.0
0.5.2 - 2023-08-17
Release Notes
Added
- Select your account when prompted interactively (#224)
- Allow to specify a custom Web Wallet URL when importing account (default to MyNearWallet) (#218)
Other
- Upgrade cargo-dist to 0.1.0 release (#229)
Install near-cli-rs 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.5.2/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.5.2/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.5.2
Download near-cli-rs 0.5.2
0.5.1 - 2023-06-07
Release Notes
Added
- New
transaction sign-transaction
command [useful in combination with ... sign-later
and transaction send-signed-transaction
commands] (#215)
Other
- Upgraded NEAR crates to 0.17.0 release (#216)
Install near-cli-rs 0.5.1
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.5.1/near-cli-rs-v0.5.1-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.5.1/near-cli-rs-v0.5.1-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.5.1
Download near-cli-rs 0.5.1
0.5.0 - 2023-06-05
Release Notes
Added
- New offline mode allows to prepare transactions on devices that are not connected to the Internet (#209)
Fixed
- Add support for no-args view-function calls for legacy JS CLI
view
command (#213)
Install near-cli-rs 0.5.0
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.5.0/near-cli-rs-v0.5.0-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.5.0/near-cli-rs-v0.5.0-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.5.0
Download near-cli-rs 0.5.0
0.4.3 - 2023-06-02
Release Notes
Added
- New command to send a signed transaction [potentially constructed offline] (#206)
- Extended access-key deletion with an option to delete multiple keys in a single transaction (#207)
Other
- Updated dependencies to the most recent versions
Install near-cli-rs 0.4.3
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.4.3/near-cli-rs-v0.4.3-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.4.3/near-cli-rs-v0.4.3-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.4.3
Download near-cli-rs 0.4.3
0.4.2 - 2023-05-26
Release Notes
Added
Install near-cli-rs 0.4.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.4.2/near-cli-rs-v0.4.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.4.2/near-cli-rs-v0.4.2-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.4.2
Download near-cli-rs 0.4.2
0.4.1 - 2023-05-22
Release Notes
Fixed
- Added extra space at the beginning of a line in interactive queries (#196)
Other
- Added a guide on
send-meta-transaction
(#192)
Install near-cli-rs 0.4.1
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.4.1/near-cli-rs-v0.4.1-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.4.1/near-cli-rs-v0.4.1-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.4.1
Download near-cli-rs 0.4.1
0.4.0 - 2023-05-02
Release Notes
Added
- Meta-Transactions support (#189)
- Support for adding key from Ledger hardware wallet (#188)
Fixed
- fixed call function with non-JSON arguments being incorrectly displayed as
null
(#187)
- pass right token to release-plz action (#185)
Install near-cli-rs 0.4.0
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.4.0/near-cli-rs-v0.4.0-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.4.0/near-cli-rs-v0.4.0-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.4.0
Download near-cli-rs 0.4.0
0.3.5 - 2023-04-21
Release Notes
Fixed
- Fixed self-update to use the proper archive name generated by cargo-dist
Install near-cli-rs 0.3.5
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.5/near-cli-rs-v0.3.5-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.5/near-cli-rs-v0.3.5-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-cli-rs@0.3.5
Download near-cli-rs 0.3.5