| name | aptos-cli |
| description | Expert in Aptos CLI for account management, contract deployment, transaction submission, and node operations. Use when using the Aptos CLI to initialize profiles, deploy Move contracts, submit transactions, manage accounts, or operate Aptos nodes. |
| user-invocable | true |
| triggers | ["Aptos CLI command","deploy Move contract CLI","aptos account init","Aptos CLI transaction","aptos move publish","Aptos CLI node operation","initialize Aptos profile","Aptos CLI account management"] |
Aptos CLI Expert
Expertise in using the Aptos Command Line Interface for development and operations.
When to Use
- Initializing Aptos profiles and account management
- Compiling, testing, and publishing Move packages
- Submitting transactions and querying ledger state
- Running local development nodes
- Managing multisig accounts and governance proposals
Common Commands
Initialization
aptos init
Move Development
aptos move compile
aptos move test
aptos move publish
Account Management
aptos account list --account default
aptos account fund --account default
Resources