update

Update the CLI

This command can be used to update the CLI to the latest version. It is useful if you installed the CLI using the install script or by downloading the binary directly.

Usage

movement aptos update [OPTIONS]

Options

  • --repo-owner <REPO_OWNER> The owner of the repository to download the binary from. Default value is aptos-labs.

  • --repo-name <REPO_NAME> The name of the repository to download the binary from. Default value is aptos-core.

  • -h, --help Print help (see a summary with '-h').

  • -V, --version Print version.

Last updated