@memberjunction/cli 2.48.0 → 2.49.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 +20 -20
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -72,24 +72,25 @@
|
|
|
72
72
|
"index.js"
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"clean": {
|
|
76
76
|
"aliases": [],
|
|
77
77
|
"args": {},
|
|
78
|
-
"description": "
|
|
78
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
79
79
|
"examples": [
|
|
80
80
|
"<%= config.bin %> <%= command.id %>\n"
|
|
81
81
|
],
|
|
82
82
|
"flags": {
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
83
|
+
"verbose": {
|
|
84
|
+
"char": "v",
|
|
85
|
+
"description": "Enable additional logging",
|
|
86
|
+
"name": "verbose",
|
|
86
87
|
"allowNo": false,
|
|
87
88
|
"type": "boolean"
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
91
|
"hasDynamicHelp": false,
|
|
91
92
|
"hiddenAliases": [],
|
|
92
|
-
"id": "
|
|
93
|
+
"id": "clean",
|
|
93
94
|
"pluginAlias": "@memberjunction/cli",
|
|
94
95
|
"pluginName": "@memberjunction/cli",
|
|
95
96
|
"pluginType": "core",
|
|
@@ -99,29 +100,28 @@
|
|
|
99
100
|
"relativePath": [
|
|
100
101
|
"dist",
|
|
101
102
|
"commands",
|
|
102
|
-
"
|
|
103
|
+
"clean",
|
|
103
104
|
"index.js"
|
|
104
105
|
]
|
|
105
106
|
},
|
|
106
|
-
"
|
|
107
|
+
"codegen": {
|
|
107
108
|
"aliases": [],
|
|
108
109
|
"args": {},
|
|
109
|
-
"description": "
|
|
110
|
+
"description": "Run CodeGen to generate code and update metadata for MemberJunction",
|
|
110
111
|
"examples": [
|
|
111
112
|
"<%= config.bin %> <%= command.id %>\n"
|
|
112
113
|
],
|
|
113
114
|
"flags": {
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"name": "verbose",
|
|
115
|
+
"skipdb": {
|
|
116
|
+
"description": "Skip database migration",
|
|
117
|
+
"name": "skipdb",
|
|
118
118
|
"allowNo": false,
|
|
119
119
|
"type": "boolean"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"hasDynamicHelp": false,
|
|
123
123
|
"hiddenAliases": [],
|
|
124
|
-
"id": "
|
|
124
|
+
"id": "codegen",
|
|
125
125
|
"pluginAlias": "@memberjunction/cli",
|
|
126
126
|
"pluginName": "@memberjunction/cli",
|
|
127
127
|
"pluginType": "core",
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
"relativePath": [
|
|
132
132
|
"dist",
|
|
133
133
|
"commands",
|
|
134
|
-
"
|
|
134
|
+
"codegen",
|
|
135
135
|
"index.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"install": {
|
|
139
139
|
"aliases": [],
|
|
140
140
|
"args": {},
|
|
141
|
-
"description": "
|
|
141
|
+
"description": "Install MemberJunction",
|
|
142
142
|
"examples": [
|
|
143
143
|
"<%= config.bin %> <%= command.id %>\n"
|
|
144
144
|
],
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
"hasDynamicHelp": false,
|
|
155
155
|
"hiddenAliases": [],
|
|
156
|
-
"id": "
|
|
156
|
+
"id": "install",
|
|
157
157
|
"pluginAlias": "@memberjunction/cli",
|
|
158
158
|
"pluginName": "@memberjunction/cli",
|
|
159
159
|
"pluginType": "core",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"relativePath": [
|
|
164
164
|
"dist",
|
|
165
165
|
"commands",
|
|
166
|
-
"
|
|
166
|
+
"install",
|
|
167
167
|
"index.js"
|
|
168
168
|
]
|
|
169
169
|
},
|
|
@@ -208,5 +208,5 @@
|
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"version": "2.
|
|
211
|
+
"version": "2.49.0"
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.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.49.0",
|
|
54
54
|
"@oclif/core": "^3",
|
|
55
55
|
"@oclif/plugin-help": "^6",
|
|
56
56
|
"@oclif/plugin-version": "^2.0.17",
|