You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ It applies **versioned, auditable changes** to the external systems your applica
34
34
It runs **inside your application** (or via the **CLI**) — not in CI/CD — ensuring that every environment starts with the exact data, schema, and configuration it needs to run correctly.
35
35
No manual scripts. No drift. No surprises.
36
36
37
-
---
37
+
<br />
38
38
39
39
### 🧩 In plain English for developers
40
40
@@ -49,7 +49,7 @@ If something goes wrong, Flamingock either recovers safely or stops before anyth
49
49
The result: each deployment behaves like a single, consistent package —
50
50
your code and all its required changes evolve together, predictably and with peace of mind.
51
51
52
-
---
52
+
<br />
53
53
54
54
## 💡 What Flamingock manages
55
55
Flamingock focuses on **application-level changes** that your code requires to run safely:
@@ -63,7 +63,7 @@ Flamingock focuses on **application-level changes** that your code requires to r
63
63
### What Flamingock does *not* manage
64
64
Flamingock is **not an infrastructure-as-code tool**. It does not provision servers, clusters, or networks — those belong in Terraform, Pulumi, or similar. Instead, Flamingock **complements them by handling the runtime changes your application depends on**.
65
65
66
-
---
66
+
<br />
67
67
68
68
## 📦 Editions
69
69
@@ -75,7 +75,7 @@ Flamingock is open source at its core and powers three editions:
@@ -93,7 +93,7 @@ No more fragile scripts or untracked console changes. With CaC:
93
93
94
94
> Just like Infrastructure-as-Code reshaped provisioning, **Change-as-Code is redefining how systems evolve** — and Flamingock brings that principle to life.
0 commit comments