@memberjunction/cli 2.45.0 → 2.46.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 +28 -28
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -104,24 +104,25 @@
|
|
|
104
104
|
"index.js"
|
|
105
105
|
]
|
|
106
106
|
},
|
|
107
|
-
"
|
|
107
|
+
"install": {
|
|
108
108
|
"aliases": [],
|
|
109
109
|
"args": {},
|
|
110
|
-
"description": "
|
|
110
|
+
"description": "Install MemberJunction",
|
|
111
111
|
"examples": [
|
|
112
112
|
"<%= config.bin %> <%= command.id %>\n"
|
|
113
113
|
],
|
|
114
114
|
"flags": {
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
115
|
+
"verbose": {
|
|
116
|
+
"char": "v",
|
|
117
|
+
"description": "Enable additional logging",
|
|
118
|
+
"name": "verbose",
|
|
118
119
|
"allowNo": false,
|
|
119
120
|
"type": "boolean"
|
|
120
121
|
}
|
|
121
122
|
},
|
|
122
123
|
"hasDynamicHelp": false,
|
|
123
124
|
"hiddenAliases": [],
|
|
124
|
-
"id": "
|
|
125
|
+
"id": "install",
|
|
125
126
|
"pluginAlias": "@memberjunction/cli",
|
|
126
127
|
"pluginName": "@memberjunction/cli",
|
|
127
128
|
"pluginType": "core",
|
|
@@ -131,14 +132,14 @@
|
|
|
131
132
|
"relativePath": [
|
|
132
133
|
"dist",
|
|
133
134
|
"commands",
|
|
134
|
-
"
|
|
135
|
+
"install",
|
|
135
136
|
"index.js"
|
|
136
137
|
]
|
|
137
138
|
},
|
|
138
|
-
"
|
|
139
|
+
"migrate": {
|
|
139
140
|
"aliases": [],
|
|
140
141
|
"args": {},
|
|
141
|
-
"description": "
|
|
142
|
+
"description": "Migrate MemberJunction database to latest version",
|
|
142
143
|
"examples": [
|
|
143
144
|
"<%= config.bin %> <%= command.id %>\n"
|
|
144
145
|
],
|
|
@@ -149,11 +150,19 @@
|
|
|
149
150
|
"name": "verbose",
|
|
150
151
|
"allowNo": false,
|
|
151
152
|
"type": "boolean"
|
|
153
|
+
},
|
|
154
|
+
"tag": {
|
|
155
|
+
"char": "t",
|
|
156
|
+
"description": "Version tag to use for running remote migrations",
|
|
157
|
+
"name": "tag",
|
|
158
|
+
"hasDynamicHelp": false,
|
|
159
|
+
"multiple": false,
|
|
160
|
+
"type": "option"
|
|
152
161
|
}
|
|
153
162
|
},
|
|
154
163
|
"hasDynamicHelp": false,
|
|
155
164
|
"hiddenAliases": [],
|
|
156
|
-
"id": "
|
|
165
|
+
"id": "migrate",
|
|
157
166
|
"pluginAlias": "@memberjunction/cli",
|
|
158
167
|
"pluginName": "@memberjunction/cli",
|
|
159
168
|
"pluginType": "core",
|
|
@@ -163,37 +172,28 @@
|
|
|
163
172
|
"relativePath": [
|
|
164
173
|
"dist",
|
|
165
174
|
"commands",
|
|
166
|
-
"
|
|
175
|
+
"migrate",
|
|
167
176
|
"index.js"
|
|
168
177
|
]
|
|
169
178
|
},
|
|
170
|
-
"
|
|
179
|
+
"codegen": {
|
|
171
180
|
"aliases": [],
|
|
172
181
|
"args": {},
|
|
173
|
-
"description": "
|
|
182
|
+
"description": "Run CodeGen to generate code and update metadata for MemberJunction",
|
|
174
183
|
"examples": [
|
|
175
184
|
"<%= config.bin %> <%= command.id %>\n"
|
|
176
185
|
],
|
|
177
186
|
"flags": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"name": "verbose",
|
|
187
|
+
"skipdb": {
|
|
188
|
+
"description": "Skip database migration",
|
|
189
|
+
"name": "skipdb",
|
|
182
190
|
"allowNo": false,
|
|
183
191
|
"type": "boolean"
|
|
184
|
-
},
|
|
185
|
-
"tag": {
|
|
186
|
-
"char": "t",
|
|
187
|
-
"description": "Version tag to use for running remote migrations",
|
|
188
|
-
"name": "tag",
|
|
189
|
-
"hasDynamicHelp": false,
|
|
190
|
-
"multiple": false,
|
|
191
|
-
"type": "option"
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
"hasDynamicHelp": false,
|
|
195
195
|
"hiddenAliases": [],
|
|
196
|
-
"id": "
|
|
196
|
+
"id": "codegen",
|
|
197
197
|
"pluginAlias": "@memberjunction/cli",
|
|
198
198
|
"pluginName": "@memberjunction/cli",
|
|
199
199
|
"pluginType": "core",
|
|
@@ -203,10 +203,10 @@
|
|
|
203
203
|
"relativePath": [
|
|
204
204
|
"dist",
|
|
205
205
|
"commands",
|
|
206
|
-
"
|
|
206
|
+
"codegen",
|
|
207
207
|
"index.js"
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"version": "2.
|
|
211
|
+
"version": "2.46.0"
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.46.0",
|
|
4
4
|
"description": "MemberJunction command line tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oclif"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@inquirer/prompts": "^5.0.1",
|
|
53
|
-
"@memberjunction/codegen-lib": "2.
|
|
53
|
+
"@memberjunction/codegen-lib": "2.46.0",
|
|
54
54
|
"@oclif/core": "^3",
|
|
55
55
|
"@oclif/plugin-help": "^6",
|
|
56
56
|
"@oclif/plugin-version": "^2.0.17",
|