Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.slipway.sh/llms.txt

Use this file to discover all available pages before exploring further.

Events are written by the orchestrator as state changes. The full list:
KindPhaseWhenPayload
queuedqueuedDeployment row created.
secrets_resolvedqueuedSpec parsed; secret references looked up.{ secrets: [{name, scope, source}, ...] } — never values
vars_resolvedqueuedVariable references looked up.{ vars: [{name, scope, source, value}, ...] } — values included
registries_resolvedqueuedPrivate-registry credentials assembled.{ registries: [...] }
build_startbuildingBuild Job submitted, or cache lookup started.
build_endbuildingBuild finished — freshly built or cache hit.
deploy_startdeployingApplying tenant workloads.
cutoverdeployingA public service’s Ingress is live.
healthyhealthyEvery public service is Ready.
failedterminalBuild, deploy, or healthcheck failed.
cancelledterminalCancelled — by user or by supersession.
gcterminalEphemeral TTL expired; namespace deleted.
secrets_resolved and vars_resolved fire once per deploy each, even if the spec references nothing of that kind (in which case the events are skipped entirely). build_start and build_end fire per buildable service — a spec with three buildable services emits three pairs of these events. cutover fires once per public service, in alphabetical order by service prefix.