CLI reference
abx is the command-line interface to the toolkit. Run a command with npx abx <command>. This page
groups every command by lane. For the current flags of any command, run npx abx <command> --help.
Deploy and index
Sales and ownership
Metadata and hosting config
Code projects
Storage
Hosting
Node
Signing lanes
Every command that writes to the chain runs in one of three signing lanes:
--sign: sign in a browser wallet. Nothing is stored.--send: sign and broadcast with a hot key from the environment.--unsigned: print the raw transaction to sign elsewhere.
Add --dry-run to preview a write without sending it.