@constructive-io/cli 7.20.0 → 7.20.2
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/commands/jobs.js +1 -1
- package/esm/commands/jobs.js +1 -1
- package/package.json +15 -15
package/commands/jobs.js
CHANGED
|
@@ -23,7 +23,7 @@ Options:
|
|
|
23
23
|
Examples:
|
|
24
24
|
cnc jobs up
|
|
25
25
|
cnc jobs up --cwd /path/to/constructive
|
|
26
|
-
cnc jobs up --with-jobs-server --functions
|
|
26
|
+
cnc jobs up --with-jobs-server --functions send-email,send-verification-link=8082
|
|
27
27
|
`;
|
|
28
28
|
const questions = [
|
|
29
29
|
{
|
package/esm/commands/jobs.js
CHANGED
|
@@ -21,7 +21,7 @@ Options:
|
|
|
21
21
|
Examples:
|
|
22
22
|
cnc jobs up
|
|
23
23
|
cnc jobs up --cwd /path/to/constructive
|
|
24
|
-
cnc jobs up --with-jobs-server --functions
|
|
24
|
+
cnc jobs up --with-jobs-server --functions send-email,send-verification-link=8082
|
|
25
25
|
`;
|
|
26
26
|
const questions = [
|
|
27
27
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/cli",
|
|
3
|
-
"version": "7.20.
|
|
3
|
+
"version": "7.20.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,24 +45,24 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^4.40.
|
|
49
|
-
"@constructive-io/graphql-env": "^3.10.
|
|
50
|
-
"@constructive-io/graphql-explorer": "^4.18.
|
|
51
|
-
"@constructive-io/graphql-server": "^4.
|
|
52
|
-
"@constructive-io/graphql-types": "^3.9.
|
|
53
|
-
"@constructive-io/knative-job-service": "^2.17.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^4.40.2",
|
|
49
|
+
"@constructive-io/graphql-env": "^3.10.1",
|
|
50
|
+
"@constructive-io/graphql-explorer": "^4.18.2",
|
|
51
|
+
"@constructive-io/graphql-server": "^4.29.1",
|
|
52
|
+
"@constructive-io/graphql-types": "^3.9.1",
|
|
53
|
+
"@constructive-io/knative-job-service": "^2.17.2",
|
|
54
54
|
"@inquirerer/utils": "^3.3.5",
|
|
55
|
-
"@pgpmjs/core": "^6.17.
|
|
56
|
-
"@pgpmjs/logger": "^2.10.
|
|
57
|
-
"@pgpmjs/server-utils": "^3.10.
|
|
58
|
-
"@pgpmjs/types": "^2.26.
|
|
55
|
+
"@pgpmjs/core": "^6.17.1",
|
|
56
|
+
"@pgpmjs/logger": "^2.10.1",
|
|
57
|
+
"@pgpmjs/server-utils": "^3.10.1",
|
|
58
|
+
"@pgpmjs/types": "^2.26.1",
|
|
59
59
|
"appstash": "^0.7.0",
|
|
60
60
|
"find-and-require-package-json": "^0.9.1",
|
|
61
61
|
"inquirerer": "^4.7.0",
|
|
62
62
|
"js-yaml": "^4.1.0",
|
|
63
|
-
"pg-cache": "^3.9.
|
|
64
|
-
"pg-env": "^1.13.
|
|
65
|
-
"pgpm": "^4.23.
|
|
63
|
+
"pg-cache": "^3.9.1",
|
|
64
|
+
"pg-env": "^1.13.1",
|
|
65
|
+
"pgpm": "^4.23.2",
|
|
66
66
|
"shelljs": "^0.10.0",
|
|
67
67
|
"yanse": "^0.2.1"
|
|
68
68
|
},
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"postgres",
|
|
78
78
|
"graphile"
|
|
79
79
|
],
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "d43f1d7e38cc39a71b4f8d2cafb39f46df12e31a"
|
|
81
81
|
}
|