Skip to content

Releases: near/near-cli-rs

0.3.1 - 2023-04-06

06 Apr 13:41
6713963
Compare
Choose a tag to compare

Release Notes

Other

  • Use custom GITHUB_TOKEN to be able to trigger follow up CI jobs
  • make a git tag with Release-plz, so it triggers binary release pipeline (#170)

Install near-cli-rs 0.3.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.3.1/near-cli-rs-v0.3.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.3.1/near-cli-rs-v0.3.1-installer.ps1 | iex

Download near-cli-rs 0.3.1

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

0.2.4

02 Apr 21:58
73943e2
Compare
Choose a tag to compare
  • Improved the interactive messages to provide more relevant context (major refactoring)
  • Enables using near-cli-rs as a library crate

0.2.3

13 Mar 21:03
e2c7fcb
Compare
Choose a tag to compare
  • Implemented self-update functionality (extension -> self-update) with an automatic latest version check on every other command execution.

0.2.2

19 Feb 07:57
767046f
Compare
Choose a tag to compare
feat(ci): Added macOS ARM64 (M1/M2) binary releases support (#164)

0.2.1

20 Dec 15:46
Compare
Choose a tag to compare

There are no breaking changes in this release.

New features:

  • Accounts can now be imported by simply specifying a seed-phrase or a private key (near-cli-rs will just record the private key in the key storage)
  • The actions that require sending a transaction can now sign the transaction by providing a seed-phrase (it is not getting recorded anywhere) or a JSON file with a private key corresponding to the signer account id
  • Interactive mode is now even better! You can also quit from CLI interactive mode by pressing Esc key

0.2.0

04 Dec 11:37
Compare
Choose a tag to compare

0.2.0 release is a major breaking change that adopted the new layout for the commands structure proposed here: https://github.com/near/near-cli-rs/blob/0.2.0/docs/NEW_NEAR_CLI_INTERFACE.md

Top-level commands are now resource-centric:

  • account - creation / import / deletion and key management
  • tokens - native, FT and NFT tools
  • contract - deployment and function execution
  • transaction - arbitrary complex transaction construction
  • config - cli configuration

0.2.0-pre.4

22 Oct 18:21
Compare
Choose a tag to compare
release: v0.2.0-pre.4

0.2.0-pre.3

10 Oct 21:33
8ef78b6
Compare
Choose a tag to compare
chore: Updated the dependencies to the most recent versions (#120)

0.2.0-pre.2

06 Oct 22:54
9b677f3
Compare
Choose a tag to compare
release: cut 0.2.0-pre.2 release with the new 0.15.x release of near-…

…* crates (#119)

0.2.0-pre.1

30 Sep 15:35
393bbf7
Compare
Choose a tag to compare
refactor: major revamp based on the new commands layout (#115)

Co-authored-by: FroVolod <frol_off@meta.ua>