Skip to main content

Monitoring Commands

Monitor your deployed applications with commands to list apps, view detailed information, and stream logs in real-time.

Commands Overview

CommandDescription
eigenx app listList all your deployed apps
eigenx app info [app-id|name]Show detailed app information
eigenx app logs [app-id|name]View application logs

eigenx app list

List all applications deployed under your account in the current environment.

Syntax

eigenx app list [command options]

Flags

FlagDescription
--allShow all apps including terminated ones
--address-count <value>Number of addresses to fetch (default: 1)

eigenx app info

Display detailed information about a specific application.

Syntax

eigenx app info [command options] [app-id|name]

Arguments

ArgumentDescriptionRequired
app-id|nameApplication ID or friendly nameNo (prompts if not provided)

Flags

FlagDescription
--address-count <value>Number of addresses to fetch (default: 1)
--environment <env>Deployment environment to use
--rpc-url <url>RPC URL to connect to blockchain

eigenx app logs

View application logs from your TEE instance.

Syntax

eigenx app logs [command options] [app-id|name]

Arguments

ArgumentDescriptionRequired
app-id|nameApplication ID or friendly nameNo (prompts if not provided)

Flags

FlagDescription
--watch, -wContinuously fetch and display updates
--environment <env>Deployment environment to use
--rpc-url <url>RPC URL to connect to blockchain