Loading...
Loading...
Troubleshoot common Eve deploy and job failures using CLI-first diagnostics.
npx skill4agent add incept5/eve-skillpacks eve-troubleshootingeve system health
eve auth status
eve job list --phase activeeve auth logout
eve auth login
eve auth statuseve secrets list --project proj_xxx
eve secrets set MISSING_KEY "value" --project proj_xxx.eve/secrets.yamleve job follow <job-id>
eve job diagnose <job-id>
eve job result <job-id>UNAUTHORIZED: authentication requiredeve secrets list --project proj_xxxread:packageswrite:packagesLABEL org.opencontainers.image.source="https://github.com/ORG/REPO"eve build diagnosefailedeve build list --project <id> # Find recent builds
eve build diagnose <build_id> # Full state dump
eve build logs <build_id> # Raw build outputwrite:packageseve secrets list --project <id>build.context<context>/Dockerfileeve build diagnoseLABEL org.opencontainers.image.source="https://github.com/OWNER/REPO"registry.hosteve job show <job-id>
eve job dep list <job-id>eve job updateeve job result{service}.{orgSlug}-{projectSlug}-{env}.{domain}x-eve.ingress.porteve system healtheve job diagnose <job-id>