@salesforce/cli 2.19.0 → 2.19.2
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 +32 -91
- package/npm-shrinkwrap.json +22 -85
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.19.
|
|
27
|
+
@salesforce/cli/2.19.2 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -100,8 +100,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
100
100
|
- [`sf lightning generate event`](#sf-lightning-generate-event)
|
|
101
101
|
- [`sf lightning generate interface`](#sf-lightning-generate-interface)
|
|
102
102
|
- [`sf lightning generate test`](#sf-lightning-generate-test)
|
|
103
|
-
- [`sf login`](#sf-login)
|
|
104
|
-
- [`sf logout`](#sf-logout)
|
|
105
103
|
- [`sf org assign permset`](#sf-org-assign-permset)
|
|
106
104
|
- [`sf org assign permsetlicense`](#sf-org-assign-permsetlicense)
|
|
107
105
|
- [`sf org create sandbox`](#sf-org-create-sandbox)
|
|
@@ -3452,63 +3450,6 @@ FLAG DESCRIPTIONS
|
|
|
3452
3450
|
|
|
3453
3451
|
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/test.ts)_
|
|
3454
3452
|
|
|
3455
|
-
## `sf login`
|
|
3456
|
-
|
|
3457
|
-
Log interactively into an environment.
|
|
3458
|
-
|
|
3459
|
-
```
|
|
3460
|
-
USAGE
|
|
3461
|
-
$ sf login
|
|
3462
|
-
|
|
3463
|
-
DESCRIPTION
|
|
3464
|
-
Log interactively into an environment.
|
|
3465
|
-
|
|
3466
|
-
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3467
|
-
|
|
3468
|
-
Logging into an environment authorizes the CLI to run other commands that connect to that environment.
|
|
3469
|
-
|
|
3470
|
-
EXAMPLES
|
|
3471
|
-
Log in interactively:
|
|
3472
|
-
|
|
3473
|
-
$ sf login
|
|
3474
|
-
```
|
|
3475
|
-
|
|
3476
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/2.0.4/src/commands/login.ts)_
|
|
3477
|
-
|
|
3478
|
-
## `sf logout`
|
|
3479
|
-
|
|
3480
|
-
Log out interactively from environments.
|
|
3481
|
-
|
|
3482
|
-
```
|
|
3483
|
-
USAGE
|
|
3484
|
-
$ sf logout [--json] [--no-prompt]
|
|
3485
|
-
|
|
3486
|
-
FLAGS
|
|
3487
|
-
--no-prompt Don't prompt for confirmation; logs you out of all environments.
|
|
3488
|
-
|
|
3489
|
-
GLOBAL FLAGS
|
|
3490
|
-
--json Format output as json.
|
|
3491
|
-
|
|
3492
|
-
DESCRIPTION
|
|
3493
|
-
Log out interactively from environments.
|
|
3494
|
-
|
|
3495
|
-
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3496
|
-
|
|
3497
|
-
By default, the command prompts you to select which environments you want to log out of. Use --no-prompt to not be
|
|
3498
|
-
prompted and log out of all environments.
|
|
3499
|
-
|
|
3500
|
-
EXAMPLES
|
|
3501
|
-
Interactively select the environments to log out of:
|
|
3502
|
-
|
|
3503
|
-
$ sf logout
|
|
3504
|
-
|
|
3505
|
-
Log out of all environments, without being prompted:
|
|
3506
|
-
|
|
3507
|
-
$ sf logout --no-prompt
|
|
3508
|
-
```
|
|
3509
|
-
|
|
3510
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/2.0.4/src/commands/logout.ts)_
|
|
3511
|
-
|
|
3512
3453
|
## `sf org assign permset`
|
|
3513
3454
|
|
|
3514
3455
|
Assign a permission set to one or more users of a scratch org.
|
|
@@ -4249,7 +4190,7 @@ EXAMPLES
|
|
|
4249
4190
|
$ sf org list auth
|
|
4250
4191
|
```
|
|
4251
4192
|
|
|
4252
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4193
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/list/auth.ts)_
|
|
4253
4194
|
|
|
4254
4195
|
## `sf org list limits`
|
|
4255
4196
|
|
|
@@ -4537,7 +4478,7 @@ FLAG DESCRIPTIONS
|
|
|
4537
4478
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4538
4479
|
```
|
|
4539
4480
|
|
|
4540
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4481
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/access-token.ts)_
|
|
4541
4482
|
|
|
4542
4483
|
## `sf org login device`
|
|
4543
4484
|
|
|
@@ -4596,7 +4537,7 @@ FLAG DESCRIPTIONS
|
|
|
4596
4537
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4597
4538
|
```
|
|
4598
4539
|
|
|
4599
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4540
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/device.ts)_
|
|
4600
4541
|
|
|
4601
4542
|
## `sf org login jwt`
|
|
4602
4543
|
|
|
@@ -4685,7 +4626,7 @@ FLAG DESCRIPTIONS
|
|
|
4685
4626
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4686
4627
|
```
|
|
4687
4628
|
|
|
4688
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4629
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/jwt.ts)_
|
|
4689
4630
|
|
|
4690
4631
|
## `sf org login sfdx-url`
|
|
4691
4632
|
|
|
@@ -4743,7 +4684,7 @@ EXAMPLES
|
|
|
4743
4684
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4744
4685
|
```
|
|
4745
4686
|
|
|
4746
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4687
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/sfdx-url.ts)_
|
|
4747
4688
|
|
|
4748
4689
|
## `sf org login web`
|
|
4749
4690
|
|
|
@@ -4828,7 +4769,7 @@ FLAG DESCRIPTIONS
|
|
|
4828
4769
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4829
4770
|
```
|
|
4830
4771
|
|
|
4831
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4772
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/web.ts)_
|
|
4832
4773
|
|
|
4833
4774
|
## `sf org logout`
|
|
4834
4775
|
|
|
@@ -4888,7 +4829,7 @@ FLAG DESCRIPTIONS
|
|
|
4888
4829
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4889
4830
|
```
|
|
4890
4831
|
|
|
4891
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4832
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/logout.ts)_
|
|
4892
4833
|
|
|
4893
4834
|
## `sf org open`
|
|
4894
4835
|
|
|
@@ -5084,7 +5025,7 @@ EXAMPLES
|
|
|
5084
5025
|
$ sf plugins
|
|
5085
5026
|
```
|
|
5086
5027
|
|
|
5087
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5028
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/index.ts)_
|
|
5088
5029
|
|
|
5089
5030
|
## `sf plugins discover`
|
|
5090
5031
|
|
|
@@ -5128,7 +5069,7 @@ EXAMPLES
|
|
|
5128
5069
|
$ sf plugins inspect myplugin
|
|
5129
5070
|
```
|
|
5130
5071
|
|
|
5131
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5072
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/inspect.ts)_
|
|
5132
5073
|
|
|
5133
5074
|
## `sf plugins:install PLUGIN...`
|
|
5134
5075
|
|
|
@@ -5172,7 +5113,7 @@ EXAMPLES
|
|
|
5172
5113
|
$ sf plugins install someuser/someplugin
|
|
5173
5114
|
```
|
|
5174
5115
|
|
|
5175
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5116
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/install.ts)_
|
|
5176
5117
|
|
|
5177
5118
|
## `sf plugins:link PLUGIN`
|
|
5178
5119
|
|
|
@@ -5202,7 +5143,7 @@ EXAMPLES
|
|
|
5202
5143
|
$ sf plugins link myplugin
|
|
5203
5144
|
```
|
|
5204
5145
|
|
|
5205
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5146
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/link.ts)_
|
|
5206
5147
|
|
|
5207
5148
|
## `sf plugins reset`
|
|
5208
5149
|
|
|
@@ -5213,7 +5154,7 @@ USAGE
|
|
|
5213
5154
|
$ sf plugins reset
|
|
5214
5155
|
```
|
|
5215
5156
|
|
|
5216
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5157
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/reset.ts)_
|
|
5217
5158
|
|
|
5218
5159
|
## `sf plugins trust verify`
|
|
5219
5160
|
|
|
@@ -5269,7 +5210,7 @@ EXAMPLES
|
|
|
5269
5210
|
$ sf plugins uninstall myplugin
|
|
5270
5211
|
```
|
|
5271
5212
|
|
|
5272
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/uninstall.ts)_
|
|
5273
5214
|
|
|
5274
5215
|
## `sf plugins update`
|
|
5275
5216
|
|
|
@@ -5287,7 +5228,7 @@ DESCRIPTION
|
|
|
5287
5228
|
Update installed plugins.
|
|
5288
5229
|
```
|
|
5289
5230
|
|
|
5290
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5231
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/update.ts)_
|
|
5291
5232
|
|
|
5292
5233
|
## `sf project convert mdapi`
|
|
5293
5234
|
|
|
@@ -5349,7 +5290,7 @@ FLAG DESCRIPTIONS
|
|
|
5349
5290
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5350
5291
|
```
|
|
5351
5292
|
|
|
5352
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5293
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/convert/mdapi.ts)_
|
|
5353
5294
|
|
|
5354
5295
|
## `sf project convert source`
|
|
5355
5296
|
|
|
@@ -5361,7 +5302,7 @@ USAGE
|
|
|
5361
5302
|
<value> | -m <value>]
|
|
5362
5303
|
|
|
5363
5304
|
FLAGS
|
|
5364
|
-
-d, --output-dir=<value> [default:
|
|
5305
|
+
-d, --output-dir=<value> [default: metadataPackage_1700254402940] Output directory to store the Metadata
|
|
5365
5306
|
API–formatted files in.
|
|
5366
5307
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5367
5308
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5421,7 +5362,7 @@ FLAG DESCRIPTIONS
|
|
|
5421
5362
|
Override the api version used for api requests made by this command
|
|
5422
5363
|
```
|
|
5423
5364
|
|
|
5424
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5365
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/convert/source.ts)_
|
|
5425
5366
|
|
|
5426
5367
|
## `sf project delete source`
|
|
5427
5368
|
|
|
@@ -5559,7 +5500,7 @@ FLAG DESCRIPTIONS
|
|
|
5559
5500
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5560
5501
|
```
|
|
5561
5502
|
|
|
5562
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5503
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/delete/source.ts)_
|
|
5563
5504
|
|
|
5564
5505
|
## `sf project delete tracking`
|
|
5565
5506
|
|
|
@@ -5594,7 +5535,7 @@ EXAMPLES
|
|
|
5594
5535
|
$ sf project delete tracking --target-org my-scratch
|
|
5595
5536
|
```
|
|
5596
5537
|
|
|
5597
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5538
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/delete/tracking.ts)_
|
|
5598
5539
|
|
|
5599
5540
|
## `sf project deploy cancel`
|
|
5600
5541
|
|
|
@@ -5664,7 +5605,7 @@ FLAG DESCRIPTIONS
|
|
|
5664
5605
|
project deploy report".
|
|
5665
5606
|
```
|
|
5666
5607
|
|
|
5667
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5608
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/cancel.ts)_
|
|
5668
5609
|
|
|
5669
5610
|
## `sf project deploy preview`
|
|
5670
5611
|
|
|
@@ -5747,7 +5688,7 @@ FLAG DESCRIPTIONS
|
|
|
5747
5688
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5748
5689
|
```
|
|
5749
5690
|
|
|
5750
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5691
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/preview.ts)_
|
|
5751
5692
|
|
|
5752
5693
|
## `sf project deploy quick`
|
|
5753
5694
|
|
|
@@ -5840,7 +5781,7 @@ ERROR CODES
|
|
|
5840
5781
|
Canceling (69) The deploy is being canceled.
|
|
5841
5782
|
```
|
|
5842
5783
|
|
|
5843
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5784
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/quick.ts)_
|
|
5844
5785
|
|
|
5845
5786
|
## `sf project deploy report`
|
|
5846
5787
|
|
|
@@ -5935,7 +5876,7 @@ FLAG DESCRIPTIONS
|
|
|
5935
5876
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5936
5877
|
```
|
|
5937
5878
|
|
|
5938
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5879
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/report.ts)_
|
|
5939
5880
|
|
|
5940
5881
|
## `sf project deploy resume`
|
|
5941
5882
|
|
|
@@ -6031,7 +5972,7 @@ ERROR CODES
|
|
|
6031
5972
|
Canceling (69) The deploy is being canceled.
|
|
6032
5973
|
```
|
|
6033
5974
|
|
|
6034
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5975
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/resume.ts)_
|
|
6035
5976
|
|
|
6036
5977
|
## `sf project deploy start`
|
|
6037
5978
|
|
|
@@ -6260,7 +6201,7 @@ ERROR CODES
|
|
|
6260
6201
|
Canceling (69) The deploy is being canceled.
|
|
6261
6202
|
```
|
|
6262
6203
|
|
|
6263
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6204
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/start.ts)_
|
|
6264
6205
|
|
|
6265
6206
|
## `sf project deploy validate`
|
|
6266
6207
|
|
|
@@ -6439,7 +6380,7 @@ ERROR CODES
|
|
|
6439
6380
|
Canceling (69) The deploy is being canceled.
|
|
6440
6381
|
```
|
|
6441
6382
|
|
|
6442
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6383
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/validate.ts)_
|
|
6443
6384
|
|
|
6444
6385
|
## `sf project generate`
|
|
6445
6386
|
|
|
@@ -6618,7 +6559,7 @@ EXAMPLES
|
|
|
6618
6559
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6619
6560
|
```
|
|
6620
6561
|
|
|
6621
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6562
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/generate/manifest.ts)_
|
|
6622
6563
|
|
|
6623
6564
|
## `sf project list ignored`
|
|
6624
6565
|
|
|
@@ -6659,7 +6600,7 @@ EXAMPLES
|
|
|
6659
6600
|
$ sf project list ignored --source-dir package.xml
|
|
6660
6601
|
```
|
|
6661
6602
|
|
|
6662
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6603
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/list/ignored.ts)_
|
|
6663
6604
|
|
|
6664
6605
|
## `sf project reset tracking`
|
|
6665
6606
|
|
|
@@ -6706,7 +6647,7 @@ EXAMPLES
|
|
|
6706
6647
|
$ sf project reset tracking --revision 30
|
|
6707
6648
|
```
|
|
6708
6649
|
|
|
6709
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6650
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/reset/tracking.ts)_
|
|
6710
6651
|
|
|
6711
6652
|
## `sf project retrieve preview`
|
|
6712
6653
|
|
|
@@ -6761,7 +6702,7 @@ FLAG DESCRIPTIONS
|
|
|
6761
6702
|
Overrides your default org.
|
|
6762
6703
|
```
|
|
6763
6704
|
|
|
6764
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6705
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/retrieve/preview.ts)_
|
|
6765
6706
|
|
|
6766
6707
|
## `sf project retrieve start`
|
|
6767
6708
|
|
|
@@ -6915,7 +6856,7 @@ ENVIRONMENT VARIABLES
|
|
|
6915
6856
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6916
6857
|
```
|
|
6917
6858
|
|
|
6918
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6859
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/retrieve/start.ts)_
|
|
6919
6860
|
|
|
6920
6861
|
## `sf schema generate field`
|
|
6921
6862
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.19.
|
|
9
|
+
"version": "2.19.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.6",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.4",
|
|
18
|
-
"@oclif/plugin-plugins": "4.1.
|
|
18
|
+
"@oclif/plugin-plugins": "4.1.8",
|
|
19
19
|
"@oclif/plugin-search": "1.0.7",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@oclif/plugin-which": "3.0.9",
|
|
24
24
|
"@salesforce/core": "^6.1.3",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.4",
|
|
26
|
-
"@salesforce/plugin-auth": "3.0.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.6",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.1.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.1.2",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.3",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.2",
|
|
31
|
-
"@salesforce/plugin-login": "2.0.
|
|
31
|
+
"@salesforce/plugin-login": "2.0.5",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.6",
|
|
33
33
|
"@salesforce/plugin-org": "3.0.5",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.4",
|
|
@@ -2445,9 +2445,9 @@
|
|
|
2445
2445
|
}
|
|
2446
2446
|
},
|
|
2447
2447
|
"node_modules/@oclif/plugin-plugins": {
|
|
2448
|
-
"version": "4.1.
|
|
2449
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.
|
|
2450
|
-
"integrity": "sha512-
|
|
2448
|
+
"version": "4.1.8",
|
|
2449
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.8.tgz",
|
|
2450
|
+
"integrity": "sha512-sowXVWJyUALqzB2tekGtB9gnKANfSL2Gy5ov9ZliqVj7jU643JH3n4g7j5sDEziR6rQ14/ZMiyDwbweeSWb9gQ==",
|
|
2451
2451
|
"license": "MIT",
|
|
2452
2452
|
"dependencies": {
|
|
2453
2453
|
"@oclif/core": "^3.10.2",
|
|
@@ -7145,13 +7145,13 @@
|
|
|
7145
7145
|
}
|
|
7146
7146
|
},
|
|
7147
7147
|
"node_modules/@salesforce/plugin-auth": {
|
|
7148
|
-
"version": "3.0.
|
|
7149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.
|
|
7150
|
-
"integrity": "sha512-
|
|
7148
|
+
"version": "3.0.6",
|
|
7149
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.6.tgz",
|
|
7150
|
+
"integrity": "sha512-A2YWc7sEiC3zhyzAssDjuP2W/YmNZP6tOPAH5/ilKsEfJ8acN7M7DUzOPNG3xLJ1WarHTNx+Bxiz9m3Szl22Ug==",
|
|
7151
7151
|
"license": "BSD-3-Clause",
|
|
7152
7152
|
"dependencies": {
|
|
7153
7153
|
"@oclif/core": "^3.10.8",
|
|
7154
|
-
"@salesforce/core": "^6.1.
|
|
7154
|
+
"@salesforce/core": "^6.1.3",
|
|
7155
7155
|
"@salesforce/kit": "^3.0.15",
|
|
7156
7156
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
7157
7157
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7355,9 +7355,9 @@
|
|
|
7355
7355
|
}
|
|
7356
7356
|
},
|
|
7357
7357
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7358
|
-
"version": "2.1.
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.
|
|
7360
|
-
"integrity": "sha512-
|
|
7358
|
+
"version": "2.1.2",
|
|
7359
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.2.tgz",
|
|
7360
|
+
"integrity": "sha512-bZc/x1TcQZXvIdoHIMVDO43/jtXoJHToXVCzO8E7OQvjOVOCWo/U7oVIOA5maF64XbJj4I01cuIViUC7eRUJmw==",
|
|
7361
7361
|
"license": "BSD-3-Clause",
|
|
7362
7362
|
"dependencies": {
|
|
7363
7363
|
"@oclif/core": "^3.11.0",
|
|
@@ -7598,83 +7598,20 @@
|
|
|
7598
7598
|
}
|
|
7599
7599
|
},
|
|
7600
7600
|
"node_modules/@salesforce/plugin-login": {
|
|
7601
|
-
"version": "2.0.
|
|
7602
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.
|
|
7603
|
-
"integrity": "sha512-
|
|
7601
|
+
"version": "2.0.5",
|
|
7602
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.5.tgz",
|
|
7603
|
+
"integrity": "sha512-94PBniSVO1yeu7JFDSAOfNTL2/NZLsNnXKYQsrLb1vl7Vsph+BUWT68Uo1lwWmEzG1m+m6VxkTundLw5w7CuDw==",
|
|
7604
7604
|
"license": "BSD-3-Clause",
|
|
7605
7605
|
"dependencies": {
|
|
7606
|
-
"@oclif/core": "^3.
|
|
7607
|
-
"@salesforce/core": "^
|
|
7608
|
-
"@salesforce/sf-plugins-core": "^
|
|
7606
|
+
"@oclif/core": "^3.11.0",
|
|
7607
|
+
"@salesforce/core": "^6.1.3",
|
|
7608
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
7609
7609
|
"chalk": "^5.3.0"
|
|
7610
7610
|
},
|
|
7611
7611
|
"engines": {
|
|
7612
7612
|
"node": ">=18.0.0"
|
|
7613
7613
|
}
|
|
7614
7614
|
},
|
|
7615
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/core": {
|
|
7616
|
-
"version": "5.3.20",
|
|
7617
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
7618
|
-
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
7619
|
-
"license": "BSD-3-Clause",
|
|
7620
|
-
"dependencies": {
|
|
7621
|
-
"@salesforce/kit": "^3.0.15",
|
|
7622
|
-
"@salesforce/schemas": "^1.6.1",
|
|
7623
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7624
|
-
"@types/semver": "^7.5.4",
|
|
7625
|
-
"ajv": "^8.12.0",
|
|
7626
|
-
"change-case": "^4.1.2",
|
|
7627
|
-
"faye": "^1.4.0",
|
|
7628
|
-
"form-data": "^4.0.0",
|
|
7629
|
-
"js2xmlparser": "^4.0.1",
|
|
7630
|
-
"jsforce": "^2.0.0-beta.28",
|
|
7631
|
-
"jsonwebtoken": "9.0.2",
|
|
7632
|
-
"jszip": "3.10.1",
|
|
7633
|
-
"pino": "^8.16.0",
|
|
7634
|
-
"pino-abstract-transport": "^1.0.0",
|
|
7635
|
-
"pino-pretty": "^10.2.3",
|
|
7636
|
-
"proper-lockfile": "^4.1.2",
|
|
7637
|
-
"semver": "^7.5.4",
|
|
7638
|
-
"ts-retry-promise": "^0.7.1"
|
|
7639
|
-
},
|
|
7640
|
-
"engines": {
|
|
7641
|
-
"node": ">=16.0.0"
|
|
7642
|
-
}
|
|
7643
|
-
},
|
|
7644
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
|
|
7645
|
-
"version": "4.1.2",
|
|
7646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.2.tgz",
|
|
7647
|
-
"integrity": "sha512-mjb9mLyfLos4Y+/qhko2mrKgwxMzWipAnR/Inuu9cuw4dK9sCgHl79t4zU+6FyNT2T14Q9md/hDXN5QNg0eGJA==",
|
|
7648
|
-
"license": "BSD-3-Clause",
|
|
7649
|
-
"dependencies": {
|
|
7650
|
-
"@oclif/core": "^3.0.0",
|
|
7651
|
-
"@salesforce/core": "^5.3.1",
|
|
7652
|
-
"@salesforce/kit": "^3.0.13",
|
|
7653
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
7654
|
-
"@types/inquirer": "^8.2.3",
|
|
7655
|
-
"chalk": "^4",
|
|
7656
|
-
"inquirer": "^8.2.5"
|
|
7657
|
-
},
|
|
7658
|
-
"engines": {
|
|
7659
|
-
"node": ">=16.0.0"
|
|
7660
|
-
}
|
|
7661
|
-
},
|
|
7662
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
7663
|
-
"version": "4.1.2",
|
|
7664
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
7665
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
7666
|
-
"license": "MIT",
|
|
7667
|
-
"dependencies": {
|
|
7668
|
-
"ansi-styles": "^4.1.0",
|
|
7669
|
-
"supports-color": "^7.1.0"
|
|
7670
|
-
},
|
|
7671
|
-
"engines": {
|
|
7672
|
-
"node": ">=10"
|
|
7673
|
-
},
|
|
7674
|
-
"funding": {
|
|
7675
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7676
|
-
}
|
|
7677
|
-
},
|
|
7678
7615
|
"node_modules/@salesforce/plugin-login/node_modules/chalk": {
|
|
7679
7616
|
"version": "5.3.0",
|
|
7680
7617
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
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.19.
|
|
4
|
+
"version": "2.19.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.6",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.4",
|
|
133
|
-
"@oclif/plugin-plugins": "4.1.
|
|
133
|
+
"@oclif/plugin-plugins": "4.1.8",
|
|
134
134
|
"@oclif/plugin-search": "1.0.7",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"@oclif/plugin-which": "3.0.9",
|
|
139
139
|
"@salesforce/core": "^6.1.3",
|
|
140
140
|
"@salesforce/plugin-apex": "3.0.4",
|
|
141
|
-
"@salesforce/plugin-auth": "3.0.
|
|
141
|
+
"@salesforce/plugin-auth": "3.0.6",
|
|
142
142
|
"@salesforce/plugin-data": "3.0.1",
|
|
143
|
-
"@salesforce/plugin-deploy-retrieve": "2.1.
|
|
143
|
+
"@salesforce/plugin-deploy-retrieve": "2.1.2",
|
|
144
144
|
"@salesforce/plugin-info": "3.0.3",
|
|
145
145
|
"@salesforce/plugin-limits": "3.0.2",
|
|
146
|
-
"@salesforce/plugin-login": "2.0.
|
|
146
|
+
"@salesforce/plugin-login": "2.0.5",
|
|
147
147
|
"@salesforce/plugin-marketplace": "1.0.6",
|
|
148
148
|
"@salesforce/plugin-org": "3.0.5",
|
|
149
149
|
"@salesforce/plugin-schema": "3.0.4",
|