List Applications
Examples
List active apps
eigenx app list
Output when no active apps:
No active apps found for developer 0xB4921D9F3eDEB4bFDfcDCA669860Ab965273dC71 (use --all to show terminated apps)
List all apps including terminated
eigenx app list --all
Use Cases
Inventory management
# See all your apps
eigenx app list --all
# Count running apps
eigenx app list | grep Running
Find application ID
# List to find the app ID you need
eigenx app list
# Copy app ID for other commands
eigenx app info app-1a2b3c4d
Cross-environment check
# Verify deployment across environments
eigenx app list --all
# Ensure prod apps are running
eigenx app list --env prod