hereya-cli 0.18.0 → 0.19.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/README.md +24 -24
- package/bin/dev.js +1 -1
- package/dist/backend/common.d.ts +4 -4
- package/dist/backend/local.js +10 -2
- package/dist/commands/add/index.d.ts +4 -4
- package/dist/commands/add/index.js +12 -21
- package/dist/commands/bootstrap/index.d.ts +2 -2
- package/dist/commands/deploy/index.d.ts +3 -3
- package/dist/commands/deploy/index.js +45 -36
- package/dist/commands/down/index.d.ts +4 -4
- package/dist/commands/down/index.js +10 -21
- package/dist/commands/env/index.d.ts +4 -4
- package/dist/commands/env/index.js +6 -2
- package/dist/commands/env/set/index.d.ts +4 -4
- package/dist/commands/init/index.d.ts +3 -3
- package/dist/commands/remove/index.d.ts +3 -3
- package/dist/commands/remove/index.js +9 -19
- package/dist/commands/run/index.d.ts +3 -3
- package/dist/commands/run/index.js +5 -1
- package/dist/commands/unbootstrap/index.d.ts +2 -2
- package/dist/commands/undeploy/index.d.ts +3 -3
- package/dist/commands/undeploy/index.js +21 -24
- package/dist/commands/up/index.d.ts +4 -4
- package/dist/commands/up/index.js +24 -32
- package/dist/commands/workspace/create/index.d.ts +1 -1
- package/dist/commands/workspace/delete/index.d.ts +1 -1
- package/dist/commands/workspace/env/index.d.ts +3 -3
- package/dist/commands/workspace/env/set/index.d.ts +5 -5
- package/dist/commands/workspace/env/unset/index.d.ts +2 -2
- package/dist/commands/workspace/install/index.d.ts +5 -5
- package/dist/commands/workspace/install/index.js +8 -3
- package/dist/commands/workspace/uninstall/index.d.ts +5 -5
- package/dist/commands/workspace/uninstall/index.js +8 -3
- package/dist/executor/index.d.ts +11 -0
- package/dist/executor/index.js +8 -0
- package/dist/executor/interface.d.ts +41 -0
- package/dist/executor/interface.js +1 -0
- package/dist/executor/local.d.ts +7 -0
- package/dist/executor/local.js +56 -0
- package/dist/iac/index.js +5 -5
- package/dist/iac/terraform.js +1 -1
- package/dist/infrastructure/common.d.ts +2 -2
- package/dist/infrastructure/index.d.ts +3 -3
- package/dist/infrastructure/index.js +6 -6
- package/dist/infrastructure/local.js +1 -1
- package/dist/lib/env/index.d.ts +4 -0
- package/dist/lib/env/index.js +11 -3
- package/dist/lib/env-utils.d.ts +0 -7
- package/dist/lib/env-utils.js +0 -18
- package/dist/lib/log.js +1 -1
- package/dist/lib/package/common.d.ts +1 -0
- package/dist/lib/package/index.d.ts +1 -0
- package/dist/lib/package/index.js +3 -3
- package/dist/lib/package/local.d.ts +1 -1
- package/dist/lib/package/local.js +17 -4
- package/dist/lib/shell.d.ts +1 -3
- package/dist/lib/yaml-utils.js +1 -1
- package/oclif.manifest.json +72 -72
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hereya-cli",
|
|
3
3
|
"description": "Infrastructure as Package",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.19.0",
|
|
5
5
|
"author": "Hereya Developers",
|
|
6
6
|
"bin": {
|
|
7
7
|
"hereya": "./bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/hereya/hereya-cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
12
|
-
"@aws-sdk/client-codebuild": "^3.
|
|
13
|
-
"@aws-sdk/client-s3": "^3.
|
|
14
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
15
|
-
"@aws-sdk/client-ssm": "^3.
|
|
16
|
-
"@aws-sdk/client-sts": "^3.
|
|
17
|
-
"@aws-sdk/lib-storage": "^3.
|
|
11
|
+
"@aws-sdk/client-cloudformation": "^3.744.0",
|
|
12
|
+
"@aws-sdk/client-codebuild": "^3.747.0",
|
|
13
|
+
"@aws-sdk/client-s3": "^3.744.0",
|
|
14
|
+
"@aws-sdk/client-secrets-manager": "^3.744.0",
|
|
15
|
+
"@aws-sdk/client-ssm": "^3.744.0",
|
|
16
|
+
"@aws-sdk/client-sts": "^3.744.0",
|
|
17
|
+
"@aws-sdk/lib-storage": "^3.744.0",
|
|
18
18
|
"@esm2cjs/execa": "^6.1.1-cjs.1",
|
|
19
|
-
"@oclif/core": "^
|
|
20
|
-
"@oclif/plugin-help": "^6",
|
|
21
|
-
"@oclif/plugin-plugins": "^5",
|
|
22
|
-
"glob": "^
|
|
23
|
-
"ignore": "^
|
|
19
|
+
"@oclif/core": "^4.2.6",
|
|
20
|
+
"@oclif/plugin-help": "^6.2.25",
|
|
21
|
+
"@oclif/plugin-plugins": "^5.4.31",
|
|
22
|
+
"glob": "^11.0.1",
|
|
23
|
+
"ignore": "^7.0.3",
|
|
24
24
|
"listr2": "^8.2.5",
|
|
25
|
-
"simple-git": "^3.
|
|
25
|
+
"simple-git": "^3.27.0",
|
|
26
26
|
"typescript-retry-decorator": "^2.4.2",
|
|
27
27
|
"unzip-stream": "^0.3.4",
|
|
28
|
-
"yaml": "^2.
|
|
29
|
-
"zod": "^3.
|
|
28
|
+
"yaml": "^2.7.0",
|
|
29
|
+
"zod": "^3.24.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@oclif/prettier-config": "^0.2.1",
|
|
33
|
-
"@oclif/test": "^4.1.
|
|
34
|
-
"@types/chai": "^
|
|
35
|
-
"@types/mocha": "^10",
|
|
33
|
+
"@oclif/test": "^4.1.9",
|
|
34
|
+
"@types/chai": "^5.0.1",
|
|
35
|
+
"@types/mocha": "^10.0.10",
|
|
36
36
|
"@types/mock-fs": "^4.13.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^22",
|
|
38
38
|
"@types/sinon": "^17.0.3",
|
|
39
39
|
"@types/unzip-stream": "^0.3.4",
|
|
40
|
-
"chai": "^
|
|
41
|
-
"eslint": "^
|
|
42
|
-
"eslint-config-oclif": "^
|
|
43
|
-
"eslint-config-
|
|
44
|
-
"eslint-
|
|
45
|
-
"mocha": "^
|
|
46
|
-
"mock-fs": "^5.
|
|
47
|
-
"nock": "^
|
|
48
|
-
"oclif": "^4",
|
|
49
|
-
"shx": "^0.3.
|
|
50
|
-
"sinon": "^
|
|
51
|
-
"ts-node": "^10",
|
|
52
|
-
"typescript": "^5"
|
|
40
|
+
"chai": "^5.1.2",
|
|
41
|
+
"eslint": "^9.20.1",
|
|
42
|
+
"eslint-config-oclif": "^6.0.10",
|
|
43
|
+
"eslint-config-prettier": "^10.0.1",
|
|
44
|
+
"eslint-plugin-chai-friendly": "^1.0.1",
|
|
45
|
+
"mocha": "^11.1.0",
|
|
46
|
+
"mock-fs": "^5.5.0",
|
|
47
|
+
"nock": "^14.0.1",
|
|
48
|
+
"oclif": "^4.17.27",
|
|
49
|
+
"shx": "^0.3.4",
|
|
50
|
+
"sinon": "^19.0.2",
|
|
51
|
+
"ts-node": "^10.9.2",
|
|
52
|
+
"typescript": "^5.7.3"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
|
-
"node": ">=
|
|
55
|
+
"node": ">=20.0.0"
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
58
|
+
"bin",
|
|
59
|
+
"dist",
|
|
60
|
+
"oclif.manifest.json"
|
|
61
61
|
],
|
|
62
62
|
"homepage": "https://github.com/hereya/hereya-cli",
|
|
63
63
|
"keywords": [
|