@salesforce/cli 2.28.4 → 2.28.5
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/README.md +2 -2
- package/dist/help/sfHelp.js +18 -12
- package/npm-shrinkwrap.json +11208 -16949
- package/oclif.manifest.json +1 -1
- package/package.json +12 -8
- package/theme.json +16 -0
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.28.
|
|
4
|
+
"version": "2.28.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"/oclif.manifest.json",
|
|
20
20
|
"/npm-shrinkwrap.json",
|
|
21
21
|
"/scripts/preinstall.js",
|
|
22
|
-
"/scripts/post-install-release-notes.js"
|
|
22
|
+
"/scripts/post-install-release-notes.js",
|
|
23
|
+
"/theme.json"
|
|
23
24
|
],
|
|
24
25
|
"keywords": [
|
|
25
26
|
"oclif",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"flexibleTaxonomy": true,
|
|
42
43
|
"commands": "./dist/commands",
|
|
43
44
|
"helpClass": "./dist/help/sfHelp.js",
|
|
45
|
+
"theme": "theme.json",
|
|
44
46
|
"plugins": [
|
|
45
47
|
"@oclif/plugin-autocomplete",
|
|
46
48
|
"@oclif/plugin-commands",
|
|
@@ -134,14 +136,14 @@
|
|
|
134
136
|
},
|
|
135
137
|
"dependencies": {
|
|
136
138
|
"@inquirer/select": "^1.3.1",
|
|
137
|
-
"@oclif/core": "3.
|
|
139
|
+
"@oclif/core": "3.19.0",
|
|
138
140
|
"@oclif/plugin-autocomplete": "3.0.7",
|
|
139
141
|
"@oclif/plugin-commands": "3.1.2",
|
|
140
142
|
"@oclif/plugin-help": "6.0.12",
|
|
141
143
|
"@oclif/plugin-not-found": "3.0.10",
|
|
142
144
|
"@oclif/plugin-plugins": "4.2.1",
|
|
143
145
|
"@oclif/plugin-search": "1.0.13",
|
|
144
|
-
"@oclif/plugin-update": "4.1.
|
|
146
|
+
"@oclif/plugin-update": "4.1.10",
|
|
145
147
|
"@oclif/plugin-version": "2.0.12",
|
|
146
148
|
"@oclif/plugin-warn-if-update-available": "3.0.10",
|
|
147
149
|
"@oclif/plugin-which": "3.0.15",
|
|
@@ -163,8 +165,10 @@
|
|
|
163
165
|
"@salesforce/plugin-templates": "56.0.13",
|
|
164
166
|
"@salesforce/plugin-trust": "3.3.6",
|
|
165
167
|
"@salesforce/plugin-user": "3.2.7",
|
|
166
|
-
"@salesforce/sf-plugins-core": "7.1.
|
|
167
|
-
"
|
|
168
|
+
"@salesforce/sf-plugins-core": "7.1.8",
|
|
169
|
+
"chalk": "^5.3.0",
|
|
170
|
+
"debug": "^4.3.4",
|
|
171
|
+
"strip-ansi": "^7.1.0"
|
|
168
172
|
},
|
|
169
173
|
"pinnedDependencies": [
|
|
170
174
|
"@oclif/core",
|
|
@@ -247,11 +251,11 @@
|
|
|
247
251
|
"devDependencies": {
|
|
248
252
|
"@oclif/plugin-command-snapshot": "^4.0.2",
|
|
249
253
|
"@salesforce/dev-scripts": "^8.1.0",
|
|
250
|
-
"@salesforce/plugin-release-management": "^4.
|
|
254
|
+
"@salesforce/plugin-release-management": "^4.7.7",
|
|
251
255
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
252
256
|
"@types/debug": "^4.1.12",
|
|
253
257
|
"aws-sdk": "^2.1545.0",
|
|
254
|
-
"oclif": "^4.4.
|
|
258
|
+
"oclif": "^4.4.4",
|
|
255
259
|
"ts-node": "^10.9.1",
|
|
256
260
|
"typescript": "^5"
|
|
257
261
|
},
|
package/theme.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aliases": "none",
|
|
3
|
+
"bin": "blueBright",
|
|
4
|
+
"command": "blueBright",
|
|
5
|
+
"commandSummary": "none",
|
|
6
|
+
"dollarSign": "green",
|
|
7
|
+
"flag": "green",
|
|
8
|
+
"flagDefaultValue": "blueBright",
|
|
9
|
+
"flagOptions": "blueBright",
|
|
10
|
+
"flagRequired": "red",
|
|
11
|
+
"flagSeparator": "none",
|
|
12
|
+
"sectionDescription": "none",
|
|
13
|
+
"sectionHeader": "blue",
|
|
14
|
+
"topic": "blueBright",
|
|
15
|
+
"version": "none"
|
|
16
|
+
}
|