@memberjunction/cli 2.90.0 → 2.91.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 +41 -41
  2. package/package.json +5 -5
@@ -189,6 +189,46 @@
189
189
  "index.js"
190
190
  ]
191
191
  },
192
+ "migrate": {
193
+ "aliases": [],
194
+ "args": {},
195
+ "description": "Migrate MemberJunction database to latest version",
196
+ "examples": [
197
+ "<%= config.bin %> <%= command.id %>\n"
198
+ ],
199
+ "flags": {
200
+ "verbose": {
201
+ "char": "v",
202
+ "description": "Enable additional logging",
203
+ "name": "verbose",
204
+ "allowNo": false,
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"
214
+ }
215
+ },
216
+ "hasDynamicHelp": false,
217
+ "hiddenAliases": [],
218
+ "id": "migrate",
219
+ "pluginAlias": "@memberjunction/cli",
220
+ "pluginName": "@memberjunction/cli",
221
+ "pluginType": "core",
222
+ "strict": true,
223
+ "enableJsonFlag": false,
224
+ "isESM": false,
225
+ "relativePath": [
226
+ "dist",
227
+ "commands",
228
+ "migrate",
229
+ "index.js"
230
+ ]
231
+ },
192
232
  "sync:file-reset": {
193
233
  "aliases": [],
194
234
  "args": {},
@@ -752,46 +792,6 @@
752
792
  "run.js"
753
793
  ]
754
794
  },
755
- "migrate": {
756
- "aliases": [],
757
- "args": {},
758
- "description": "Migrate MemberJunction database to latest version",
759
- "examples": [
760
- "<%= config.bin %> <%= command.id %>\n"
761
- ],
762
- "flags": {
763
- "verbose": {
764
- "char": "v",
765
- "description": "Enable additional logging",
766
- "name": "verbose",
767
- "allowNo": false,
768
- "type": "boolean"
769
- },
770
- "tag": {
771
- "char": "t",
772
- "description": "Version tag to use for running remote migrations",
773
- "name": "tag",
774
- "hasDynamicHelp": false,
775
- "multiple": false,
776
- "type": "option"
777
- }
778
- },
779
- "hasDynamicHelp": false,
780
- "hiddenAliases": [],
781
- "id": "migrate",
782
- "pluginAlias": "@memberjunction/cli",
783
- "pluginName": "@memberjunction/cli",
784
- "pluginType": "core",
785
- "strict": true,
786
- "enableJsonFlag": false,
787
- "isESM": false,
788
- "relativePath": [
789
- "dist",
790
- "commands",
791
- "migrate",
792
- "index.js"
793
- ]
794
- },
795
795
  "ai:agents:list": {
796
796
  "aliases": [],
797
797
  "args": {},
@@ -1061,5 +1061,5 @@
1061
1061
  ]
1062
1062
  }
1063
1063
  },
1064
- "version": "2.90.0"
1064
+ "version": "2.91.0"
1065
1065
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.90.0",
3
+ "version": "2.91.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.90.0",
55
- "@memberjunction/codegen-lib": "2.90.0",
56
- "@memberjunction/metadata-sync": "2.90.0",
57
- "@memberjunction/sqlserver-dataprovider": "2.90.0",
54
+ "@memberjunction/ai-cli": "2.91.0",
55
+ "@memberjunction/codegen-lib": "2.91.0",
56
+ "@memberjunction/metadata-sync": "2.91.0",
57
+ "@memberjunction/sqlserver-dataprovider": "2.91.0",
58
58
  "@oclif/core": "^3",
59
59
  "@oclif/plugin-help": "^6",
60
60
  "@oclif/plugin-version": "^2.0.17",