@memberjunction/cli 2.60.0 → 2.62.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 +33 -33
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"clean": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {},
|
|
6
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
7
|
+
"examples": [
|
|
8
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
9
|
+
],
|
|
10
|
+
"flags": {
|
|
11
|
+
"verbose": {
|
|
12
|
+
"char": "v",
|
|
13
|
+
"description": "Enable additional logging",
|
|
14
|
+
"name": "verbose",
|
|
15
|
+
"allowNo": false,
|
|
16
|
+
"type": "boolean"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"hasDynamicHelp": false,
|
|
20
|
+
"hiddenAliases": [],
|
|
21
|
+
"id": "clean",
|
|
22
|
+
"pluginAlias": "@memberjunction/cli",
|
|
23
|
+
"pluginName": "@memberjunction/cli",
|
|
24
|
+
"pluginType": "core",
|
|
25
|
+
"strict": true,
|
|
26
|
+
"enableJsonFlag": false,
|
|
27
|
+
"isESM": false,
|
|
28
|
+
"relativePath": [
|
|
29
|
+
"dist",
|
|
30
|
+
"commands",
|
|
31
|
+
"clean",
|
|
32
|
+
"index.js"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
3
35
|
"bump": {
|
|
4
36
|
"aliases": [],
|
|
5
37
|
"args": {},
|
|
@@ -72,38 +104,6 @@
|
|
|
72
104
|
"index.js"
|
|
73
105
|
]
|
|
74
106
|
},
|
|
75
|
-
"clean": {
|
|
76
|
-
"aliases": [],
|
|
77
|
-
"args": {},
|
|
78
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
79
|
-
"examples": [
|
|
80
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
81
|
-
],
|
|
82
|
-
"flags": {
|
|
83
|
-
"verbose": {
|
|
84
|
-
"char": "v",
|
|
85
|
-
"description": "Enable additional logging",
|
|
86
|
-
"name": "verbose",
|
|
87
|
-
"allowNo": false,
|
|
88
|
-
"type": "boolean"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"hasDynamicHelp": false,
|
|
92
|
-
"hiddenAliases": [],
|
|
93
|
-
"id": "clean",
|
|
94
|
-
"pluginAlias": "@memberjunction/cli",
|
|
95
|
-
"pluginName": "@memberjunction/cli",
|
|
96
|
-
"pluginType": "core",
|
|
97
|
-
"strict": true,
|
|
98
|
-
"enableJsonFlag": false,
|
|
99
|
-
"isESM": false,
|
|
100
|
-
"relativePath": [
|
|
101
|
-
"dist",
|
|
102
|
-
"commands",
|
|
103
|
-
"clean",
|
|
104
|
-
"index.js"
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
107
|
"codegen": {
|
|
108
108
|
"aliases": [],
|
|
109
109
|
"args": {},
|
|
@@ -577,5 +577,5 @@
|
|
|
577
577
|
]
|
|
578
578
|
}
|
|
579
579
|
},
|
|
580
|
-
"version": "2.
|
|
580
|
+
"version": "2.62.0"
|
|
581
581
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0",
|
|
4
4
|
"description": "MemberJunction command line tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oclif"
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@inquirer/prompts": "^5.0.1",
|
|
54
|
-
"@memberjunction/codegen-lib": "2.
|
|
55
|
-
"@memberjunction/metadata-sync": "2.
|
|
56
|
-
"@memberjunction/sqlserver-dataprovider": "2.
|
|
54
|
+
"@memberjunction/codegen-lib": "2.62.0",
|
|
55
|
+
"@memberjunction/metadata-sync": "2.62.0",
|
|
56
|
+
"@memberjunction/sqlserver-dataprovider": "2.62.0",
|
|
57
57
|
"@oclif/core": "^3",
|
|
58
58
|
"@oclif/plugin-help": "^6",
|
|
59
59
|
"@oclif/plugin-version": "^2.0.17",
|