@memberjunction/cli 2.23.0 → 2.23.1
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 +6 -6
- package/oclif.manifest.json +28 -28
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ $ npm install -g @memberjunction/cli
|
|
|
12
12
|
$ mj COMMAND
|
|
13
13
|
running command...
|
|
14
14
|
$ mj (--version)
|
|
15
|
-
@memberjunction/cli/2.23.
|
|
15
|
+
@memberjunction/cli/2.23.1 linux-x64 node-v20.18.2
|
|
16
16
|
$ mj --help [COMMAND]
|
|
17
17
|
USAGE
|
|
18
18
|
$ mj COMMAND
|
|
@@ -63,7 +63,7 @@ EXAMPLES
|
|
|
63
63
|
$ mj bump -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/bump/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.
|
|
66
|
+
_See code: [src/commands/bump/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.1/src/commands/bump/index.ts)_
|
|
67
67
|
|
|
68
68
|
## `mj clean`
|
|
69
69
|
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
|
83
83
|
$ mj clean
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/clean/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.
|
|
86
|
+
_See code: [src/commands/clean/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.1/src/commands/clean/index.ts)_
|
|
87
87
|
|
|
88
88
|
## `mj codegen`
|
|
89
89
|
|
|
@@ -103,7 +103,7 @@ EXAMPLES
|
|
|
103
103
|
$ mj codegen
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/codegen/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.
|
|
106
|
+
_See code: [src/commands/codegen/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.1/src/commands/codegen/index.ts)_
|
|
107
107
|
|
|
108
108
|
## `mj help [COMMAND]`
|
|
109
109
|
|
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ mj install
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/install/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.
|
|
146
|
+
_See code: [src/commands/install/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.1/src/commands/install/index.ts)_
|
|
147
147
|
|
|
148
148
|
## `mj migrate`
|
|
149
149
|
|
|
@@ -164,7 +164,7 @@ EXAMPLES
|
|
|
164
164
|
$ mj migrate
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/migrate/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.
|
|
167
|
+
_See code: [src/commands/migrate/index.ts](https://github.com/MemberJunction/MJ/blob/v2.23.1/src/commands/migrate/index.ts)_
|
|
168
168
|
|
|
169
169
|
## `mj version`
|
|
170
170
|
|
package/oclif.manifest.json
CHANGED
|
@@ -104,25 +104,24 @@
|
|
|
104
104
|
"index.js"
|
|
105
105
|
]
|
|
106
106
|
},
|
|
107
|
-
"
|
|
107
|
+
"codegen": {
|
|
108
108
|
"aliases": [],
|
|
109
109
|
"args": {},
|
|
110
|
-
"description": "
|
|
110
|
+
"description": "Run CodeGen to generate code and update metadata for MemberJunction",
|
|
111
111
|
"examples": [
|
|
112
112
|
"<%= config.bin %> <%= command.id %>\n"
|
|
113
113
|
],
|
|
114
114
|
"flags": {
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"name": "verbose",
|
|
115
|
+
"skipdb": {
|
|
116
|
+
"description": "Skip database migration",
|
|
117
|
+
"name": "skipdb",
|
|
119
118
|
"allowNo": false,
|
|
120
119
|
"type": "boolean"
|
|
121
120
|
}
|
|
122
121
|
},
|
|
123
122
|
"hasDynamicHelp": false,
|
|
124
123
|
"hiddenAliases": [],
|
|
125
|
-
"id": "
|
|
124
|
+
"id": "codegen",
|
|
126
125
|
"pluginAlias": "@memberjunction/cli",
|
|
127
126
|
"pluginName": "@memberjunction/cli",
|
|
128
127
|
"pluginType": "core",
|
|
@@ -132,14 +131,14 @@
|
|
|
132
131
|
"relativePath": [
|
|
133
132
|
"dist",
|
|
134
133
|
"commands",
|
|
135
|
-
"
|
|
134
|
+
"codegen",
|
|
136
135
|
"index.js"
|
|
137
136
|
]
|
|
138
137
|
},
|
|
139
|
-
"
|
|
138
|
+
"install": {
|
|
140
139
|
"aliases": [],
|
|
141
140
|
"args": {},
|
|
142
|
-
"description": "
|
|
141
|
+
"description": "Install MemberJunction",
|
|
143
142
|
"examples": [
|
|
144
143
|
"<%= config.bin %> <%= command.id %>\n"
|
|
145
144
|
],
|
|
@@ -150,19 +149,11 @@
|
|
|
150
149
|
"name": "verbose",
|
|
151
150
|
"allowNo": false,
|
|
152
151
|
"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"
|
|
161
152
|
}
|
|
162
153
|
},
|
|
163
154
|
"hasDynamicHelp": false,
|
|
164
155
|
"hiddenAliases": [],
|
|
165
|
-
"id": "
|
|
156
|
+
"id": "install",
|
|
166
157
|
"pluginAlias": "@memberjunction/cli",
|
|
167
158
|
"pluginName": "@memberjunction/cli",
|
|
168
159
|
"pluginType": "core",
|
|
@@ -172,28 +163,37 @@
|
|
|
172
163
|
"relativePath": [
|
|
173
164
|
"dist",
|
|
174
165
|
"commands",
|
|
175
|
-
"
|
|
166
|
+
"install",
|
|
176
167
|
"index.js"
|
|
177
168
|
]
|
|
178
169
|
},
|
|
179
|
-
"
|
|
170
|
+
"migrate": {
|
|
180
171
|
"aliases": [],
|
|
181
172
|
"args": {},
|
|
182
|
-
"description": "
|
|
173
|
+
"description": "Migrate MemberJunction database to latest version",
|
|
183
174
|
"examples": [
|
|
184
175
|
"<%= config.bin %> <%= command.id %>\n"
|
|
185
176
|
],
|
|
186
177
|
"flags": {
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
178
|
+
"verbose": {
|
|
179
|
+
"char": "v",
|
|
180
|
+
"description": "Enable additional logging",
|
|
181
|
+
"name": "verbose",
|
|
190
182
|
"allowNo": false,
|
|
191
183
|
"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": "migrate",
|
|
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
|
+
"migrate",
|
|
207
207
|
"index.js"
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"version": "2.23.
|
|
211
|
+
"version": "2.23.1"
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.1",
|
|
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.23.
|
|
53
|
+
"@memberjunction/codegen-lib": "2.23.1",
|
|
54
54
|
"@oclif/core": "^3",
|
|
55
55
|
"@oclif/plugin-help": "^6",
|
|
56
56
|
"@oclif/plugin-version": "^2.0.17",
|