specshield 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,20 @@ No runtime surprise. No production incident. No 3am page.
|
|
|
54
54
|
|
|
55
55
|
---
|
|
56
56
|
|
|
57
|
+
## 🎥 Demo
|
|
58
|
+
|
|
59
|
+
[](https://www.youtube.com/watch?v=mugDyQQGqZw)
|
|
60
|
+
|
|
61
|
+
> Watch: Catching a breaking API change before it hits production — compare specs, publish contracts, verify providers, and gate deployments with `can-i-deploy`.
|
|
62
|
+
|
|
63
|
+
**CLI preview:**
|
|
64
|
+
|
|
65
|
+

|
|
66
|
+
|
|
67
|
+
> `specshield compare payment-api-v1.yaml payment-api-v2.yaml --fail-on-breaking`
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
57
71
|
## See It in Action
|
|
58
72
|
|
|
59
73
|
```bash
|
|
@@ -190,14 +204,6 @@ Track API drift over time across your entire platform. Know what changed, when,
|
|
|
190
204
|
|
|
191
205
|
---
|
|
192
206
|
|
|
193
|
-
## 🎥 Demo
|
|
194
|
-
|
|
195
|
-

|
|
196
|
-
|
|
197
|
-
> `specshield compare payment-api-v1.yaml payment-api-v2.yaml --fail-on-breaking`
|
|
198
|
-
|
|
199
|
-
---
|
|
200
|
-
|
|
201
207
|
## Pricing
|
|
202
208
|
|
|
203
209
|
| Plan | Price | What's included |
|
package/package.json
CHANGED