eve-se-index
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEve SE Index (Load First)
Eve SE 索引(优先加载)
Use this skill as the entry point for Eve SE. It routes to the correct skill for the task.
将此技能作为Eve SE的入口点。它会根据任务引导您找到对应的正确技能。
Scope
适用范围
Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself.
Eve SE 面向使用Eve部署和运行应用的开发者。它不涵盖Eve平台自身的运维操作。
Quick Routing
快速路由
| Need | Load this skill |
|---|---|
| Understand Eve CLI primitives | |
| Set up a new project from the starter | |
| Connect an existing repo to Eve | |
| Implement a plan via Eve jobs | |
| Edit the manifest | |
| Configure auth + secrets | |
| Local docker-compose dev loop | |
| Deploy to staging + debug | |
| Pipelines + workflows | |
| Troubleshoot failures | |
| Keep repo aligned with platform | |
| 需求 | 加载对应技能 |
|---|---|
| 了解Eve CLI基础概念 | |
| 从模板创建新项目 | |
| 将现有代码仓库关联到Eve | |
| 通过Eve任务实现规划方案 | |
| 编辑清单文件 | |
| 配置认证与密钥 | |
| 本地docker-compose开发循环 | |
| 部署到预发布环境并调试 | |
| 流水线与工作流 | |
| 故障排查 | |
| 保持代码仓库与平台同步 | |
Default Workflow (Local -> Staging)
默认工作流(本地 -> 预发布环境)
- Run locally with Docker Compose: .
eve-local-dev-loop - Ensure manifest matches runtime: .
eve-manifest-authoring - Set secrets and auth: .
eve-auth-and-secrets - Deploy to staging and debug: .
eve-deploy-debugging
- 使用Docker Compose在本地运行:。
eve-local-dev-loop - 确保清单文件与运行时一致:。
eve-manifest-authoring - 设置密钥与认证:。
eve-auth-and-secrets - 部署到预发布环境并调试:。
eve-deploy-debugging
What This Pack Does NOT Cover
本技能包不涵盖的内容
- Running Eve Horizon itself (k8s, docker, infra)
- Platform operator workflows (, cluster secrets)
./bin/eh
If you need platform operations, load the private pack instead.
eve-dev- Eve Horizon自身的运维(k8s、docker、基础设施)
- 平台运维工作流(、集群密钥)
./bin/eh
如果您需要平台运维相关内容,请加载私有技能包。
eve-dev