@salesforce/cli 1.71.0 → 1.72.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/npm-shrinkwrap.json +457 -394
- package/oclif.manifest.json +38 -22
- package/package.json +21 -18
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.72.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -5186,7 +5186,7 @@
|
|
|
5186
5186
|
"id": "scanner:run",
|
|
5187
5187
|
"description": "scan a codebase with a selection of rules",
|
|
5188
5188
|
"strict": true,
|
|
5189
|
-
"usage": "<%= command.id %> -t <array> [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [-
|
|
5189
|
+
"usage": "<%= command.id %> -t <array> [-c <array>] [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [-r <array>] [-e <array>] [--tsconfig <string>] [--eslintconfig <string>] [--pmdconfig <string>] [--env <string>] [--verbose-violations] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
5190
5190
|
"pluginName": "@salesforce/sfdx-scanner",
|
|
5191
5191
|
"pluginAlias": "@salesforce/sfdx-scanner",
|
|
5192
5192
|
"pluginType": "jit",
|
|
@@ -5230,6 +5230,13 @@
|
|
|
5230
5230
|
"description": "emit additional command output to stdout",
|
|
5231
5231
|
"allowNo": false
|
|
5232
5232
|
},
|
|
5233
|
+
"category": {
|
|
5234
|
+
"name": "category",
|
|
5235
|
+
"type": "option",
|
|
5236
|
+
"char": "c",
|
|
5237
|
+
"description": "one or more categories of rules to run",
|
|
5238
|
+
"multiple": false
|
|
5239
|
+
},
|
|
5233
5240
|
"format": {
|
|
5234
5241
|
"name": "format",
|
|
5235
5242
|
"type": "option",
|
|
@@ -5277,13 +5284,6 @@
|
|
|
5277
5284
|
"description": "provide root directory of project",
|
|
5278
5285
|
"multiple": false
|
|
5279
5286
|
},
|
|
5280
|
-
"category": {
|
|
5281
|
-
"name": "category",
|
|
5282
|
-
"type": "option",
|
|
5283
|
-
"char": "c",
|
|
5284
|
-
"description": "one or more categories of rules to run",
|
|
5285
|
-
"multiple": false
|
|
5286
|
-
},
|
|
5287
5287
|
"ruleset": {
|
|
5288
5288
|
"name": "ruleset",
|
|
5289
5289
|
"type": "option",
|
|
@@ -5357,6 +5357,15 @@
|
|
|
5357
5357
|
"longDescription": "Emit additional command output to stdout.",
|
|
5358
5358
|
"allowNo": false
|
|
5359
5359
|
},
|
|
5360
|
+
"category": {
|
|
5361
|
+
"kind": "array",
|
|
5362
|
+
"char": "c",
|
|
5363
|
+
"description": "one or more categories of rules to run",
|
|
5364
|
+
"longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
|
|
5365
|
+
"input": [],
|
|
5366
|
+
"multiple": false,
|
|
5367
|
+
"type": "option"
|
|
5368
|
+
},
|
|
5360
5369
|
"format": {
|
|
5361
5370
|
"kind": "enum",
|
|
5362
5371
|
"helpValue": "(csv|html|json|junit|sarif|table|xml)",
|
|
@@ -5415,15 +5424,6 @@
|
|
|
5415
5424
|
"multiple": false,
|
|
5416
5425
|
"type": "option"
|
|
5417
5426
|
},
|
|
5418
|
-
"category": {
|
|
5419
|
-
"kind": "array",
|
|
5420
|
-
"char": "c",
|
|
5421
|
-
"description": "one or more categories of rules to run",
|
|
5422
|
-
"longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
|
|
5423
|
-
"input": [],
|
|
5424
|
-
"multiple": false,
|
|
5425
|
-
"type": "option"
|
|
5426
|
-
},
|
|
5427
5427
|
"ruleset": {
|
|
5428
5428
|
"kind": "array",
|
|
5429
5429
|
"char": "r",
|
|
@@ -5901,7 +5901,7 @@
|
|
|
5901
5901
|
"id": "scanner:run:dfa",
|
|
5902
5902
|
"description": "scan codebase with all DFA rules",
|
|
5903
5903
|
"strict": true,
|
|
5904
|
-
"usage": "<%= command.id %> -t <array> [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [--rule-thread-count <integer>] [--rule-thread-timeout <integer>] [--rule-disable-warning-violation] [--sfgejvmargs <string>] [--pathexplimit <integer>] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
5904
|
+
"usage": "<%= command.id %> -t <array> [-c <array>] [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [--rule-thread-count <integer>] [--rule-thread-timeout <integer>] [--rule-disable-warning-violation] [--sfgejvmargs <string>] [--pathexplimit <integer>] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
5905
5905
|
"pluginName": "@salesforce/sfdx-scanner",
|
|
5906
5906
|
"pluginAlias": "@salesforce/sfdx-scanner",
|
|
5907
5907
|
"pluginType": "jit",
|
|
@@ -5945,6 +5945,13 @@
|
|
|
5945
5945
|
"description": "emit additional command output to stdout",
|
|
5946
5946
|
"allowNo": false
|
|
5947
5947
|
},
|
|
5948
|
+
"category": {
|
|
5949
|
+
"name": "category",
|
|
5950
|
+
"type": "option",
|
|
5951
|
+
"char": "c",
|
|
5952
|
+
"description": "one or more categories of rules to run",
|
|
5953
|
+
"multiple": false
|
|
5954
|
+
},
|
|
5948
5955
|
"format": {
|
|
5949
5956
|
"name": "format",
|
|
5950
5957
|
"type": "option",
|
|
@@ -6027,7 +6034,7 @@
|
|
|
6027
6034
|
"pathexplimit": {
|
|
6028
6035
|
"name": "pathexplimit",
|
|
6029
6036
|
"type": "option",
|
|
6030
|
-
"description": "specify a path expansion upper boundary to limit the complexity of code Graph Engine analyzes. Alternatively, set value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
|
|
6037
|
+
"description": "specify a path expansion upper boundary to limit the complexity of code that Graph Engine analyzes. Alternatively, set the value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
|
|
6031
6038
|
"multiple": false
|
|
6032
6039
|
}
|
|
6033
6040
|
},
|
|
@@ -6045,6 +6052,15 @@
|
|
|
6045
6052
|
"longDescription": "Emit additional command output to stdout.",
|
|
6046
6053
|
"allowNo": false
|
|
6047
6054
|
},
|
|
6055
|
+
"category": {
|
|
6056
|
+
"kind": "array",
|
|
6057
|
+
"char": "c",
|
|
6058
|
+
"description": "one or more categories of rules to run",
|
|
6059
|
+
"longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
|
|
6060
|
+
"input": [],
|
|
6061
|
+
"multiple": false,
|
|
6062
|
+
"type": "option"
|
|
6063
|
+
},
|
|
6048
6064
|
"format": {
|
|
6049
6065
|
"kind": "enum",
|
|
6050
6066
|
"helpValue": "(csv|html|json|junit|sarif|table|xml)",
|
|
@@ -6149,8 +6165,8 @@
|
|
|
6149
6165
|
},
|
|
6150
6166
|
"pathexplimit": {
|
|
6151
6167
|
"kind": "integer",
|
|
6152
|
-
"description": "specify a path expansion upper boundary to limit the complexity of code Graph Engine analyzes. Alternatively, set value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
|
|
6153
|
-
"longDescription": "Specifies a path expansion upper boundary to limit the complexity of code Graph Engine analyzes before failing fast. Set value to -1 to remove any upper boundary. --pathexplimit inherits value from SFGE_PATH_EXPANSION_LIMIT env-var, if set. Its default value is derived from
|
|
6168
|
+
"description": "specify a path expansion upper boundary to limit the complexity of code that Graph Engine analyzes. Alternatively, set the value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
|
|
6169
|
+
"longDescription": "Specifies a path expansion upper boundary to limit the complexity of code Graph Engine analyzes before failing fast. Set the value to -1 to remove any upper boundary. --pathexplimit inherits value from SFGE_PATH_EXPANSION_LIMIT env-var, if set. Its default value is derived from JVM heap space allocation.",
|
|
6154
6170
|
"env": "SFGE_PATH_EXPANSION_LIMIT",
|
|
6155
6171
|
"input": [],
|
|
6156
6172
|
"multiple": false,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.72.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"@salesforce/plugin-schema",
|
|
57
57
|
"@salesforce/plugin-settings",
|
|
58
58
|
"@salesforce/plugin-sobject",
|
|
59
|
+
"@salesforce/plugin-source",
|
|
59
60
|
"@salesforce/plugin-telemetry",
|
|
60
61
|
"@salesforce/plugin-templates",
|
|
61
62
|
"@salesforce/plugin-trust",
|
|
@@ -63,12 +64,12 @@
|
|
|
63
64
|
],
|
|
64
65
|
"jitPlugins": {
|
|
65
66
|
"@salesforce/plugin-custom-metadata": "2.1.9",
|
|
66
|
-
"@salesforce/plugin-community": "2.2.
|
|
67
|
+
"@salesforce/plugin-community": "2.2.9",
|
|
67
68
|
"@salesforce/plugin-dev": "0.7.0",
|
|
68
69
|
"@salesforce/plugin-functions": "1.21.6",
|
|
69
70
|
"@salesforce/plugin-packaging": "1.16.2",
|
|
70
|
-
"@salesforce/plugin-signups": "1.4.
|
|
71
|
-
"@salesforce/sfdx-scanner": "3.
|
|
71
|
+
"@salesforce/plugin-signups": "1.4.10",
|
|
72
|
+
"@salesforce/sfdx-scanner": "3.11.0"
|
|
72
73
|
},
|
|
73
74
|
"devPlugins": [
|
|
74
75
|
"@oclif/plugin-command-snapshot",
|
|
@@ -110,32 +111,33 @@
|
|
|
110
111
|
]
|
|
111
112
|
},
|
|
112
113
|
"dependencies": {
|
|
113
|
-
"@oclif/core": "2.
|
|
114
|
-
"@oclif/plugin-autocomplete": "2.1.
|
|
115
|
-
"@oclif/plugin-commands": "2.2.
|
|
114
|
+
"@oclif/core": "2.8.0",
|
|
115
|
+
"@oclif/plugin-autocomplete": "2.1.7",
|
|
116
|
+
"@oclif/plugin-commands": "2.2.12",
|
|
116
117
|
"@oclif/plugin-help": "5.2.8",
|
|
117
118
|
"@oclif/plugin-not-found": "2.3.22",
|
|
118
119
|
"@oclif/plugin-plugins": "2.4.3",
|
|
119
120
|
"@oclif/plugin-search": "0.0.14",
|
|
120
|
-
"@oclif/plugin-update": "3.1.
|
|
121
|
+
"@oclif/plugin-update": "3.1.9",
|
|
121
122
|
"@oclif/plugin-version": "1.3.1",
|
|
122
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
123
|
+
"@oclif/plugin-warn-if-update-available": "2.0.33",
|
|
123
124
|
"@oclif/plugin-which": "2.2.17",
|
|
124
|
-
"@salesforce/core": "3.34.
|
|
125
|
-
"@salesforce/plugin-apex": "2.2.
|
|
125
|
+
"@salesforce/core": "3.34.6",
|
|
126
|
+
"@salesforce/plugin-apex": "2.2.9",
|
|
126
127
|
"@salesforce/plugin-auth": "2.7.10",
|
|
127
128
|
"@salesforce/plugin-data": "2.3.8",
|
|
128
|
-
"@salesforce/plugin-deploy-retrieve": "1.8.
|
|
129
|
+
"@salesforce/plugin-deploy-retrieve": "1.8.7",
|
|
129
130
|
"@salesforce/plugin-env": "2.1.3",
|
|
130
|
-
"@salesforce/plugin-info": "2.6.
|
|
131
|
-
"@salesforce/plugin-limits": "2.3.
|
|
131
|
+
"@salesforce/plugin-info": "2.6.3",
|
|
132
|
+
"@salesforce/plugin-limits": "2.3.10",
|
|
132
133
|
"@salesforce/plugin-login": "1.2.4",
|
|
133
|
-
"@salesforce/plugin-org": "2.6.
|
|
134
|
-
"@salesforce/plugin-schema": "2.3.
|
|
134
|
+
"@salesforce/plugin-org": "2.6.3",
|
|
135
|
+
"@salesforce/plugin-schema": "2.3.5",
|
|
135
136
|
"@salesforce/plugin-settings": "1.4.2",
|
|
136
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
137
|
+
"@salesforce/plugin-sobject": "0.1.11",
|
|
138
|
+
"@salesforce/plugin-source": "2.9.1",
|
|
137
139
|
"@salesforce/plugin-telemetry": "2.1.3",
|
|
138
|
-
"@salesforce/plugin-templates": "55.4.
|
|
140
|
+
"@salesforce/plugin-templates": "55.4.5",
|
|
139
141
|
"@salesforce/plugin-trust": "2.4.5",
|
|
140
142
|
"@salesforce/plugin-user": "2.3.5",
|
|
141
143
|
"@salesforce/sf-plugins-core": "2.2.5",
|
|
@@ -168,6 +170,7 @@
|
|
|
168
170
|
"@salesforce/plugin-schema",
|
|
169
171
|
"@salesforce/plugin-settings",
|
|
170
172
|
"@salesforce/plugin-sobject",
|
|
173
|
+
"@salesforce/plugin-source",
|
|
171
174
|
"@salesforce/plugin-telemetry",
|
|
172
175
|
"@salesforce/plugin-templates",
|
|
173
176
|
"@salesforce/plugin-trust",
|