@meith/cli 0.33.4 → 0.34.0
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/package.json +14 -13
- package/src/backup.ts +187 -826
- package/src/index.ts +10 -1
- package/src/redaction.ts +2 -0
- package/src/upgrade.ts +5 -2
- package/src/backup-store.ts +0 -221
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "The operator CLI: migrations, backup and restore, imports, users and settings — and the meith bin that runs it against an external board workspace.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -24,18 +24,19 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@aws-sdk/client-s3": "3.1111.0",
|
|
26
26
|
"tsx": "^4.23.12",
|
|
27
|
-
"@meith/accounts": "0.
|
|
28
|
-
"@meith/
|
|
29
|
-
"@meith/
|
|
30
|
-
"@meith/
|
|
31
|
-
"@meith/
|
|
32
|
-
"@meith/
|
|
33
|
-
"@meith/
|
|
34
|
-
"@meith/
|
|
35
|
-
"@meith/
|
|
36
|
-
"@meith/
|
|
37
|
-
"@meith/
|
|
38
|
-
"
|
|
27
|
+
"@meith/accounts": "0.34.0",
|
|
28
|
+
"@meith/backup": "0.34.0",
|
|
29
|
+
"@meith/core": "0.34.0",
|
|
30
|
+
"@meith/db": "0.34.0",
|
|
31
|
+
"@meith/demo": "0.34.0",
|
|
32
|
+
"@meith/drivers": "0.34.0",
|
|
33
|
+
"@meith/forums": "0.34.0",
|
|
34
|
+
"@meith/plugin-kit": "0.34.0",
|
|
35
|
+
"@meith/profile-fields": "0.34.0",
|
|
36
|
+
"@meith/runtime": "0.34.0",
|
|
37
|
+
"@meith/settings": "0.34.0",
|
|
38
|
+
"@meith/tasks": "0.34.0",
|
|
39
|
+
"create-meith": "0.34.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"esbuild": "^0.28.2"
|