1 parent 888efcf commit 9be9f79Copy full SHA for 9be9f79
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "configdrift",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Detect configuration drift across your infrastructure. Monitor and alert on config changes in real-time.",
5
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
6
"license": "MIT",
@@ -16,12 +16,21 @@
16
"configdrift": "cli.js"
17
},
18
"keywords": [
19
- "configuration",
20
- "drift",
+ "configuration-drift",
+ "config-management",
21
"devops",
22
+ "infrastructure",
23
"monitoring",
24
+ "drift-detection",
25
+ "kubernetes",
26
+ "terraform",
27
+ "ansible",
28
+ "compliance",
29
"cli",
- "infrastructure"
30
+ "site-reliability",
31
+ "gitops",
32
+ "developer-tools",
33
+ "audit"
34
],
35
"files": [
36
"cli.js"
0 commit comments