Loading...
Loading...
Bootstrap an Eve-compatible project with org/project setup, profile defaults, repo linkage, and first deploy.
npx skill4agent add incept5/eve-skillpacks eve-project-bootstrapeve profile create staging --api-url https://api.eh1.incept5.dev
eve profile use stagingeve org ensure my-org --slug myorg
eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main{service}.{orgSlug}-{projectSlug}-{env}.{domain}api.myorg-my-app-staging.eh1.incept5.deveve-{orgSlug}-{projectSlug}-{env}eve-myorg-my-app-stagingeve profile set --org org_xxx --project proj_xxx.eve/manifest.yamlschema: eve/compose/v1eve-manifest-authoring# Create environment if needed
eve env create staging --project proj_xxx --type persistent
# Deploy (requires --ref with 40-char SHA or a ref resolved against --repo-dir)
eve env deploy staging --ref main --repo-dir .
# If the environment has a pipeline configured, this triggers the pipeline.
# Use --direct to bypass pipeline and deploy directly:
eve env deploy staging --ref main --repo-dir . --directeve system health
eve job list --phase active
eve job follow <job-id>
eve job result <job-id>{service}.{orgSlug}-{projectSlug}-{env}.{domain}