#cli #aptos #account #move

bin+lib aptos-publish

CLI for publishing Move modules to Aptos

2 releases

0.1.2 Jul 23, 2022
0.1.1 Jul 7, 2022

#17 in #aptos

30 downloads per month
Used in aptos-upload

Apache-2.0

75KB
945 lines

aptos-publish

CLI for publishing Move modules to Aptos.

Setup

To use this CLI, you may install this crate via Cargo:

cargo install aptos-publish

You should also have an Aptos CLI configuration file, which can be created using:

aptos init

Usage

Run the following command to publish the module in the current directory:

aptos-publish

License: Apache-2.0


lib.rs:

CLI for publishing Move modules to Aptos.

Setup

To use this CLI, you may install this crate via Cargo:

cargo install aptos-publish

You should also have an Aptos CLI configuration file, which can be created using:

aptos init

Usage

Run the following command to publish the module in the current directory:

aptos-publish

Dependencies

~91MB
~2M SLoC