eve-pipelines-workflows
Installation
SKILL.md
Eve Pipelines and Workflows
Use these patterns to automate build and deploy actions and invoke workflow jobs.
Pipelines (v2 steps)
- Define pipelines under
pipelinesin.eve/manifest.yaml. - Steps can be
action,script, oragent. - Use
depends_onto control ordering. - Built-in actions include
build,release,deploy,run,job,create-pr. - Run manually:
eve pipeline listeve pipeline show <project> <name>eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app
- Trigger blocks exist in the manifest; GitHub and Slack webhooks can create pipeline runs.