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
[stack]
name = "bad"

[services.api]
source = { repo = "https://example.invalid/api", ref = "main" }
env    = { CLERK_SECRET_KEY = "${integrations.clerk.secret_key}" }
health = { path = "/health" }

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