Loading...
Loading...
Deploy and debug Eve-compatible apps via the CLI, with a focus on staging environments.
npx skill4agent add incept5/eve-skillpacks eve-deploy-debuggingeve profile create staging --api-url https://api.eh1.incept5.dev
eve profile use staging# Create env 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 .
# When environment has a pipeline configured, the above triggers the pipeline.
# Use --direct to bypass pipeline and deploy directly:
eve env deploy staging --ref main --repo-dir . --direct
# Pass inputs to pipeline:
eve env deploy staging --ref main --repo-dir . --inputs '{"key":"value"}'eve job list --phase active
eve job follow <job-id>
eve job watch <job-id>
eve job diagnose <job-id>
eve job result <job-id>eve job followeve job diagnoseeve system healthGHCR_USERNAMEGHCR_TOKEN${secret.KEY}# Find the build ID from the pipeline run
eve build list --project <project_id>
# Full diagnostic
eve build diagnose <build_id>
# Check build logs for errors
eve build logs <build_id>
# Verify registry credentials are set
eve secrets list --project <project_id>
# Required: GHCR_USERNAME, GHCR_TOKEN (or GITHUB_TOKEN)build.contexteve build diagnose{service}.{orgSlug}-{projectSlug}-{env}.{domain}eve-local-dev-loopeve-auth-and-secretseve-manifest-authoring