Skip to content

Aptos CLI Release v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 19:00
· 959 commits to main since this release
6a130c1
  • Marks Move 2 and compiler v2 as stable.
  • Adds new --move-2 flag to work with Move 2 without need for multiple other flags.
  • Adds aptos move lint to produce lint warnings for the current package. Only a few lint rules are implemented for now,
    but more are coming.
  • Adds aptos move fmt, which runs the Move formatter, movefmt, on the current package. Also adds
    aptos update movefmt. This installs / updates the movefmt binary.
  • Adds safe methods to delete a profile, to rename a profile, and to output the private key of a profile.