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
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,9 +144,33 @@ ComputeServer.Remove(ctx)
144
144
145
145
Implementing the next 18 resources = copy this pattern, swap the SDK package.
146
146
147
-
## Status
148
-
149
-
Early. The CLI, config, auth, and engine are wired up. Resource Listers/Removers are placeholder stubs — see [Contributing](docs/contributing.md) to add an implementation.
147
+
## Resource coverage
148
+
149
+
Legend: ✅ list + delete via real STACKIT SDK · 🟡 registered, lister returns empty · ⬜ not yet registered
**1 of 19 resources fully working.** The CLI / config / auth / libnuke engine are functional; the per-resource SDK wiring lands incrementally. Pick one above and follow [`resources/compute-server.go`](resources/compute-server.go) as the reference pattern — see [Contributing](docs/contributing.md).
0 commit comments