@memberjunction/cli 2.87.0 → 2.88.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": {},
@@ -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.88.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.88.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.88.0",
55
+ "@memberjunction/codegen-lib": "2.88.0",
56
+ "@memberjunction/metadata-sync": "2.88.0",
57
+ "@memberjunction/sqlserver-dataprovider": "2.88.0",
58
58
  "@oclif/core": "^3",
59
59
  "@oclif/plugin-help": "^6",
60
60
  "@oclif/plugin-version": "^2.0.17",