Deploy Existing Project
You don't need to use eigenx app create if you have an existing project. The CLI works with any Docker-based project:
1. Navigate to your project
cd my-existing-project
2. Create .env if needed
touch .env
Add your environment variables.
3. Deploy
Ensure you have a Dockerfile and .env. The CLI will prompt if not found.
eigenx app deploy
5. Add TLS if needed
eigenx app configure tls
For more information, refer to Configure TLS.