@salesforce/cli 2.17.5 → 2.17.7
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 +41 -41
- package/npm-shrinkwrap.json +160 -106
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.17.
|
|
27
|
+
@salesforce/cli/2.17.7 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/
|
|
1735
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.1/src/commands/doctor.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `sf force data bulk delete`
|
|
1738
1738
|
|
|
@@ -2346,7 +2346,7 @@ FLAG DESCRIPTIONS
|
|
|
2346
2346
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
2347
2347
|
```
|
|
2348
2348
|
|
|
2349
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
2349
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/force/org/clone.ts)_
|
|
2350
2350
|
|
|
2351
2351
|
## `sf force org create`
|
|
2352
2352
|
|
|
@@ -2394,7 +2394,7 @@ EXAMPLES
|
|
|
2394
2394
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
2395
2395
|
```
|
|
2396
2396
|
|
|
2397
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
2397
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/force/org/create.ts)_
|
|
2398
2398
|
|
|
2399
2399
|
## `sf force org delete`
|
|
2400
2400
|
|
|
@@ -2426,7 +2426,7 @@ EXAMPLES
|
|
|
2426
2426
|
$ sf force org delete -u MyOrgAlias -p
|
|
2427
2427
|
```
|
|
2428
2428
|
|
|
2429
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
2429
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/force/org/delete.ts)_
|
|
2430
2430
|
|
|
2431
2431
|
## `sf force org status`
|
|
2432
2432
|
|
|
@@ -2464,7 +2464,7 @@ EXAMPLES
|
|
|
2464
2464
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
2465
2465
|
```
|
|
2466
2466
|
|
|
2467
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
2467
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/force/org/status.ts)_
|
|
2468
2468
|
|
|
2469
2469
|
## `sf force source deploy`
|
|
2470
2470
|
|
|
@@ -3205,7 +3205,7 @@ EXAMPLES
|
|
|
3205
3205
|
$ sf info releasenotes display --version latest
|
|
3206
3206
|
```
|
|
3207
3207
|
|
|
3208
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/
|
|
3208
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.1/src/commands/info/releasenotes/display.ts)_
|
|
3209
3209
|
|
|
3210
3210
|
## `sf lightning generate app`
|
|
3211
3211
|
|
|
@@ -3734,7 +3734,7 @@ FLAG DESCRIPTIONS
|
|
|
3734
3734
|
sandbox.
|
|
3735
3735
|
```
|
|
3736
3736
|
|
|
3737
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
3737
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/create/sandbox.ts)_
|
|
3738
3738
|
|
|
3739
3739
|
## `sf org create scratch`
|
|
3740
3740
|
|
|
@@ -3887,7 +3887,7 @@ FLAG DESCRIPTIONS
|
|
|
3887
3887
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3888
3888
|
```
|
|
3889
3889
|
|
|
3890
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
3890
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/create/scratch.ts)_
|
|
3891
3891
|
|
|
3892
3892
|
## `sf org create user`
|
|
3893
3893
|
|
|
@@ -4027,7 +4027,7 @@ EXAMPLES
|
|
|
4027
4027
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4028
4028
|
```
|
|
4029
4029
|
|
|
4030
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4030
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/delete/sandbox.ts)_
|
|
4031
4031
|
|
|
4032
4032
|
## `sf org delete scratch`
|
|
4033
4033
|
|
|
@@ -4069,7 +4069,7 @@ EXAMPLES
|
|
|
4069
4069
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4070
4070
|
```
|
|
4071
4071
|
|
|
4072
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4072
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/delete/scratch.ts)_
|
|
4073
4073
|
|
|
4074
4074
|
## `sf org display`
|
|
4075
4075
|
|
|
@@ -4112,7 +4112,7 @@ EXAMPLES
|
|
|
4112
4112
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4113
4113
|
```
|
|
4114
4114
|
|
|
4115
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4115
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/display.ts)_
|
|
4116
4116
|
|
|
4117
4117
|
## `sf org display user`
|
|
4118
4118
|
|
|
@@ -4251,7 +4251,7 @@ EXAMPLES
|
|
|
4251
4251
|
$ sf org list --clean
|
|
4252
4252
|
```
|
|
4253
4253
|
|
|
4254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4254
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/list.ts)_
|
|
4255
4255
|
|
|
4256
4256
|
## `sf org list auth`
|
|
4257
4257
|
|
|
@@ -4384,7 +4384,7 @@ FLAG DESCRIPTIONS
|
|
|
4384
4384
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4385
4385
|
```
|
|
4386
4386
|
|
|
4387
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4387
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/list/metadata.ts)_
|
|
4388
4388
|
|
|
4389
4389
|
## `sf org list metadata-types`
|
|
4390
4390
|
|
|
@@ -4437,7 +4437,7 @@ FLAG DESCRIPTIONS
|
|
|
4437
4437
|
Override the api version used for api requests made by this command
|
|
4438
4438
|
```
|
|
4439
4439
|
|
|
4440
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4440
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/list/metadata-types.ts)_
|
|
4441
4441
|
|
|
4442
4442
|
## `sf org list sobject record-counts`
|
|
4443
4443
|
|
|
@@ -4986,7 +4986,7 @@ EXAMPLES
|
|
|
4986
4986
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4987
4987
|
```
|
|
4988
4988
|
|
|
4989
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
4989
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/open.ts)_
|
|
4990
4990
|
|
|
4991
4991
|
## `sf org resume sandbox`
|
|
4992
4992
|
|
|
@@ -5048,7 +5048,7 @@ FLAG DESCRIPTIONS
|
|
|
5048
5048
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5049
5049
|
```
|
|
5050
5050
|
|
|
5051
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
5051
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/resume/sandbox.ts)_
|
|
5052
5052
|
|
|
5053
5053
|
## `sf org resume scratch`
|
|
5054
5054
|
|
|
@@ -5094,7 +5094,7 @@ FLAG DESCRIPTIONS
|
|
|
5094
5094
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
5095
5095
|
```
|
|
5096
5096
|
|
|
5097
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.
|
|
5097
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.8/src/commands/org/resume/scratch.ts)_
|
|
5098
5098
|
|
|
5099
5099
|
## `sf plugins`
|
|
5100
5100
|
|
|
@@ -5117,7 +5117,7 @@ EXAMPLES
|
|
|
5117
5117
|
$ sf plugins
|
|
5118
5118
|
```
|
|
5119
5119
|
|
|
5120
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5120
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/index.ts)_
|
|
5121
5121
|
|
|
5122
5122
|
## `sf plugins discover`
|
|
5123
5123
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf plugins:inspect myplugin
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/inspect.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf plugins:install PLUGIN...`
|
|
5167
5167
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf plugins:install someuser/someplugin
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5205
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/install.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf plugins:link PLUGIN`
|
|
5208
5208
|
|
|
@@ -5232,7 +5232,7 @@ EXAMPLES
|
|
|
5232
5232
|
$ sf plugins:link myplugin
|
|
5233
5233
|
```
|
|
5234
5234
|
|
|
5235
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5235
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/link.ts)_
|
|
5236
5236
|
|
|
5237
5237
|
## `sf plugins trust verify`
|
|
5238
5238
|
|
|
@@ -5285,7 +5285,7 @@ ALIASES
|
|
|
5285
5285
|
$ sf plugins remove
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/uninstall.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf plugins update`
|
|
5291
5291
|
|
|
@@ -5303,7 +5303,7 @@ DESCRIPTION
|
|
|
5303
5303
|
Update installed plugins.
|
|
5304
5304
|
```
|
|
5305
5305
|
|
|
5306
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5306
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.3/src/commands/plugins/update.ts)_
|
|
5307
5307
|
|
|
5308
5308
|
## `sf project convert mdapi`
|
|
5309
5309
|
|
|
@@ -5365,7 +5365,7 @@ FLAG DESCRIPTIONS
|
|
|
5365
5365
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5366
5366
|
```
|
|
5367
5367
|
|
|
5368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/convert/mdapi.ts)_
|
|
5369
5369
|
|
|
5370
5370
|
## `sf project convert source`
|
|
5371
5371
|
|
|
@@ -5377,7 +5377,7 @@ USAGE
|
|
|
5377
5377
|
<value> | -m <value>]
|
|
5378
5378
|
|
|
5379
5379
|
FLAGS
|
|
5380
|
-
-d, --output-dir=<value> [default:
|
|
5380
|
+
-d, --output-dir=<value> [default: metadataPackage_1699371750028] Output directory to store the Metadata
|
|
5381
5381
|
API–formatted files in.
|
|
5382
5382
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5383
5383
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5437,7 +5437,7 @@ FLAG DESCRIPTIONS
|
|
|
5437
5437
|
Override the api version used for api requests made by this command
|
|
5438
5438
|
```
|
|
5439
5439
|
|
|
5440
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5440
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/convert/source.ts)_
|
|
5441
5441
|
|
|
5442
5442
|
## `sf project delete source`
|
|
5443
5443
|
|
|
@@ -5575,7 +5575,7 @@ FLAG DESCRIPTIONS
|
|
|
5575
5575
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5576
5576
|
```
|
|
5577
5577
|
|
|
5578
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5578
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/delete/source.ts)_
|
|
5579
5579
|
|
|
5580
5580
|
## `sf project delete tracking`
|
|
5581
5581
|
|
|
@@ -5610,7 +5610,7 @@ EXAMPLES
|
|
|
5610
5610
|
$ sf project delete tracking --target-org my-scratch
|
|
5611
5611
|
```
|
|
5612
5612
|
|
|
5613
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5613
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/delete/tracking.ts)_
|
|
5614
5614
|
|
|
5615
5615
|
## `sf project deploy cancel`
|
|
5616
5616
|
|
|
@@ -5680,7 +5680,7 @@ FLAG DESCRIPTIONS
|
|
|
5680
5680
|
project deploy report".
|
|
5681
5681
|
```
|
|
5682
5682
|
|
|
5683
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5683
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/cancel.ts)_
|
|
5684
5684
|
|
|
5685
5685
|
## `sf project deploy preview`
|
|
5686
5686
|
|
|
@@ -5763,7 +5763,7 @@ FLAG DESCRIPTIONS
|
|
|
5763
5763
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5764
5764
|
```
|
|
5765
5765
|
|
|
5766
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5766
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/preview.ts)_
|
|
5767
5767
|
|
|
5768
5768
|
## `sf project deploy quick`
|
|
5769
5769
|
|
|
@@ -5856,7 +5856,7 @@ ERROR CODES
|
|
|
5856
5856
|
Canceling (69) The deploy is being canceled.
|
|
5857
5857
|
```
|
|
5858
5858
|
|
|
5859
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5859
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/quick.ts)_
|
|
5860
5860
|
|
|
5861
5861
|
## `sf project deploy report`
|
|
5862
5862
|
|
|
@@ -5951,7 +5951,7 @@ FLAG DESCRIPTIONS
|
|
|
5951
5951
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5952
5952
|
```
|
|
5953
5953
|
|
|
5954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5954
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/report.ts)_
|
|
5955
5955
|
|
|
5956
5956
|
## `sf project deploy resume`
|
|
5957
5957
|
|
|
@@ -6047,7 +6047,7 @@ ERROR CODES
|
|
|
6047
6047
|
Canceling (69) The deploy is being canceled.
|
|
6048
6048
|
```
|
|
6049
6049
|
|
|
6050
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6050
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/resume.ts)_
|
|
6051
6051
|
|
|
6052
6052
|
## `sf project deploy start`
|
|
6053
6053
|
|
|
@@ -6275,7 +6275,7 @@ ERROR CODES
|
|
|
6275
6275
|
Canceling (69) The deploy is being canceled.
|
|
6276
6276
|
```
|
|
6277
6277
|
|
|
6278
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6278
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/start.ts)_
|
|
6279
6279
|
|
|
6280
6280
|
## `sf project deploy validate`
|
|
6281
6281
|
|
|
@@ -6447,7 +6447,7 @@ ERROR CODES
|
|
|
6447
6447
|
Canceling (69) The deploy is being canceled.
|
|
6448
6448
|
```
|
|
6449
6449
|
|
|
6450
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6450
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/validate.ts)_
|
|
6451
6451
|
|
|
6452
6452
|
## `sf project generate`
|
|
6453
6453
|
|
|
@@ -6626,7 +6626,7 @@ EXAMPLES
|
|
|
6626
6626
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6627
6627
|
```
|
|
6628
6628
|
|
|
6629
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6629
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/generate/manifest.ts)_
|
|
6630
6630
|
|
|
6631
6631
|
## `sf project list ignored`
|
|
6632
6632
|
|
|
@@ -6667,7 +6667,7 @@ EXAMPLES
|
|
|
6667
6667
|
$ sf project list ignored --source-dir package.xml
|
|
6668
6668
|
```
|
|
6669
6669
|
|
|
6670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6670
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/list/ignored.ts)_
|
|
6671
6671
|
|
|
6672
6672
|
## `sf project reset tracking`
|
|
6673
6673
|
|
|
@@ -6714,7 +6714,7 @@ EXAMPLES
|
|
|
6714
6714
|
$ sf project reset tracking --revision 30
|
|
6715
6715
|
```
|
|
6716
6716
|
|
|
6717
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6717
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/reset/tracking.ts)_
|
|
6718
6718
|
|
|
6719
6719
|
## `sf project retrieve preview`
|
|
6720
6720
|
|
|
@@ -6769,7 +6769,7 @@ FLAG DESCRIPTIONS
|
|
|
6769
6769
|
Overrides your default org.
|
|
6770
6770
|
```
|
|
6771
6771
|
|
|
6772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/retrieve/preview.ts)_
|
|
6773
6773
|
|
|
6774
6774
|
## `sf project retrieve start`
|
|
6775
6775
|
|
|
@@ -6923,7 +6923,7 @@ ENVIRONMENT VARIABLES
|
|
|
6923
6923
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6924
6924
|
```
|
|
6925
6925
|
|
|
6926
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6926
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/retrieve/start.ts)_
|
|
6927
6927
|
|
|
6928
6928
|
## `sf schema generate field`
|
|
6929
6929
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.
|
|
9
|
+
"version": "2.17.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.10.
|
|
13
|
+
"@oclif/core": "3.10.6",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.3",
|
|
18
|
-
"@oclif/plugin-plugins": "4.0.
|
|
18
|
+
"@oclif/plugin-plugins": "4.0.3",
|
|
19
19
|
"@oclif/plugin-search": "1.0.6",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.20",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.26",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.3",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.
|
|
29
|
-
"@salesforce/plugin-info": "
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.20.0",
|
|
29
|
+
"@salesforce/plugin-info": "3.0.1",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.1",
|
|
31
31
|
"@salesforce/plugin-login": "2.0.1",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.2",
|
|
33
|
-
"@salesforce/plugin-org": "2.11.
|
|
33
|
+
"@salesforce/plugin-org": "2.11.8",
|
|
34
34
|
"@salesforce/plugin-schema": "2.3.33",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.2",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.15",
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@oclif/core": {
|
|
2109
|
-
"version": "3.10.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.10.6",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.6.tgz",
|
|
2111
|
+
"integrity": "sha512-A752i/hnPCiW9+9SIk6y3RZYxY8l28hJK1i6tLN2CiaiOV4TRhuOYPVQCI8pcSsNq0MJpcXSzU1YvsXXQ1/E5g==",
|
|
2112
2112
|
"license": "MIT",
|
|
2113
2113
|
"dependencies": {
|
|
2114
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2360,12 +2360,12 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
2362
|
"node_modules/@oclif/plugin-plugins": {
|
|
2363
|
-
"version": "4.0.
|
|
2364
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.
|
|
2365
|
-
"integrity": "sha512-
|
|
2363
|
+
"version": "4.0.3",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.3.tgz",
|
|
2365
|
+
"integrity": "sha512-jkGDrUF0lAO2c7FXlnAz1siFUYM4FMw0CxeTHitYTtCndG3+0RB0yqADVpR1kbi2jpd22hK6fvmC5ZEmkx1/Ng==",
|
|
2366
2366
|
"license": "MIT",
|
|
2367
2367
|
"dependencies": {
|
|
2368
|
-
"@oclif/core": "^3.
|
|
2368
|
+
"@oclif/core": "^3.10.2",
|
|
2369
2369
|
"chalk": "^5.3.0",
|
|
2370
2370
|
"debug": "^4.3.4",
|
|
2371
2371
|
"npm": "9.8.1",
|
|
@@ -3871,20 +3871,19 @@
|
|
|
3871
3871
|
}
|
|
3872
3872
|
},
|
|
3873
3873
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3874
|
-
"version": "1.
|
|
3875
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.
|
|
3876
|
-
"integrity": "sha512-
|
|
3874
|
+
"version": "1.20.0",
|
|
3875
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.20.0.tgz",
|
|
3876
|
+
"integrity": "sha512-319CYCwHQqcCGHtkfwsPh2gf4TJnk2WpCKHYf1XWS2WnY4v17VyTyzGqz0tvZg0CuJTZJn4NpsJaCVMV4MtIFw==",
|
|
3877
3877
|
"license": "BSD-3-Clause",
|
|
3878
3878
|
"dependencies": {
|
|
3879
3879
|
"@oclif/core": "^2.15.0",
|
|
3880
3880
|
"@salesforce/apex-node": "^2.1.0",
|
|
3881
|
-
"@salesforce/core": "^5.3.
|
|
3881
|
+
"@salesforce/core": "^5.3.18",
|
|
3882
3882
|
"@salesforce/kit": "^3.0.15",
|
|
3883
3883
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
3884
|
-
"@salesforce/source-deploy-retrieve": "^9.8.
|
|
3885
|
-
"@salesforce/source-tracking": "^4.
|
|
3884
|
+
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
3885
|
+
"@salesforce/source-tracking": "^4.3.0",
|
|
3886
3886
|
"chalk": "^4.1.2",
|
|
3887
|
-
"shelljs": "^0.8.5",
|
|
3888
3887
|
"tslib": "^2"
|
|
3889
3888
|
},
|
|
3890
3889
|
"engines": {
|
|
@@ -3985,118 +3984,173 @@
|
|
|
3985
3984
|
}
|
|
3986
3985
|
},
|
|
3987
3986
|
"node_modules/@salesforce/plugin-info": {
|
|
3988
|
-
"version": "
|
|
3989
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-
|
|
3990
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "3.0.1",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.1.tgz",
|
|
3989
|
+
"integrity": "sha512-fHr26673wz9AjdOI7LFxKwa2v2T3RaZ3fHY4SeXx0TlmretfrLBRQ9PUnoOIiuNbn6nlD8WixKlz+TTxUrjs0A==",
|
|
3991
3990
|
"license": "BSD-3-Clause",
|
|
3992
3991
|
"dependencies": {
|
|
3993
|
-
"@oclif/core": "^
|
|
3992
|
+
"@oclif/core": "^3.7.1",
|
|
3994
3993
|
"@salesforce/core": "^5.3.1",
|
|
3995
3994
|
"@salesforce/kit": "^3.0.14",
|
|
3996
|
-
"@salesforce/sf-plugins-core": "^
|
|
3997
|
-
"got": "^
|
|
3995
|
+
"@salesforce/sf-plugins-core": "^4",
|
|
3996
|
+
"got": "^13.0.0",
|
|
3998
3997
|
"marked": "^4.3.0",
|
|
3999
3998
|
"marked-terminal": "^4.2.0",
|
|
4000
3999
|
"open": "^8.4.2",
|
|
4001
4000
|
"proxy-agent": "^6.3.1",
|
|
4002
|
-
"semver": "^7.5.4"
|
|
4003
|
-
"tslib": "^2"
|
|
4001
|
+
"semver": "^7.5.4"
|
|
4004
4002
|
},
|
|
4005
4003
|
"engines": {
|
|
4006
|
-
"node": ">=
|
|
4004
|
+
"node": ">=18.0.0"
|
|
4007
4005
|
}
|
|
4008
4006
|
},
|
|
4009
|
-
"node_modules/@salesforce/plugin-info/node_modules/@
|
|
4010
|
-
"version": "
|
|
4011
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4012
|
-
"integrity": "sha512-
|
|
4007
|
+
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
|
+
"version": "5.6.0",
|
|
4009
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4010
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4011
|
+
"license": "MIT",
|
|
4012
|
+
"engines": {
|
|
4013
|
+
"node": ">=14.16"
|
|
4014
|
+
},
|
|
4015
|
+
"funding": {
|
|
4016
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
"node_modules/@salesforce/plugin-info/node_modules/@szmarczak/http-timer": {
|
|
4020
|
+
"version": "5.0.1",
|
|
4021
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
4022
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
4013
4023
|
"license": "MIT",
|
|
4014
4024
|
"dependencies": {
|
|
4015
|
-
"
|
|
4016
|
-
"ansi-escapes": "^4.3.2",
|
|
4017
|
-
"ansi-styles": "^4.3.0",
|
|
4018
|
-
"cardinal": "^2.1.1",
|
|
4019
|
-
"chalk": "^4.1.2",
|
|
4020
|
-
"clean-stack": "^3.0.1",
|
|
4021
|
-
"cli-progress": "^3.12.0",
|
|
4022
|
-
"debug": "^4.3.4",
|
|
4023
|
-
"ejs": "^3.1.8",
|
|
4024
|
-
"get-package-type": "^0.1.0",
|
|
4025
|
-
"globby": "^11.1.0",
|
|
4026
|
-
"hyperlinker": "^1.0.0",
|
|
4027
|
-
"indent-string": "^4.0.0",
|
|
4028
|
-
"is-wsl": "^2.2.0",
|
|
4029
|
-
"js-yaml": "^3.14.1",
|
|
4030
|
-
"natural-orderby": "^2.0.3",
|
|
4031
|
-
"object-treeify": "^1.1.33",
|
|
4032
|
-
"password-prompt": "^1.1.2",
|
|
4033
|
-
"slice-ansi": "^4.0.0",
|
|
4034
|
-
"string-width": "^4.2.3",
|
|
4035
|
-
"strip-ansi": "^6.0.1",
|
|
4036
|
-
"supports-color": "^8.1.1",
|
|
4037
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4038
|
-
"ts-node": "^10.9.1",
|
|
4039
|
-
"tslib": "^2.5.0",
|
|
4040
|
-
"widest-line": "^3.1.0",
|
|
4041
|
-
"wordwrap": "^1.0.0",
|
|
4042
|
-
"wrap-ansi": "^7.0.0"
|
|
4025
|
+
"defer-to-connect": "^2.0.1"
|
|
4043
4026
|
},
|
|
4044
4027
|
"engines": {
|
|
4045
|
-
"node": ">=14.
|
|
4028
|
+
"node": ">=14.16"
|
|
4046
4029
|
}
|
|
4047
4030
|
},
|
|
4048
|
-
"node_modules/@salesforce/plugin-info/node_modules
|
|
4049
|
-
"version": "
|
|
4050
|
-
"resolved": "https://registry.npmjs.org
|
|
4051
|
-
"integrity": "sha512
|
|
4052
|
-
"license": "
|
|
4031
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-lookup": {
|
|
4032
|
+
"version": "7.0.0",
|
|
4033
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4034
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4035
|
+
"license": "MIT",
|
|
4036
|
+
"engines": {
|
|
4037
|
+
"node": ">=14.16"
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-request": {
|
|
4041
|
+
"version": "10.2.14",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
4043
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
4044
|
+
"license": "MIT",
|
|
4053
4045
|
"dependencies": {
|
|
4054
|
-
"@
|
|
4055
|
-
"
|
|
4056
|
-
"
|
|
4057
|
-
"
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
4046
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
4047
|
+
"get-stream": "^6.0.1",
|
|
4048
|
+
"http-cache-semantics": "^4.1.1",
|
|
4049
|
+
"keyv": "^4.5.3",
|
|
4050
|
+
"mimic-response": "^4.0.0",
|
|
4051
|
+
"normalize-url": "^8.0.0",
|
|
4052
|
+
"responselike": "^3.0.0"
|
|
4060
4053
|
},
|
|
4061
4054
|
"engines": {
|
|
4062
|
-
"node": ">=16
|
|
4055
|
+
"node": ">=14.16"
|
|
4063
4056
|
}
|
|
4064
4057
|
},
|
|
4065
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4066
|
-
"version": "
|
|
4067
|
-
"resolved": "https://registry.npmjs.org/
|
|
4068
|
-
"integrity": "sha512-
|
|
4058
|
+
"node_modules/@salesforce/plugin-info/node_modules/got": {
|
|
4059
|
+
"version": "13.0.0",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
4061
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
4069
4062
|
"license": "MIT",
|
|
4070
4063
|
"dependencies": {
|
|
4071
|
-
"
|
|
4064
|
+
"@sindresorhus/is": "^5.2.0",
|
|
4065
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
4066
|
+
"cacheable-lookup": "^7.0.0",
|
|
4067
|
+
"cacheable-request": "^10.2.8",
|
|
4068
|
+
"decompress-response": "^6.0.0",
|
|
4069
|
+
"form-data-encoder": "^2.1.2",
|
|
4070
|
+
"get-stream": "^6.0.1",
|
|
4071
|
+
"http2-wrapper": "^2.1.10",
|
|
4072
|
+
"lowercase-keys": "^3.0.0",
|
|
4073
|
+
"p-cancelable": "^3.0.0",
|
|
4074
|
+
"responselike": "^3.0.0"
|
|
4075
|
+
},
|
|
4076
|
+
"engines": {
|
|
4077
|
+
"node": ">=16"
|
|
4078
|
+
},
|
|
4079
|
+
"funding": {
|
|
4080
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4072
4081
|
}
|
|
4073
4082
|
},
|
|
4074
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4075
|
-
"version": "
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/
|
|
4077
|
-
"integrity": "sha512-
|
|
4083
|
+
"node_modules/@salesforce/plugin-info/node_modules/http2-wrapper": {
|
|
4084
|
+
"version": "2.2.0",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
4086
|
+
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
4078
4087
|
"license": "MIT",
|
|
4079
4088
|
"dependencies": {
|
|
4080
|
-
"
|
|
4081
|
-
"
|
|
4089
|
+
"quick-lru": "^5.1.1",
|
|
4090
|
+
"resolve-alpn": "^1.2.0"
|
|
4082
4091
|
},
|
|
4083
|
-
"
|
|
4084
|
-
"
|
|
4092
|
+
"engines": {
|
|
4093
|
+
"node": ">=10.19.0"
|
|
4085
4094
|
}
|
|
4086
4095
|
},
|
|
4087
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4088
|
-
"version": "
|
|
4089
|
-
"resolved": "https://registry.npmjs.org/
|
|
4090
|
-
"integrity": "sha512-
|
|
4096
|
+
"node_modules/@salesforce/plugin-info/node_modules/lowercase-keys": {
|
|
4097
|
+
"version": "3.0.0",
|
|
4098
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4099
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4100
|
+
"license": "MIT",
|
|
4101
|
+
"engines": {
|
|
4102
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4103
|
+
},
|
|
4104
|
+
"funding": {
|
|
4105
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
4108
|
+
"node_modules/@salesforce/plugin-info/node_modules/mimic-response": {
|
|
4109
|
+
"version": "4.0.0",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4111
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4112
|
+
"license": "MIT",
|
|
4113
|
+
"engines": {
|
|
4114
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4115
|
+
},
|
|
4116
|
+
"funding": {
|
|
4117
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"node_modules/@salesforce/plugin-info/node_modules/normalize-url": {
|
|
4121
|
+
"version": "8.0.0",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4123
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4124
|
+
"license": "MIT",
|
|
4125
|
+
"engines": {
|
|
4126
|
+
"node": ">=14.16"
|
|
4127
|
+
},
|
|
4128
|
+
"funding": {
|
|
4129
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
"node_modules/@salesforce/plugin-info/node_modules/p-cancelable": {
|
|
4133
|
+
"version": "3.0.0",
|
|
4134
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4135
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4136
|
+
"license": "MIT",
|
|
4137
|
+
"engines": {
|
|
4138
|
+
"node": ">=12.20"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
"node_modules/@salesforce/plugin-info/node_modules/responselike": {
|
|
4142
|
+
"version": "3.0.0",
|
|
4143
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
4144
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
4091
4145
|
"license": "MIT",
|
|
4092
4146
|
"dependencies": {
|
|
4093
|
-
"
|
|
4147
|
+
"lowercase-keys": "^3.0.0"
|
|
4094
4148
|
},
|
|
4095
4149
|
"engines": {
|
|
4096
|
-
"node": ">=
|
|
4150
|
+
"node": ">=14.16"
|
|
4097
4151
|
},
|
|
4098
4152
|
"funding": {
|
|
4099
|
-
"url": "https://github.com/
|
|
4153
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4100
4154
|
}
|
|
4101
4155
|
},
|
|
4102
4156
|
"node_modules/@salesforce/plugin-limits": {
|
|
@@ -4309,16 +4363,16 @@
|
|
|
4309
4363
|
}
|
|
4310
4364
|
},
|
|
4311
4365
|
"node_modules/@salesforce/plugin-org": {
|
|
4312
|
-
"version": "2.11.
|
|
4313
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.
|
|
4314
|
-
"integrity": "sha512
|
|
4366
|
+
"version": "2.11.8",
|
|
4367
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.8.tgz",
|
|
4368
|
+
"integrity": "sha512-all/XwDO8HAeWVNKhF9KxyXdeJ2jDVokDjQAYGkqOCScnyV+pz9dpWPkUTllvbI1bM15tHGqfkm394dbgQFL4Q==",
|
|
4315
4369
|
"license": "BSD-3-Clause",
|
|
4316
4370
|
"dependencies": {
|
|
4317
4371
|
"@oclif/core": "^2.15.0",
|
|
4318
|
-
"@salesforce/core": "^5.3.
|
|
4319
|
-
"@salesforce/kit": "^3.0.
|
|
4372
|
+
"@salesforce/core": "^5.3.18",
|
|
4373
|
+
"@salesforce/kit": "^3.0.15",
|
|
4320
4374
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4321
|
-
"@salesforce/source-deploy-retrieve": "^9.
|
|
4375
|
+
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
4322
4376
|
"open": "^8.4.2",
|
|
4323
4377
|
"tslib": "^2"
|
|
4324
4378
|
},
|
|
@@ -5548,14 +5602,14 @@
|
|
|
5548
5602
|
}
|
|
5549
5603
|
},
|
|
5550
5604
|
"node_modules/@salesforce/source-tracking": {
|
|
5551
|
-
"version": "4.
|
|
5552
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.
|
|
5553
|
-
"integrity": "sha512-
|
|
5605
|
+
"version": "4.3.0",
|
|
5606
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.3.0.tgz",
|
|
5607
|
+
"integrity": "sha512-1ysyxU7lLi2pQNgEQbLpfSciLhsYrYwVu+VEq+tCXzm0TfmyscT1a1vcyykOzztpWMtKNQW/HdJEaAPBPd9FVg==",
|
|
5554
5608
|
"license": "BSD-3-Clause",
|
|
5555
5609
|
"dependencies": {
|
|
5556
|
-
"@salesforce/core": "^5.3.
|
|
5610
|
+
"@salesforce/core": "^5.3.18",
|
|
5557
5611
|
"@salesforce/kit": "^3.0.15",
|
|
5558
|
-
"@salesforce/source-deploy-retrieve": "^9.8.
|
|
5612
|
+
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
5559
5613
|
"@salesforce/ts-types": "^2.0.9",
|
|
5560
5614
|
"fast-xml-parser": "^4.2.5",
|
|
5561
5615
|
"graceful-fs": "^4.2.11",
|
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.17.
|
|
4
|
+
"version": "2.17.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.10.
|
|
128
|
+
"@oclif/core": "3.10.6",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.3",
|
|
133
|
-
"@oclif/plugin-plugins": "4.0.
|
|
133
|
+
"@oclif/plugin-plugins": "4.0.3",
|
|
134
134
|
"@oclif/plugin-search": "1.0.6",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"@salesforce/plugin-apex": "2.3.20",
|
|
141
141
|
"@salesforce/plugin-auth": "2.8.26",
|
|
142
142
|
"@salesforce/plugin-data": "2.6.3",
|
|
143
|
-
"@salesforce/plugin-deploy-retrieve": "1.
|
|
144
|
-
"@salesforce/plugin-info": "
|
|
143
|
+
"@salesforce/plugin-deploy-retrieve": "1.20.0",
|
|
144
|
+
"@salesforce/plugin-info": "3.0.1",
|
|
145
145
|
"@salesforce/plugin-limits": "3.0.1",
|
|
146
146
|
"@salesforce/plugin-login": "2.0.1",
|
|
147
147
|
"@salesforce/plugin-marketplace": "1.0.2",
|
|
148
|
-
"@salesforce/plugin-org": "2.11.
|
|
148
|
+
"@salesforce/plugin-org": "2.11.8",
|
|
149
149
|
"@salesforce/plugin-schema": "2.3.33",
|
|
150
150
|
"@salesforce/plugin-settings": "2.0.2",
|
|
151
151
|
"@salesforce/plugin-sobject": "0.2.15",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.1",
|
|
194
194
|
"@salesforce/source-deploy-retrieve": "9.8.4",
|
|
195
|
-
"@salesforce/source-tracking": "4.
|
|
195
|
+
"@salesforce/source-tracking": "4.3.0"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|
|
198
198
|
"scripts": {
|