@memberjunction/cli 2.87.0 → 2.89.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +56 -56
  2. package/package.json +5 -5
@@ -94,10 +94,41 @@
94
94
  "index.js"
95
95
  ]
96
96
  },
97
- "clean": {
97
+ "codegen": {
98
98
  "aliases": [],
99
99
  "args": {},
100
- "description": "Resets the MemberJunction database to a pre-installation state",
100
+ "description": "Run CodeGen to generate code and update metadata for MemberJunction",
101
+ "examples": [
102
+ "<%= config.bin %> <%= command.id %>\n"
103
+ ],
104
+ "flags": {
105
+ "skipdb": {
106
+ "description": "Skip database migration",
107
+ "name": "skipdb",
108
+ "allowNo": false,
109
+ "type": "boolean"
110
+ }
111
+ },
112
+ "hasDynamicHelp": false,
113
+ "hiddenAliases": [],
114
+ "id": "codegen",
115
+ "pluginAlias": "@memberjunction/cli",
116
+ "pluginName": "@memberjunction/cli",
117
+ "pluginType": "core",
118
+ "strict": true,
119
+ "enableJsonFlag": false,
120
+ "isESM": false,
121
+ "relativePath": [
122
+ "dist",
123
+ "commands",
124
+ "codegen",
125
+ "index.js"
126
+ ]
127
+ },
128
+ "install": {
129
+ "aliases": [],
130
+ "args": {},
131
+ "description": "Install MemberJunction",
101
132
  "examples": [
102
133
  "<%= config.bin %> <%= command.id %>\n"
103
134
  ],
@@ -112,7 +143,7 @@
112
143
  },
113
144
  "hasDynamicHelp": false,
114
145
  "hiddenAliases": [],
115
- "id": "clean",
146
+ "id": "install",
116
147
  "pluginAlias": "@memberjunction/cli",
117
148
  "pluginName": "@memberjunction/cli",
118
149
  "pluginType": "core",
@@ -122,28 +153,29 @@
122
153
  "relativePath": [
123
154
  "dist",
124
155
  "commands",
125
- "clean",
156
+ "install",
126
157
  "index.js"
127
158
  ]
128
159
  },
129
- "codegen": {
160
+ "clean": {
130
161
  "aliases": [],
131
162
  "args": {},
132
- "description": "Run CodeGen to generate code and update metadata for MemberJunction",
163
+ "description": "Resets the MemberJunction database to a pre-installation state",
133
164
  "examples": [
134
165
  "<%= config.bin %> <%= command.id %>\n"
135
166
  ],
136
167
  "flags": {
137
- "skipdb": {
138
- "description": "Skip database migration",
139
- "name": "skipdb",
168
+ "verbose": {
169
+ "char": "v",
170
+ "description": "Enable additional logging",
171
+ "name": "verbose",
140
172
  "allowNo": false,
141
173
  "type": "boolean"
142
174
  }
143
175
  },
144
176
  "hasDynamicHelp": false,
145
177
  "hiddenAliases": [],
146
- "id": "codegen",
178
+ "id": "clean",
147
179
  "pluginAlias": "@memberjunction/cli",
148
180
  "pluginName": "@memberjunction/cli",
149
181
  "pluginType": "core",
@@ -153,14 +185,14 @@
153
185
  "relativePath": [
154
186
  "dist",
155
187
  "commands",
156
- "codegen",
188
+ "clean",
157
189
  "index.js"
158
190
  ]
159
191
  },
160
- "install": {
192
+ "migrate": {
161
193
  "aliases": [],
162
194
  "args": {},
163
- "description": "Install MemberJunction",
195
+ "description": "Migrate MemberJunction database to latest version",
164
196
  "examples": [
165
197
  "<%= config.bin %> <%= command.id %>\n"
166
198
  ],
@@ -171,11 +203,19 @@
171
203
  "name": "verbose",
172
204
  "allowNo": false,
173
205
  "type": "boolean"
206
+ },
207
+ "tag": {
208
+ "char": "t",
209
+ "description": "Version tag to use for running remote migrations",
210
+ "name": "tag",
211
+ "hasDynamicHelp": false,
212
+ "multiple": false,
213
+ "type": "option"
174
214
  }
175
215
  },
176
216
  "hasDynamicHelp": false,
177
217
  "hiddenAliases": [],
178
- "id": "install",
218
+ "id": "migrate",
179
219
  "pluginAlias": "@memberjunction/cli",
180
220
  "pluginName": "@memberjunction/cli",
181
221
  "pluginType": "core",
@@ -185,7 +225,7 @@
185
225
  "relativePath": [
186
226
  "dist",
187
227
  "commands",
188
- "install",
228
+ "migrate",
189
229
  "index.js"
190
230
  ]
191
231
  },
@@ -621,46 +661,6 @@
621
661
  "watch.js"
622
662
  ]
623
663
  },
624
- "migrate": {
625
- "aliases": [],
626
- "args": {},
627
- "description": "Migrate MemberJunction database to latest version",
628
- "examples": [
629
- "<%= config.bin %> <%= command.id %>\n"
630
- ],
631
- "flags": {
632
- "verbose": {
633
- "char": "v",
634
- "description": "Enable additional logging",
635
- "name": "verbose",
636
- "allowNo": false,
637
- "type": "boolean"
638
- },
639
- "tag": {
640
- "char": "t",
641
- "description": "Version tag to use for running remote migrations",
642
- "name": "tag",
643
- "hasDynamicHelp": false,
644
- "multiple": false,
645
- "type": "option"
646
- }
647
- },
648
- "hasDynamicHelp": false,
649
- "hiddenAliases": [],
650
- "id": "migrate",
651
- "pluginAlias": "@memberjunction/cli",
652
- "pluginName": "@memberjunction/cli",
653
- "pluginType": "core",
654
- "strict": true,
655
- "enableJsonFlag": false,
656
- "isESM": false,
657
- "relativePath": [
658
- "dist",
659
- "commands",
660
- "migrate",
661
- "index.js"
662
- ]
663
- },
664
664
  "ai:actions:list": {
665
665
  "aliases": [],
666
666
  "args": {},
@@ -1053,5 +1053,5 @@
1053
1053
  ]
1054
1054
  }
1055
1055
  },
1056
- "version": "2.87.0"
1056
+ "version": "2.89.0"
1057
1057
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.87.0",
3
+ "version": "2.89.0",
4
4
  "description": "MemberJunction command line tools",
5
5
  "keywords": [
6
6
  "oclif"
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@inquirer/prompts": "^5.0.1",
54
- "@memberjunction/ai-cli": "2.87.0",
55
- "@memberjunction/codegen-lib": "2.87.0",
56
- "@memberjunction/metadata-sync": "2.87.0",
57
- "@memberjunction/sqlserver-dataprovider": "2.87.0",
54
+ "@memberjunction/ai-cli": "2.89.0",
55
+ "@memberjunction/codegen-lib": "2.89.0",
56
+ "@memberjunction/metadata-sync": "2.89.0",
57
+ "@memberjunction/sqlserver-dataprovider": "2.89.0",
58
58
  "@oclif/core": "^3",
59
59
  "@oclif/plugin-help": "^6",
60
60
  "@oclif/plugin-version": "^2.0.17",