@salesforce/cli 2.28.4 → 2.28.6
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 +35 -37
- package/dist/help/sfHelp.js +18 -12
- package/npm-shrinkwrap.json +11152 -16893
- package/oclif.manifest.json +13 -13
- package/package.json +17 -13
- package/theme.json +16 -0
package/oclif.manifest.json
CHANGED
|
@@ -4482,11 +4482,12 @@
|
|
|
4482
4482
|
},
|
|
4483
4483
|
"projectdir": {
|
|
4484
4484
|
"char": "p",
|
|
4485
|
-
"description": "Provides the relative or absolute root project
|
|
4485
|
+
"description": "Provides the relative or absolute root project directories used to set the context for Graph Engine's analysis. Specify multiple values as a comma-separated list. Each project directory must be a path, not a glob. If --projectdir isn’t specified, a default value is calculated. The default value is a directory that contains all the target files.",
|
|
4486
4486
|
"name": "projectdir",
|
|
4487
|
-
"summary": "
|
|
4487
|
+
"summary": "root directory of project",
|
|
4488
|
+
"delimiter": ",",
|
|
4488
4489
|
"hasDynamicHelp": false,
|
|
4489
|
-
"multiple":
|
|
4490
|
+
"multiple": true,
|
|
4490
4491
|
"type": "option"
|
|
4491
4492
|
},
|
|
4492
4493
|
"ruleset": {
|
|
@@ -4524,9 +4525,8 @@
|
|
|
4524
4525
|
},
|
|
4525
4526
|
"target": {
|
|
4526
4527
|
"char": "t",
|
|
4527
|
-
"description": "
|
|
4528
|
+
"description": "Specifies the source code location. May use glob patterns. Specify multiple values as a comma-separated list. Default is \".\".",
|
|
4528
4529
|
"name": "target",
|
|
4529
|
-
"required": true,
|
|
4530
4530
|
"summary": "source code location",
|
|
4531
4531
|
"delimiter": ",",
|
|
4532
4532
|
"hasDynamicHelp": false,
|
|
@@ -4956,11 +4956,12 @@
|
|
|
4956
4956
|
},
|
|
4957
4957
|
"projectdir": {
|
|
4958
4958
|
"char": "p",
|
|
4959
|
-
"description": "Provides the relative or absolute root project
|
|
4959
|
+
"description": "Provides the relative or absolute root project directories used to set the context for Graph Engine's analysis. Specify multiple values as a comma-separated list. Each project directory must be a path, not a glob. If --projectdir isn’t specified, a default value is calculated. The default value is a directory that contains all the target files.",
|
|
4960
4960
|
"name": "projectdir",
|
|
4961
|
-
"summary": "
|
|
4961
|
+
"summary": "root directory of project",
|
|
4962
|
+
"delimiter": ",",
|
|
4962
4963
|
"hasDynamicHelp": false,
|
|
4963
|
-
"multiple":
|
|
4964
|
+
"multiple": true,
|
|
4964
4965
|
"type": "option"
|
|
4965
4966
|
},
|
|
4966
4967
|
"with-pilot": {
|
|
@@ -4972,10 +4973,9 @@
|
|
|
4972
4973
|
},
|
|
4973
4974
|
"target": {
|
|
4974
4975
|
"char": "t",
|
|
4975
|
-
"description": "
|
|
4976
|
+
"description": "Specifies the source code location. Use glob patterns or specify individual methods with #-syntax. Multiple values are specified as a comma-separated list. Default is \".\".",
|
|
4976
4977
|
"name": "target",
|
|
4977
|
-
"
|
|
4978
|
-
"summary": "return location of source code",
|
|
4978
|
+
"summary": "source code location",
|
|
4979
4979
|
"delimiter": ",",
|
|
4980
4980
|
"hasDynamicHelp": false,
|
|
4981
4981
|
"multiple": true,
|
|
@@ -4994,7 +4994,7 @@
|
|
|
4994
4994
|
"description": "Specifies time limit for evaluating a single entrypoint in milliseconds. Inherits value from SFGE_RULE_THREAD_TIMEOUT env-var if set. Default is 900,000 ms, or 15 minutes.",
|
|
4995
4995
|
"env": "SFGE_RULE_THREAD_TIMEOUT",
|
|
4996
4996
|
"name": "rule-thread-timeout",
|
|
4997
|
-
"summary": "specify timeout for individual rule threads in milliseconds. Alternatively, set the timeout value using environment variable `SFGE_RULE_THREAD_TIMEOUT`. Default:
|
|
4997
|
+
"summary": "specify timeout for individual rule threads in milliseconds. Alternatively, set the timeout value using environment variable `SFGE_RULE_THREAD_TIMEOUT`. Default: 900000 ms",
|
|
4998
4998
|
"hasDynamicHelp": false,
|
|
4999
4999
|
"multiple": false,
|
|
5000
5000
|
"type": "option"
|
|
@@ -5051,5 +5051,5 @@
|
|
|
5051
5051
|
]
|
|
5052
5052
|
}
|
|
5053
5053
|
},
|
|
5054
|
-
"version": "2.28.
|
|
5054
|
+
"version": "2.28.6"
|
|
5055
5055
|
}
|
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.6",
|
|
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",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
82
|
"@salesforce/plugin-signups": "2.0.20",
|
|
81
83
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
|
-
"@salesforce/sfdx-scanner": "3.
|
|
84
|
+
"@salesforce/sfdx-scanner": "3.21.0"
|
|
83
85
|
},
|
|
84
86
|
"devPlugins": [
|
|
85
87
|
"@oclif/plugin-command-snapshot",
|
|
@@ -134,37 +136,39 @@
|
|
|
134
136
|
},
|
|
135
137
|
"dependencies": {
|
|
136
138
|
"@inquirer/select": "^1.3.1",
|
|
137
|
-
"@oclif/core": "3.
|
|
139
|
+
"@oclif/core": "3.19.1",
|
|
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",
|
|
148
150
|
"@salesforce/core": "^6.1.4",
|
|
149
151
|
"@salesforce/plugin-apex": "3.0.22",
|
|
150
|
-
"@salesforce/plugin-auth": "3.3.
|
|
152
|
+
"@salesforce/plugin-auth": "3.3.11",
|
|
151
153
|
"@salesforce/plugin-data": "3.0.19",
|
|
152
154
|
"@salesforce/plugin-deploy-retrieve": "3.2.11",
|
|
153
155
|
"@salesforce/plugin-info": "3.0.21",
|
|
154
156
|
"@salesforce/plugin-limits": "3.1.7",
|
|
155
157
|
"@salesforce/plugin-marketplace": "1.0.20",
|
|
156
158
|
"@salesforce/plugin-org": "3.3.11",
|
|
157
|
-
"@salesforce/plugin-packaging": "2.1.
|
|
159
|
+
"@salesforce/plugin-packaging": "2.1.6",
|
|
158
160
|
"@salesforce/plugin-schema": "3.1.1",
|
|
159
161
|
"@salesforce/plugin-settings": "2.0.22",
|
|
160
162
|
"@salesforce/plugin-sobject": "1.1.9",
|
|
161
163
|
"@salesforce/plugin-source": "3.1.10",
|
|
162
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
164
|
+
"@salesforce/plugin-telemetry": "3.1.11",
|
|
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.9",
|
|
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",
|
|
@@ -200,7 +204,7 @@
|
|
|
200
204
|
"resolutions": {
|
|
201
205
|
"@salesforce/schemas": "1.6.1",
|
|
202
206
|
"@salesforce/templates": "60.1.0",
|
|
203
|
-
"@salesforce/source-deploy-retrieve": "10.3.
|
|
207
|
+
"@salesforce/source-deploy-retrieve": "10.3.5",
|
|
204
208
|
"@salesforce/source-tracking": "5.1.11"
|
|
205
209
|
},
|
|
206
210
|
"repository": "salesforcecli/cli",
|
|
@@ -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
|
+
}
|