CLI for publishing Move modules to Aptos.
To use this CLI, you may install this crate via Cargo:
bash
cargo install aptos-publish
You should also have an Aptos CLI configuration file, which can be created using:
bash
aptos init
Run the following command to publish the module in the current directory:
bash
aptos-publish
License: Apache-2.0