@salesforce/cli 2.32.5 → 2.32.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 +40 -40
- package/npm-shrinkwrap.json +446 -296
- package/oclif.manifest.json +293 -211
- package/package.json +9 -9
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.32.
|
|
27
|
+
@salesforce/cli/2.32.6 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3173,7 +3173,7 @@ EXAMPLES
|
|
|
3173
3173
|
$ sf org list auth
|
|
3174
3174
|
```
|
|
3175
3175
|
|
|
3176
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3176
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/list/auth.ts)_
|
|
3177
3177
|
|
|
3178
3178
|
## `sf org list limits`
|
|
3179
3179
|
|
|
@@ -3461,12 +3461,12 @@ FLAG DESCRIPTIONS
|
|
|
3461
3461
|
|
|
3462
3462
|
If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
|
|
3463
3463
|
|
|
3464
|
-
To specify a My Domain URL, use the format https
|
|
3464
|
+
To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
|
|
3465
3465
|
|
|
3466
|
-
To specify a sandbox, set --instance-url to https
|
|
3466
|
+
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3467
3467
|
```
|
|
3468
3468
|
|
|
3469
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3469
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/access-token.ts)_
|
|
3470
3470
|
|
|
3471
3471
|
## `sf org login device`
|
|
3472
3472
|
|
|
@@ -3520,12 +3520,12 @@ FLAG DESCRIPTIONS
|
|
|
3520
3520
|
|
|
3521
3521
|
If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
|
|
3522
3522
|
|
|
3523
|
-
To specify a My Domain URL, use the format https
|
|
3523
|
+
To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
|
|
3524
3524
|
|
|
3525
|
-
To specify a sandbox, set --instance-url to https
|
|
3525
|
+
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3526
3526
|
```
|
|
3527
3527
|
|
|
3528
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3528
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/device.ts)_
|
|
3529
3529
|
|
|
3530
3530
|
## `sf org login jwt`
|
|
3531
3531
|
|
|
@@ -3609,12 +3609,12 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
|
|
3610
3610
|
If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
|
|
3611
3611
|
|
|
3612
|
-
To specify a My Domain URL, use the format https
|
|
3612
|
+
To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
|
|
3613
3613
|
|
|
3614
|
-
To specify a sandbox, set --instance-url to https
|
|
3614
|
+
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3615
3615
|
```
|
|
3616
3616
|
|
|
3617
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3617
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/jwt.ts)_
|
|
3618
3618
|
|
|
3619
3619
|
## `sf org login sfdx-url`
|
|
3620
3620
|
|
|
@@ -3679,7 +3679,7 @@ EXAMPLES
|
|
|
3679
3679
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3680
3680
|
```
|
|
3681
3681
|
|
|
3682
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3682
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/sfdx-url.ts)_
|
|
3683
3683
|
|
|
3684
3684
|
## `sf org login web`
|
|
3685
3685
|
|
|
@@ -3759,12 +3759,12 @@ FLAG DESCRIPTIONS
|
|
|
3759
3759
|
|
|
3760
3760
|
If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
|
|
3761
3761
|
|
|
3762
|
-
To specify a My Domain URL, use the format https
|
|
3762
|
+
To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
|
|
3763
3763
|
|
|
3764
|
-
To specify a sandbox, set --instance-url to https
|
|
3764
|
+
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3765
3765
|
```
|
|
3766
3766
|
|
|
3767
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3767
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/web.ts)_
|
|
3768
3768
|
|
|
3769
3769
|
## `sf org logout`
|
|
3770
3770
|
|
|
@@ -3824,7 +3824,7 @@ FLAG DESCRIPTIONS
|
|
|
3824
3824
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3825
3825
|
```
|
|
3826
3826
|
|
|
3827
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3827
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/logout.ts)_
|
|
3828
3828
|
|
|
3829
3829
|
## `sf org open`
|
|
3830
3830
|
|
|
@@ -5271,7 +5271,7 @@ EXAMPLES
|
|
|
5271
5271
|
$ sf plugins
|
|
5272
5272
|
```
|
|
5273
5273
|
|
|
5274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/index.ts)_
|
|
5275
5275
|
|
|
5276
5276
|
## `sf plugins discover`
|
|
5277
5277
|
|
|
@@ -5315,7 +5315,7 @@ EXAMPLES
|
|
|
5315
5315
|
$ sf plugins inspect myplugin
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/inspect.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf plugins:install PLUGIN...`
|
|
5321
5321
|
|
|
@@ -5359,7 +5359,7 @@ EXAMPLES
|
|
|
5359
5359
|
$ sf plugins install someuser/someplugin
|
|
5360
5360
|
```
|
|
5361
5361
|
|
|
5362
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5362
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/install.ts)_
|
|
5363
5363
|
|
|
5364
5364
|
## `sf plugins:link PLUGIN`
|
|
5365
5365
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf plugins link myplugin
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5392
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/link.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf plugins reset`
|
|
5395
5395
|
|
|
@@ -5404,7 +5404,7 @@ FLAGS
|
|
|
5404
5404
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5405
5405
|
```
|
|
5406
5406
|
|
|
5407
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5407
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/reset.ts)_
|
|
5408
5408
|
|
|
5409
5409
|
## `sf plugins trust verify`
|
|
5410
5410
|
|
|
@@ -5460,7 +5460,7 @@ EXAMPLES
|
|
|
5460
5460
|
$ sf plugins uninstall myplugin
|
|
5461
5461
|
```
|
|
5462
5462
|
|
|
5463
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5463
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/uninstall.ts)_
|
|
5464
5464
|
|
|
5465
5465
|
## `sf plugins update`
|
|
5466
5466
|
|
|
@@ -5478,7 +5478,7 @@ DESCRIPTION
|
|
|
5478
5478
|
Update installed plugins.
|
|
5479
5479
|
```
|
|
5480
5480
|
|
|
5481
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.1/src/commands/plugins/update.ts)_
|
|
5482
5482
|
|
|
5483
5483
|
## `sf project convert mdapi`
|
|
5484
5484
|
|
|
@@ -5540,7 +5540,7 @@ FLAG DESCRIPTIONS
|
|
|
5540
5540
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5541
5541
|
```
|
|
5542
5542
|
|
|
5543
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5543
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/convert/mdapi.ts)_
|
|
5544
5544
|
|
|
5545
5545
|
## `sf project convert source`
|
|
5546
5546
|
|
|
@@ -5552,7 +5552,7 @@ USAGE
|
|
|
5552
5552
|
<value> | -m <value>]
|
|
5553
5553
|
|
|
5554
5554
|
FLAGS
|
|
5555
|
-
-d, --output-dir=<value> [default:
|
|
5555
|
+
-d, --output-dir=<value> [default: metadataPackage_1709665275547] Output directory to store the Metadata
|
|
5556
5556
|
API–formatted files in.
|
|
5557
5557
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5558
5558
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5612,7 +5612,7 @@ FLAG DESCRIPTIONS
|
|
|
5612
5612
|
Override the api version used for api requests made by this command
|
|
5613
5613
|
```
|
|
5614
5614
|
|
|
5615
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5615
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/convert/source.ts)_
|
|
5616
5616
|
|
|
5617
5617
|
## `sf project delete source`
|
|
5618
5618
|
|
|
@@ -5751,7 +5751,7 @@ FLAG DESCRIPTIONS
|
|
|
5751
5751
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5752
5752
|
```
|
|
5753
5753
|
|
|
5754
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5754
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/delete/source.ts)_
|
|
5755
5755
|
|
|
5756
5756
|
## `sf project delete tracking`
|
|
5757
5757
|
|
|
@@ -5787,7 +5787,7 @@ EXAMPLES
|
|
|
5787
5787
|
$ sf project delete tracking --target-org my-scratch
|
|
5788
5788
|
```
|
|
5789
5789
|
|
|
5790
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5790
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/delete/tracking.ts)_
|
|
5791
5791
|
|
|
5792
5792
|
## `sf project deploy cancel`
|
|
5793
5793
|
|
|
@@ -5857,7 +5857,7 @@ FLAG DESCRIPTIONS
|
|
|
5857
5857
|
project deploy report".
|
|
5858
5858
|
```
|
|
5859
5859
|
|
|
5860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/cancel.ts)_
|
|
5861
5861
|
|
|
5862
5862
|
## `sf project deploy preview`
|
|
5863
5863
|
|
|
@@ -5941,7 +5941,7 @@ FLAG DESCRIPTIONS
|
|
|
5941
5941
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5942
5942
|
```
|
|
5943
5943
|
|
|
5944
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5944
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/preview.ts)_
|
|
5945
5945
|
|
|
5946
5946
|
## `sf project deploy quick`
|
|
5947
5947
|
|
|
@@ -6037,7 +6037,7 @@ ERROR CODES
|
|
|
6037
6037
|
Canceling (69) The deploy is being canceled.
|
|
6038
6038
|
```
|
|
6039
6039
|
|
|
6040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6040
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/quick.ts)_
|
|
6041
6041
|
|
|
6042
6042
|
## `sf project deploy report`
|
|
6043
6043
|
|
|
@@ -6132,7 +6132,7 @@ FLAG DESCRIPTIONS
|
|
|
6132
6132
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6133
6133
|
```
|
|
6134
6134
|
|
|
6135
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6135
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/report.ts)_
|
|
6136
6136
|
|
|
6137
6137
|
## `sf project deploy resume`
|
|
6138
6138
|
|
|
@@ -6228,7 +6228,7 @@ ERROR CODES
|
|
|
6228
6228
|
Canceling (69) The deploy is being canceled.
|
|
6229
6229
|
```
|
|
6230
6230
|
|
|
6231
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6231
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/resume.ts)_
|
|
6232
6232
|
|
|
6233
6233
|
## `sf project deploy start`
|
|
6234
6234
|
|
|
@@ -6466,7 +6466,7 @@ ERROR CODES
|
|
|
6466
6466
|
Canceling (69) The deploy is being canceled.
|
|
6467
6467
|
```
|
|
6468
6468
|
|
|
6469
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6469
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/start.ts)_
|
|
6470
6470
|
|
|
6471
6471
|
## `sf project deploy validate`
|
|
6472
6472
|
|
|
@@ -6658,7 +6658,7 @@ ERROR CODES
|
|
|
6658
6658
|
Canceling (69) The deploy is being canceled.
|
|
6659
6659
|
```
|
|
6660
6660
|
|
|
6661
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6661
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/deploy/validate.ts)_
|
|
6662
6662
|
|
|
6663
6663
|
## `sf project generate`
|
|
6664
6664
|
|
|
@@ -6837,7 +6837,7 @@ EXAMPLES
|
|
|
6837
6837
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6838
6838
|
```
|
|
6839
6839
|
|
|
6840
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6840
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/generate/manifest.ts)_
|
|
6841
6841
|
|
|
6842
6842
|
## `sf project list ignored`
|
|
6843
6843
|
|
|
@@ -6878,7 +6878,7 @@ EXAMPLES
|
|
|
6878
6878
|
$ sf project list ignored --source-dir package.xml
|
|
6879
6879
|
```
|
|
6880
6880
|
|
|
6881
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6881
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/list/ignored.ts)_
|
|
6882
6882
|
|
|
6883
6883
|
## `sf project reset tracking`
|
|
6884
6884
|
|
|
@@ -6926,7 +6926,7 @@ EXAMPLES
|
|
|
6926
6926
|
$ sf project reset tracking --revision 30
|
|
6927
6927
|
```
|
|
6928
6928
|
|
|
6929
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6929
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/reset/tracking.ts)_
|
|
6930
6930
|
|
|
6931
6931
|
## `sf project retrieve preview`
|
|
6932
6932
|
|
|
@@ -6982,7 +6982,7 @@ FLAG DESCRIPTIONS
|
|
|
6982
6982
|
Overrides your default org.
|
|
6983
6983
|
```
|
|
6984
6984
|
|
|
6985
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6985
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/retrieve/preview.ts)_
|
|
6986
6986
|
|
|
6987
6987
|
## `sf project retrieve start`
|
|
6988
6988
|
|
|
@@ -7140,7 +7140,7 @@ ENVIRONMENT VARIABLES
|
|
|
7140
7140
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7141
7141
|
```
|
|
7142
7142
|
|
|
7143
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
7143
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.27/src/commands/project/retrieve/start.ts)_
|
|
7144
7144
|
|
|
7145
7145
|
## `sf schema generate field`
|
|
7146
7146
|
|