@memberjunction/cli 2.123.1 → 2.124.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 +37 -37
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
|
@@ -94,38 +94,6 @@
|
|
|
94
94
|
"index.js"
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
|
-
"clean": {
|
|
98
|
-
"aliases": [],
|
|
99
|
-
"args": {},
|
|
100
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
101
|
-
"examples": [
|
|
102
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
103
|
-
],
|
|
104
|
-
"flags": {
|
|
105
|
-
"verbose": {
|
|
106
|
-
"char": "v",
|
|
107
|
-
"description": "Enable additional logging",
|
|
108
|
-
"name": "verbose",
|
|
109
|
-
"allowNo": false,
|
|
110
|
-
"type": "boolean"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"hasDynamicHelp": false,
|
|
114
|
-
"hiddenAliases": [],
|
|
115
|
-
"id": "clean",
|
|
116
|
-
"pluginAlias": "@memberjunction/cli",
|
|
117
|
-
"pluginName": "@memberjunction/cli",
|
|
118
|
-
"pluginType": "core",
|
|
119
|
-
"strict": true,
|
|
120
|
-
"enableJsonFlag": false,
|
|
121
|
-
"isESM": false,
|
|
122
|
-
"relativePath": [
|
|
123
|
-
"dist",
|
|
124
|
-
"commands",
|
|
125
|
-
"clean",
|
|
126
|
-
"index.js"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
97
|
"codegen": {
|
|
130
98
|
"aliases": [],
|
|
131
99
|
"args": {},
|
|
@@ -594,10 +562,10 @@
|
|
|
594
562
|
"status.js"
|
|
595
563
|
]
|
|
596
564
|
},
|
|
597
|
-
"
|
|
565
|
+
"clean": {
|
|
598
566
|
"aliases": [],
|
|
599
567
|
"args": {},
|
|
600
|
-
"description": "
|
|
568
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
601
569
|
"examples": [
|
|
602
570
|
"<%= config.bin %> <%= command.id %>\n"
|
|
603
571
|
],
|
|
@@ -612,7 +580,7 @@
|
|
|
612
580
|
},
|
|
613
581
|
"hasDynamicHelp": false,
|
|
614
582
|
"hiddenAliases": [],
|
|
615
|
-
"id": "
|
|
583
|
+
"id": "clean",
|
|
616
584
|
"pluginAlias": "@memberjunction/cli",
|
|
617
585
|
"pluginName": "@memberjunction/cli",
|
|
618
586
|
"pluginType": "core",
|
|
@@ -622,7 +590,7 @@
|
|
|
622
590
|
"relativePath": [
|
|
623
591
|
"dist",
|
|
624
592
|
"commands",
|
|
625
|
-
"
|
|
593
|
+
"clean",
|
|
626
594
|
"index.js"
|
|
627
595
|
]
|
|
628
596
|
},
|
|
@@ -666,6 +634,38 @@
|
|
|
666
634
|
"index.js"
|
|
667
635
|
]
|
|
668
636
|
},
|
|
637
|
+
"install": {
|
|
638
|
+
"aliases": [],
|
|
639
|
+
"args": {},
|
|
640
|
+
"description": "Install MemberJunction",
|
|
641
|
+
"examples": [
|
|
642
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
643
|
+
],
|
|
644
|
+
"flags": {
|
|
645
|
+
"verbose": {
|
|
646
|
+
"char": "v",
|
|
647
|
+
"description": "Enable additional logging",
|
|
648
|
+
"name": "verbose",
|
|
649
|
+
"allowNo": false,
|
|
650
|
+
"type": "boolean"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"hasDynamicHelp": false,
|
|
654
|
+
"hiddenAliases": [],
|
|
655
|
+
"id": "install",
|
|
656
|
+
"pluginAlias": "@memberjunction/cli",
|
|
657
|
+
"pluginName": "@memberjunction/cli",
|
|
658
|
+
"pluginType": "core",
|
|
659
|
+
"strict": true,
|
|
660
|
+
"enableJsonFlag": false,
|
|
661
|
+
"isESM": false,
|
|
662
|
+
"relativePath": [
|
|
663
|
+
"dist",
|
|
664
|
+
"commands",
|
|
665
|
+
"install",
|
|
666
|
+
"index.js"
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
669
|
"sync:file-reset": {
|
|
670
670
|
"aliases": [],
|
|
671
671
|
"args": {},
|
|
@@ -2285,5 +2285,5 @@
|
|
|
2285
2285
|
]
|
|
2286
2286
|
}
|
|
2287
2287
|
},
|
|
2288
|
-
"version": "2.
|
|
2288
|
+
"version": "2.124.0"
|
|
2289
2289
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.124.0",
|
|
4
4
|
"description": "MemberJunction command line tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oclif"
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@inquirer/prompts": "^5.0.1",
|
|
54
|
-
"@memberjunction/ai-cli": "2.
|
|
55
|
-
"@memberjunction/codegen-lib": "2.
|
|
56
|
-
"@memberjunction/core": "2.
|
|
57
|
-
"@memberjunction/db-auto-doc": "2.
|
|
58
|
-
"@memberjunction/metadata-sync": "2.
|
|
59
|
-
"@memberjunction/sqlserver-dataprovider": "2.
|
|
60
|
-
"@memberjunction/testing-cli": "2.
|
|
54
|
+
"@memberjunction/ai-cli": "2.124.0",
|
|
55
|
+
"@memberjunction/codegen-lib": "2.124.0",
|
|
56
|
+
"@memberjunction/core": "2.124.0",
|
|
57
|
+
"@memberjunction/db-auto-doc": "2.124.0",
|
|
58
|
+
"@memberjunction/metadata-sync": "2.124.0",
|
|
59
|
+
"@memberjunction/sqlserver-dataprovider": "2.124.0",
|
|
60
|
+
"@memberjunction/testing-cli": "2.124.0",
|
|
61
61
|
"@oclif/core": "^3",
|
|
62
62
|
"@oclif/plugin-help": "^6",
|
|
63
63
|
"@oclif/plugin-version": "^2.0.17",
|