@memberjunction/cli 2.23.0 → 2.23.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/README.md +6 -6
- package/oclif.manifest.json +64 -64
- 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.2 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.2/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.2/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.2/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.2/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.2/src/commands/migrate/index.ts)_
|
|
168
168
|
|
|
169
169
|
## `mj version`
|
|
170
170
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"codegen": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {},
|
|
6
|
+
"description": "Run CodeGen to generate code and update metadata for MemberJunction",
|
|
7
|
+
"examples": [
|
|
8
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
9
|
+
],
|
|
10
|
+
"flags": {
|
|
11
|
+
"skipdb": {
|
|
12
|
+
"description": "Skip database migration",
|
|
13
|
+
"name": "skipdb",
|
|
14
|
+
"allowNo": false,
|
|
15
|
+
"type": "boolean"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"hasDynamicHelp": false,
|
|
19
|
+
"hiddenAliases": [],
|
|
20
|
+
"id": "codegen",
|
|
21
|
+
"pluginAlias": "@memberjunction/cli",
|
|
22
|
+
"pluginName": "@memberjunction/cli",
|
|
23
|
+
"pluginType": "core",
|
|
24
|
+
"strict": true,
|
|
25
|
+
"enableJsonFlag": false,
|
|
26
|
+
"isESM": false,
|
|
27
|
+
"relativePath": [
|
|
28
|
+
"dist",
|
|
29
|
+
"commands",
|
|
30
|
+
"codegen",
|
|
31
|
+
"index.js"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"clean": {
|
|
35
|
+
"aliases": [],
|
|
36
|
+
"args": {},
|
|
37
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
38
|
+
"examples": [
|
|
39
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
40
|
+
],
|
|
41
|
+
"flags": {
|
|
42
|
+
"verbose": {
|
|
43
|
+
"char": "v",
|
|
44
|
+
"description": "Enable additional logging",
|
|
45
|
+
"name": "verbose",
|
|
46
|
+
"allowNo": false,
|
|
47
|
+
"type": "boolean"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"hasDynamicHelp": false,
|
|
51
|
+
"hiddenAliases": [],
|
|
52
|
+
"id": "clean",
|
|
53
|
+
"pluginAlias": "@memberjunction/cli",
|
|
54
|
+
"pluginName": "@memberjunction/cli",
|
|
55
|
+
"pluginType": "core",
|
|
56
|
+
"strict": true,
|
|
57
|
+
"enableJsonFlag": false,
|
|
58
|
+
"isESM": false,
|
|
59
|
+
"relativePath": [
|
|
60
|
+
"dist",
|
|
61
|
+
"commands",
|
|
62
|
+
"clean",
|
|
63
|
+
"index.js"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
3
66
|
"bump": {
|
|
4
67
|
"aliases": [],
|
|
5
68
|
"args": {},
|
|
@@ -72,38 +135,6 @@
|
|
|
72
135
|
"index.js"
|
|
73
136
|
]
|
|
74
137
|
},
|
|
75
|
-
"clean": {
|
|
76
|
-
"aliases": [],
|
|
77
|
-
"args": {},
|
|
78
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
79
|
-
"examples": [
|
|
80
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
81
|
-
],
|
|
82
|
-
"flags": {
|
|
83
|
-
"verbose": {
|
|
84
|
-
"char": "v",
|
|
85
|
-
"description": "Enable additional logging",
|
|
86
|
-
"name": "verbose",
|
|
87
|
-
"allowNo": false,
|
|
88
|
-
"type": "boolean"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"hasDynamicHelp": false,
|
|
92
|
-
"hiddenAliases": [],
|
|
93
|
-
"id": "clean",
|
|
94
|
-
"pluginAlias": "@memberjunction/cli",
|
|
95
|
-
"pluginName": "@memberjunction/cli",
|
|
96
|
-
"pluginType": "core",
|
|
97
|
-
"strict": true,
|
|
98
|
-
"enableJsonFlag": false,
|
|
99
|
-
"isESM": false,
|
|
100
|
-
"relativePath": [
|
|
101
|
-
"dist",
|
|
102
|
-
"commands",
|
|
103
|
-
"clean",
|
|
104
|
-
"index.js"
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
138
|
"install": {
|
|
108
139
|
"aliases": [],
|
|
109
140
|
"args": {},
|
|
@@ -175,38 +206,7 @@
|
|
|
175
206
|
"migrate",
|
|
176
207
|
"index.js"
|
|
177
208
|
]
|
|
178
|
-
},
|
|
179
|
-
"codegen": {
|
|
180
|
-
"aliases": [],
|
|
181
|
-
"args": {},
|
|
182
|
-
"description": "Run CodeGen to generate code and update metadata for MemberJunction",
|
|
183
|
-
"examples": [
|
|
184
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
185
|
-
],
|
|
186
|
-
"flags": {
|
|
187
|
-
"skipdb": {
|
|
188
|
-
"description": "Skip database migration",
|
|
189
|
-
"name": "skipdb",
|
|
190
|
-
"allowNo": false,
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"hasDynamicHelp": false,
|
|
195
|
-
"hiddenAliases": [],
|
|
196
|
-
"id": "codegen",
|
|
197
|
-
"pluginAlias": "@memberjunction/cli",
|
|
198
|
-
"pluginName": "@memberjunction/cli",
|
|
199
|
-
"pluginType": "core",
|
|
200
|
-
"strict": true,
|
|
201
|
-
"enableJsonFlag": false,
|
|
202
|
-
"isESM": false,
|
|
203
|
-
"relativePath": [
|
|
204
|
-
"dist",
|
|
205
|
-
"commands",
|
|
206
|
-
"codegen",
|
|
207
|
-
"index.js"
|
|
208
|
-
]
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"version": "2.23.
|
|
211
|
+
"version": "2.23.2"
|
|
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.2",
|
|
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.2",
|
|
54
54
|
"@oclif/core": "^3",
|
|
55
55
|
"@oclif/plugin-help": "^6",
|
|
56
56
|
"@oclif/plugin-version": "^2.0.17",
|