@memberjunction/cli 2.131.0 → 2.133.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/oclif.manifest.json +55 -55
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
|
@@ -1,59 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"ai": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {},
|
|
6
|
-
"description": "Execute AI agents and actions",
|
|
7
|
-
"flags": {},
|
|
8
|
-
"hasDynamicHelp": false,
|
|
9
|
-
"hidden": false,
|
|
10
|
-
"hiddenAliases": [],
|
|
11
|
-
"id": "ai",
|
|
12
|
-
"pluginAlias": "@memberjunction/cli",
|
|
13
|
-
"pluginName": "@memberjunction/cli",
|
|
14
|
-
"pluginType": "core",
|
|
15
|
-
"strict": true,
|
|
16
|
-
"enableJsonFlag": false,
|
|
17
|
-
"isESM": false,
|
|
18
|
-
"relativePath": [
|
|
19
|
-
"dist",
|
|
20
|
-
"commands",
|
|
21
|
-
"ai",
|
|
22
|
-
"index.js"
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
"clean": {
|
|
26
|
-
"aliases": [],
|
|
27
|
-
"args": {},
|
|
28
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
29
|
-
"examples": [
|
|
30
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
31
|
-
],
|
|
32
|
-
"flags": {
|
|
33
|
-
"verbose": {
|
|
34
|
-
"char": "v",
|
|
35
|
-
"description": "Enable additional logging",
|
|
36
|
-
"name": "verbose",
|
|
37
|
-
"allowNo": false,
|
|
38
|
-
"type": "boolean"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"hasDynamicHelp": false,
|
|
42
|
-
"hiddenAliases": [],
|
|
43
|
-
"id": "clean",
|
|
44
|
-
"pluginAlias": "@memberjunction/cli",
|
|
45
|
-
"pluginName": "@memberjunction/cli",
|
|
46
|
-
"pluginType": "core",
|
|
47
|
-
"strict": true,
|
|
48
|
-
"enableJsonFlag": false,
|
|
49
|
-
"isESM": false,
|
|
50
|
-
"relativePath": [
|
|
51
|
-
"dist",
|
|
52
|
-
"commands",
|
|
53
|
-
"clean",
|
|
54
|
-
"index.js"
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
3
|
"bump": {
|
|
58
4
|
"aliases": [],
|
|
59
5
|
"args": {},
|
|
@@ -126,6 +72,60 @@
|
|
|
126
72
|
"index.js"
|
|
127
73
|
]
|
|
128
74
|
},
|
|
75
|
+
"ai": {
|
|
76
|
+
"aliases": [],
|
|
77
|
+
"args": {},
|
|
78
|
+
"description": "Execute AI agents and actions",
|
|
79
|
+
"flags": {},
|
|
80
|
+
"hasDynamicHelp": false,
|
|
81
|
+
"hidden": false,
|
|
82
|
+
"hiddenAliases": [],
|
|
83
|
+
"id": "ai",
|
|
84
|
+
"pluginAlias": "@memberjunction/cli",
|
|
85
|
+
"pluginName": "@memberjunction/cli",
|
|
86
|
+
"pluginType": "core",
|
|
87
|
+
"strict": true,
|
|
88
|
+
"enableJsonFlag": false,
|
|
89
|
+
"isESM": false,
|
|
90
|
+
"relativePath": [
|
|
91
|
+
"dist",
|
|
92
|
+
"commands",
|
|
93
|
+
"ai",
|
|
94
|
+
"index.js"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"clean": {
|
|
98
|
+
"aliases": [],
|
|
99
|
+
"args": {},
|
|
100
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
101
|
+
"examples": [
|
|
102
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
103
|
+
],
|
|
104
|
+
"flags": {
|
|
105
|
+
"verbose": {
|
|
106
|
+
"char": "v",
|
|
107
|
+
"description": "Enable additional logging",
|
|
108
|
+
"name": "verbose",
|
|
109
|
+
"allowNo": false,
|
|
110
|
+
"type": "boolean"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"hasDynamicHelp": false,
|
|
114
|
+
"hiddenAliases": [],
|
|
115
|
+
"id": "clean",
|
|
116
|
+
"pluginAlias": "@memberjunction/cli",
|
|
117
|
+
"pluginName": "@memberjunction/cli",
|
|
118
|
+
"pluginType": "core",
|
|
119
|
+
"strict": true,
|
|
120
|
+
"enableJsonFlag": false,
|
|
121
|
+
"isESM": false,
|
|
122
|
+
"relativePath": [
|
|
123
|
+
"dist",
|
|
124
|
+
"commands",
|
|
125
|
+
"clean",
|
|
126
|
+
"index.js"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
129
|
"codegen": {
|
|
130
130
|
"aliases": [],
|
|
131
131
|
"args": {},
|
|
@@ -2500,5 +2500,5 @@
|
|
|
2500
2500
|
]
|
|
2501
2501
|
}
|
|
2502
2502
|
},
|
|
2503
|
-
"version": "2.
|
|
2503
|
+
"version": "2.133.0"
|
|
2504
2504
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.133.0",
|
|
4
4
|
"description": "MemberJunction command line tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oclif"
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@inquirer/prompts": "^5.0.1",
|
|
54
|
-
"@memberjunction/ai-cli": "2.
|
|
55
|
-
"@memberjunction/codegen-lib": "2.
|
|
56
|
-
"@memberjunction/core": "2.
|
|
57
|
-
"@memberjunction/db-auto-doc": "2.
|
|
58
|
-
"@memberjunction/metadata-sync": "2.
|
|
59
|
-
"@memberjunction/query-gen": "2.
|
|
60
|
-
"@memberjunction/sqlserver-dataprovider": "2.
|
|
61
|
-
"@memberjunction/testing-cli": "2.
|
|
54
|
+
"@memberjunction/ai-cli": "2.133.0",
|
|
55
|
+
"@memberjunction/codegen-lib": "2.133.0",
|
|
56
|
+
"@memberjunction/core": "2.133.0",
|
|
57
|
+
"@memberjunction/db-auto-doc": "2.133.0",
|
|
58
|
+
"@memberjunction/metadata-sync": "2.133.0",
|
|
59
|
+
"@memberjunction/query-gen": "2.133.0",
|
|
60
|
+
"@memberjunction/sqlserver-dataprovider": "2.133.0",
|
|
61
|
+
"@memberjunction/testing-cli": "2.133.0",
|
|
62
62
|
"@oclif/core": "^3",
|
|
63
63
|
"@oclif/plugin-help": "^6",
|
|
64
64
|
"@oclif/plugin-version": "^2.0.17",
|