Skip to content

Conversation

@MadelineAu
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
eigencloud-docs Ready Ready Preview Nov 28, 2025 4:41am

## Deploy without building (use existing image)

```bash
eigenx app deploy registry.io/user/myapp:latest --no-build
Copy link
Contributor

@shrimalmadhur shrimalmadhur Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's no flag called --no-build afaik. @solimander can you confirm?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked in the CLI and that flag doesn't exist. Have removed.

eigenx app deploy --env-file .env.mainnet

# Deploy to sepolia testnet
eigenx --environment sepolia app deploy --env-file .env.sepolia
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this command is wrong

eigenx --environment sepolia app deploy --env-file .env
Incorrect Usage: flag provided but not defined: -environment

NAME:
   eigenx - EigenX Development Kit

USAGE:
   eigenx [global options] command [command options]

COMMANDS:
   app               Manage projects
   auth              Manage authentication with private keys stored in OS keyring
   billing           Manage billing and subscription
   environment, env  Manage deployment environment
   version           Print the version of the EigenX CLI
   undelegate        Undelegate your account from the EIP7702 delegator
   upgrade           Upgrade eigenx binary
   telemetry         Manage telemetry settings
   help, h           Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --verbose, -v        Enable verbose logging (default: false)
   --enable-telemetry   Enable telemetry collection on first run without prompting (default: false)
   --disable-telemetry  Disable telemetry collection on first run without prompting (default: false)
   --help, -h           show help
2025/11/25 19:42:43 flag provided but not defined: -environment

Right command is

eigenx app deploy --env-file .env --environment sepolia
2025/11/25 19:43:14 app quota reached for sepolia (1/1). Please contact the Eigen team at eigencloud_support@eigenlabs.org for additional capacity

I would highly encourage you to use eigenx and check any commands you write to see if those works.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. And yes I should've run these myself - doing that now.

eigenx app deploy registry.io/user/myapp:latest --no-build
```

## CI/CD Pipeline Deployment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who's this CI for?

This won't work in practice unless all options are provided as flags. CI won't let user prompt and enter like in normal terminal

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't even think we need this in first place

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing.

sidebar_position: 3
---

On deployment, the project `.env` file is encrypted and securely injected into the TEE:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
On deployment, the project `.env` file is encrypted and securely injected into the TEE:
On deployment, the project's `.env` file is encrypted and securely injected into the TEE:

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


## Transaction fails: insufficient funds

Get Sepolia ETH:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or mainnet ETH if on mainnet-alpha environment

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added


## Image pull fails

Verify image exists and is accessible:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Verify image exists and is accessible:
Verify image exists and is publicly accessible:

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

shrimalmadhur
shrimalmadhur previously approved these changes Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants