Skip to content

Aptos CLI Release v2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 20:47
· 3700 commits to main since this release
c9b4e4a

Changelog

[2.0.2] - 2023/07/06

Added

  • Added account lookup by authentication key
    • Example: account lookup-address --auth-key {your_auth_key}

Updated

  • Updated CLI source compilation to use rust toolchain version 1.7.0 (from 1.66.1).
  • Set 2 seconds timeout for telemetry

Removed

  • init command from config subcommand is removed. Please use init from the root command.
    • Example: aptos config init -> aptos init

Fixed

  • Panic issue when running aptos move test is fixed - GitHub issue #8516

Instructions

Update instructions

If you have already installed the CLI:

  • With brew: brew upgrade aptos
  • With the prepackaged CLI: aptos upgrade

Installation instructions