Loading...
Loading...
Compare original and translation side by side
eve --versionnpm install -g @anthropic/eve-clieve --versionnpm install -g @anthropic/eve-clieve profile liststagingeve profile create staging --api-url https://api.eh1.incept5.dev
eve profile use stagingeve profile liststagingeve profile create staging --api-url https://api.eh1.incept5.dev
eve profile use stagingeve auth statuseve auth statuseve auth statuseve auth statusls ~/.ssh/*.pub~/.ssh/id_ed25519.pubssh-keygen -t ed25519 -f ~/.ssh/id_ed25519eve auth request-access \
--ssh-key ~/.ssh/id_ed25519.pub \
--org "My Company" \
--email user@example.com \
--wait--waitareq_xxx~/.eve/credentials.jsoneve admin access-requests approve <id>ls ~/.ssh/*.pub~/.ssh/id_ed25519.pubssh-keygen -t ed25519 -f ~/.ssh/id_ed25519eve auth request-access \
--ssh-key ~/.ssh/id_ed25519.pub \
--org "My Company" \
--email user@example.com \
--wait--waitareq_xxx~/.eve/credentials.jsoneve admin access-requests approve <id>eve profile set --org <org_id> --project <proj_id>git@github.com:org/repo.gitundefinedeve profile set --org <org_id> --project <proj_id>git@github.com:org/repo.gitundefined
**URL impact:** Slugs determine deployment URLs:
`{service}.{orgSlug}-{projectSlug}-{env}.{domain}`
**URL影响:** 标识(slug)决定了部署URL的格式:
`{service}.{orgSlug}-{projectSlug}-{env}.{domain}`.eve/manifest.yamlschema: eve/compose/v2
project: myapp
registry:
host: ghcr.io
namespace: myorg
auth:
username_secret: GHCR_USERNAME
token_secret: GHCR_TOKEN
services:
web:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/myorg/myapp
ports: [3000]
x-eve:
ingress:
public: true
port: 3000
environments:
staging:
pipeline: deploy
pipelines:
deploy:
steps:
- name: build
action: { type: build }
- name: release
depends_on: [build]
action: { type: release }
- name: deploy
depends_on: [release]
action: { type: deploy }eve-manifest-authoring.eve/manifest.yamlschema: eve/compose/v2
project: myapp
registry:
host: ghcr.io
namespace: myorg
auth:
username_secret: GHCR_USERNAME
token_secret: GHCR_TOKEN
services:
web:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/myorg/myapp
ports: [3000]
x-eve:
ingress:
public: true
port: 3000
environments:
staging:
pipeline: deploy
pipelines:
deploy:
steps:
- name: build
action: { type: build }
- name: release
depends_on: [build]
action: { type: release }
- name: deploy
depends_on: [release]
action: { type: deploy }eve-manifest-authoringhttps://web.incept5-evshow-staging.eh1.incept5.dev/llmshttps://web.incept5-evshow-staging.eh1.incept5.dev/llmseve auth status
eve system health
eve project listeve auth status
eve system health
eve project listeve project synceve env deploy staging --ref main --repo-dir .eve project synceve env deploy staging --ref main --repo-dir .