@intentic/cli 1.284.0 → 1.286.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/dist/adopt/adopt.command.d.ts.map +1 -1
- package/dist/adopt/adopt.command.js +2 -1
- package/dist/adopt/adopt.command.js.map +1 -1
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +4 -1
- package/dist/app.js.map +1 -1
- package/dist/apply/access.d.ts +1 -2
- package/dist/apply/access.d.ts.map +1 -1
- package/dist/apply/access.js +3 -9
- package/dist/apply/access.js.map +1 -1
- package/dist/apply/apply.command.d.ts.map +1 -1
- package/dist/apply/apply.command.js +14 -11
- package/dist/apply/apply.command.js.map +1 -1
- package/dist/apply/migrate.d.ts.map +1 -1
- package/dist/apply/migrate.js +2 -1
- package/dist/apply/migrate.js.map +1 -1
- package/dist/deployments/deployments.command.d.ts.map +1 -1
- package/dist/deployments/deployments.command.js +20 -2
- package/dist/deployments/deployments.command.js.map +1 -1
- package/dist/destroy/destroy.command.d.ts.map +1 -1
- package/dist/destroy/destroy.command.js +7 -8
- package/dist/destroy/destroy.command.js.map +1 -1
- package/dist/init/init.command.d.ts.map +1 -1
- package/dist/init/init.command.js +14 -7
- package/dist/init/init.command.js.map +1 -1
- package/dist/lib/artifact.d.ts.map +1 -1
- package/dist/lib/artifact.js +11 -1
- package/dist/lib/artifact.js.map +1 -1
- package/dist/lib/output.d.ts +1 -0
- package/dist/lib/output.d.ts.map +1 -1
- package/dist/lib/output.js +16 -6
- package/dist/lib/output.js.map +1 -1
- package/dist/lib/tables.d.ts +13 -0
- package/dist/lib/tables.d.ts.map +1 -0
- package/dist/lib/tables.js +70 -0
- package/dist/lib/tables.js.map +1 -0
- package/dist/logs/logs.command.d.ts.map +1 -1
- package/dist/logs/logs.command.js +13 -4
- package/dist/logs/logs.command.js.map +1 -1
- package/dist/pipelines/control-plane-sync.d.ts.map +1 -1
- package/dist/pipelines/control-plane-sync.js +3 -2
- package/dist/pipelines/control-plane-sync.js.map +1 -1
- package/dist/plan/plan.command.d.ts.map +1 -1
- package/dist/plan/plan.command.js +8 -6
- package/dist/plan/plan.command.js.map +1 -1
- package/dist/resolve/resolve.command.d.ts.map +1 -1
- package/dist/resolve/resolve.command.js +2 -1
- package/dist/resolve/resolve.command.js.map +1 -1
- package/dist/restore/restore.command.d.ts.map +1 -1
- package/dist/restore/restore.command.js +22 -16
- package/dist/restore/restore.command.js.map +1 -1
- package/dist/secrets/secrets.command.d.ts.map +1 -1
- package/dist/secrets/secrets.command.js +31 -8
- package/dist/secrets/secrets.command.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.286.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@intentic/base": "1.
|
|
38
|
-
"@intentic/constants": "1.
|
|
39
|
-
"@intentic/engine": "1.
|
|
40
|
-
"@intentic/graph": "1.
|
|
41
|
-
"@intentic/need-resolver": "1.
|
|
42
|
-
"@intentic/providers": "1.
|
|
43
|
-
"@intentic/sandbox-contract": "1.
|
|
44
|
-
"@intentic/sandbox-run": "1.
|
|
45
|
-
"@intentic/scaffold": "1.
|
|
46
|
-
"@intentic/state-resolver": "1.
|
|
37
|
+
"@intentic/base": "1.286.0",
|
|
38
|
+
"@intentic/constants": "1.286.0",
|
|
39
|
+
"@intentic/engine": "1.286.0",
|
|
40
|
+
"@intentic/graph": "1.286.0",
|
|
41
|
+
"@intentic/need-resolver": "1.286.0",
|
|
42
|
+
"@intentic/providers": "1.286.0",
|
|
43
|
+
"@intentic/sandbox-contract": "1.286.0",
|
|
44
|
+
"@intentic/sandbox-run": "1.286.0",
|
|
45
|
+
"@intentic/scaffold": "1.286.0",
|
|
46
|
+
"@intentic/state-resolver": "1.286.0",
|
|
47
47
|
"@puristic/env": "1.6.1",
|
|
48
48
|
"@stricli/core": "1.3.0",
|
|
49
49
|
"eta": "4.6.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@intentic/dind-host": "0.0.0",
|
|
55
|
-
"@intentic/sdk": "1.
|
|
55
|
+
"@intentic/sdk": "1.286.0",
|
|
56
56
|
"@intentic/testing": "0.0.0",
|
|
57
57
|
"@intentic/tsconfig": "0.0.0",
|
|
58
58
|
"@types/node": "24.13.2",
|