stackless-core 0.2.0

Definition model, state store, and lifecycle engine for stackless
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[stack]
name = "bad"

[services.api]
source      = { repo = "https://example.invalid/api", ref = "main" }
root_origin = true
health      = { path = "/health" }

[services.api.local]
run = "true"

[services.web]
source      = { repo = "https://example.invalid/web", ref = "main" }
root_origin = true
health      = { path = "/" }

[services.web.local]
run = "true"