@memberjunction/cli 2.86.0 → 2.87.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 +60 -60
  2. package/package.json +5 -5
@@ -22,38 +22,6 @@
22
22
  "index.js"
23
23
  ]
24
24
  },
25
- "clean": {
26
- "aliases": [],
27
- "args": {},
28
- "description": "Resets the MemberJunction database to a pre-installation state",
29
- "examples": [
30
- "<%= config.bin %> <%= command.id %>\n"
31
- ],
32
- "flags": {
33
- "verbose": {
34
- "char": "v",
35
- "description": "Enable additional logging",
36
- "name": "verbose",
37
- "allowNo": false,
38
- "type": "boolean"
39
- }
40
- },
41
- "hasDynamicHelp": false,
42
- "hiddenAliases": [],
43
- "id": "clean",
44
- "pluginAlias": "@memberjunction/cli",
45
- "pluginName": "@memberjunction/cli",
46
- "pluginType": "core",
47
- "strict": true,
48
- "enableJsonFlag": false,
49
- "isESM": false,
50
- "relativePath": [
51
- "dist",
52
- "commands",
53
- "clean",
54
- "index.js"
55
- ]
56
- },
57
25
  "bump": {
58
26
  "aliases": [],
59
27
  "args": {},
@@ -126,24 +94,25 @@
126
94
  "index.js"
127
95
  ]
128
96
  },
129
- "codegen": {
97
+ "clean": {
130
98
  "aliases": [],
131
99
  "args": {},
132
- "description": "Run CodeGen to generate code and update metadata for MemberJunction",
100
+ "description": "Resets the MemberJunction database to a pre-installation state",
133
101
  "examples": [
134
102
  "<%= config.bin %> <%= command.id %>\n"
135
103
  ],
136
104
  "flags": {
137
- "skipdb": {
138
- "description": "Skip database migration",
139
- "name": "skipdb",
105
+ "verbose": {
106
+ "char": "v",
107
+ "description": "Enable additional logging",
108
+ "name": "verbose",
140
109
  "allowNo": false,
141
110
  "type": "boolean"
142
111
  }
143
112
  },
144
113
  "hasDynamicHelp": false,
145
114
  "hiddenAliases": [],
146
- "id": "codegen",
115
+ "id": "clean",
147
116
  "pluginAlias": "@memberjunction/cli",
148
117
  "pluginName": "@memberjunction/cli",
149
118
  "pluginType": "core",
@@ -153,29 +122,28 @@
153
122
  "relativePath": [
154
123
  "dist",
155
124
  "commands",
156
- "codegen",
125
+ "clean",
157
126
  "index.js"
158
127
  ]
159
128
  },
160
- "install": {
129
+ "codegen": {
161
130
  "aliases": [],
162
131
  "args": {},
163
- "description": "Install MemberJunction",
132
+ "description": "Run CodeGen to generate code and update metadata for MemberJunction",
164
133
  "examples": [
165
134
  "<%= config.bin %> <%= command.id %>\n"
166
135
  ],
167
136
  "flags": {
168
- "verbose": {
169
- "char": "v",
170
- "description": "Enable additional logging",
171
- "name": "verbose",
137
+ "skipdb": {
138
+ "description": "Skip database migration",
139
+ "name": "skipdb",
172
140
  "allowNo": false,
173
141
  "type": "boolean"
174
142
  }
175
143
  },
176
144
  "hasDynamicHelp": false,
177
145
  "hiddenAliases": [],
178
- "id": "install",
146
+ "id": "codegen",
179
147
  "pluginAlias": "@memberjunction/cli",
180
148
  "pluginName": "@memberjunction/cli",
181
149
  "pluginType": "core",
@@ -185,14 +153,14 @@
185
153
  "relativePath": [
186
154
  "dist",
187
155
  "commands",
188
- "install",
156
+ "codegen",
189
157
  "index.js"
190
158
  ]
191
159
  },
192
- "migrate": {
160
+ "install": {
193
161
  "aliases": [],
194
162
  "args": {},
195
- "description": "Migrate MemberJunction database to latest version",
163
+ "description": "Install MemberJunction",
196
164
  "examples": [
197
165
  "<%= config.bin %> <%= command.id %>\n"
198
166
  ],
@@ -203,19 +171,11 @@
203
171
  "name": "verbose",
204
172
  "allowNo": false,
205
173
  "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
174
  }
215
175
  },
216
176
  "hasDynamicHelp": false,
217
177
  "hiddenAliases": [],
218
- "id": "migrate",
178
+ "id": "install",
219
179
  "pluginAlias": "@memberjunction/cli",
220
180
  "pluginName": "@memberjunction/cli",
221
181
  "pluginType": "core",
@@ -225,7 +185,7 @@
225
185
  "relativePath": [
226
186
  "dist",
227
187
  "commands",
228
- "migrate",
188
+ "install",
229
189
  "index.js"
230
190
  ]
231
191
  },
@@ -661,6 +621,46 @@
661
621
  "watch.js"
662
622
  ]
663
623
  },
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.86.0"
1056
+ "version": "2.87.0"
1057
1057
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.86.0",
3
+ "version": "2.87.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.86.0",
55
- "@memberjunction/codegen-lib": "2.86.0",
56
- "@memberjunction/metadata-sync": "2.86.0",
57
- "@memberjunction/sqlserver-dataprovider": "2.86.0",
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",
58
58
  "@oclif/core": "^3",
59
59
  "@oclif/plugin-help": "^6",
60
60
  "@oclif/plugin-version": "^2.0.17",