Skip to main content

environment

Manage deployment environments to switch between Mainnet and Sepolia testnet.

Available Commands

set

Switch to a different deployment environment.

Synopsis

eigenx env set [--yes] <environment>

Arguments

environment (string)

Environment name (sepolia or mainnet-alpha).

Options

--yes (boolean)

Skip confirmation prompts. Default is false.

list

List all available deployment environments.

Synopsis

eigenx environment list

show

Display the currently active deployment environment.

Synopsis

eigenx environment show

`