@memberjunction/cli 2.100.0 → 2.100.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +41 -41
  2. package/package.json +5 -5
@@ -189,46 +189,6 @@
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
- },
232
192
  "sync:file-reset": {
233
193
  "aliases": [],
234
194
  "args": {},
@@ -669,6 +629,46 @@
669
629
  "watch.js"
670
630
  ]
671
631
  },
632
+ "migrate": {
633
+ "aliases": [],
634
+ "args": {},
635
+ "description": "Migrate MemberJunction database to latest version",
636
+ "examples": [
637
+ "<%= config.bin %> <%= command.id %>\n"
638
+ ],
639
+ "flags": {
640
+ "verbose": {
641
+ "char": "v",
642
+ "description": "Enable additional logging",
643
+ "name": "verbose",
644
+ "allowNo": false,
645
+ "type": "boolean"
646
+ },
647
+ "tag": {
648
+ "char": "t",
649
+ "description": "Version tag to use for running remote migrations",
650
+ "name": "tag",
651
+ "hasDynamicHelp": false,
652
+ "multiple": false,
653
+ "type": "option"
654
+ }
655
+ },
656
+ "hasDynamicHelp": false,
657
+ "hiddenAliases": [],
658
+ "id": "migrate",
659
+ "pluginAlias": "@memberjunction/cli",
660
+ "pluginName": "@memberjunction/cli",
661
+ "pluginType": "core",
662
+ "strict": true,
663
+ "enableJsonFlag": false,
664
+ "isESM": false,
665
+ "relativePath": [
666
+ "dist",
667
+ "commands",
668
+ "migrate",
669
+ "index.js"
670
+ ]
671
+ },
672
672
  "ai:actions:list": {
673
673
  "aliases": [],
674
674
  "args": {},
@@ -1061,5 +1061,5 @@
1061
1061
  ]
1062
1062
  }
1063
1063
  },
1064
- "version": "2.100.0"
1064
+ "version": "2.100.2"
1065
1065
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.100.0",
3
+ "version": "2.100.2",
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.100.0",
55
- "@memberjunction/codegen-lib": "2.100.0",
56
- "@memberjunction/metadata-sync": "2.100.0",
57
- "@memberjunction/sqlserver-dataprovider": "2.100.0",
54
+ "@memberjunction/ai-cli": "2.100.2",
55
+ "@memberjunction/codegen-lib": "2.100.2",
56
+ "@memberjunction/metadata-sync": "2.100.2",
57
+ "@memberjunction/sqlserver-dataprovider": "2.100.2",
58
58
  "@oclif/core": "^3",
59
59
  "@oclif/plugin-help": "^6",
60
60
  "@oclif/plugin-version": "^2.0.17",