Skip to main content

Usage

Subcommands

deploy track

Record a contract deployment for tracking across environments.
Deployments are saved to deployments.json in the project root.

deploy list

List all tracked deployments with optional filters.

deploy export

Export the deployment manifest in different formats.
env format outputs environment variables:
markdown format outputs a table:

deploy multi

Prepare deployment to multiple networks in sequence.

deploy diff

Compare contract deployments across two networks.
Shows which contracts exist on each network and highlights differences.

Examples

Track a deployment after deploying to Arbitrum:
Compare staging vs production:
Export addresses for frontend:
Multi-chain dry run: