Aptos CLI Release v2.0.2
github-actions
released this
06 Jul 20:47
·
3700 commits
to main
since this release
Changelog
[2.0.2] - 2023/07/06
Added
- Added account lookup by authentication key
- Example:
account lookup-address --auth-key {your_auth_key}
- Example:
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
- Example:
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
- Installation instructions page
- Managed install
- macOS: Install with brew
- Linux / Windows: install with a python script for other platforms