@salesforce/cli 2.62.1 → 2.62.3
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 +53 -51
- package/npm-shrinkwrap.json +2950 -1342
- package/oclif.lock +871 -542
- package/oclif.manifest.json +1 -1
- 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.62.
|
|
27
|
+
@salesforce/cli/2.62.3 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1072,7 +1072,7 @@ DESCRIPTION
|
|
|
1072
1072
|
List all sf commands.
|
|
1073
1073
|
```
|
|
1074
1074
|
|
|
1075
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.
|
|
1075
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.1/src/commands/commands.ts)_
|
|
1076
1076
|
|
|
1077
1077
|
## `sf config get`
|
|
1078
1078
|
|
|
@@ -2286,7 +2286,7 @@ DESCRIPTION
|
|
|
2286
2286
|
Display help for sf.
|
|
2287
2287
|
```
|
|
2288
2288
|
|
|
2289
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2289
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_
|
|
2290
2290
|
|
|
2291
2291
|
## `sf info releasenotes display`
|
|
2292
2292
|
|
|
@@ -4485,7 +4485,7 @@ FLAG DESCRIPTIONS
|
|
|
4485
4485
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4486
4486
|
```
|
|
4487
4487
|
|
|
4488
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4488
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/create.ts)_
|
|
4489
4489
|
|
|
4490
4490
|
## `sf package delete`
|
|
4491
4491
|
|
|
@@ -4527,7 +4527,7 @@ EXAMPLES
|
|
|
4527
4527
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4528
4528
|
```
|
|
4529
4529
|
|
|
4530
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4530
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/delete.ts)_
|
|
4531
4531
|
|
|
4532
4532
|
## `sf package install`
|
|
4533
4533
|
|
|
@@ -4626,7 +4626,7 @@ FLAG DESCRIPTIONS
|
|
|
4626
4626
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4627
4627
|
```
|
|
4628
4628
|
|
|
4629
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4629
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install.ts)_
|
|
4630
4630
|
|
|
4631
4631
|
## `sf package install report`
|
|
4632
4632
|
|
|
@@ -4659,7 +4659,7 @@ EXAMPLES
|
|
|
4659
4659
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4660
4660
|
```
|
|
4661
4661
|
|
|
4662
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4662
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install/report.ts)_
|
|
4663
4663
|
|
|
4664
4664
|
## `sf package installed list`
|
|
4665
4665
|
|
|
@@ -4691,7 +4691,7 @@ EXAMPLES
|
|
|
4691
4691
|
$ sf package installed list --target-org me@example.com
|
|
4692
4692
|
```
|
|
4693
4693
|
|
|
4694
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4694
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/installed/list.ts)_
|
|
4695
4695
|
|
|
4696
4696
|
## `sf package list`
|
|
4697
4697
|
|
|
@@ -4729,7 +4729,7 @@ EXAMPLES
|
|
|
4729
4729
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4730
4730
|
```
|
|
4731
4731
|
|
|
4732
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4732
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/list.ts)_
|
|
4733
4733
|
|
|
4734
4734
|
## `sf package uninstall`
|
|
4735
4735
|
|
|
@@ -4777,7 +4777,7 @@ EXAMPLES
|
|
|
4777
4777
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4778
4778
|
```
|
|
4779
4779
|
|
|
4780
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4780
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall.ts)_
|
|
4781
4781
|
|
|
4782
4782
|
## `sf package uninstall report`
|
|
4783
4783
|
|
|
@@ -4810,7 +4810,7 @@ EXAMPLES
|
|
|
4810
4810
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4811
4811
|
```
|
|
4812
4812
|
|
|
4813
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4813
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall/report.ts)_
|
|
4814
4814
|
|
|
4815
4815
|
## `sf package update`
|
|
4816
4816
|
|
|
@@ -4865,7 +4865,7 @@ FLAG DESCRIPTIONS
|
|
|
4865
4865
|
associated with your package.
|
|
4866
4866
|
```
|
|
4867
4867
|
|
|
4868
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4868
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/update.ts)_
|
|
4869
4869
|
|
|
4870
4870
|
## `sf package version create`
|
|
4871
4871
|
|
|
@@ -5040,7 +5040,7 @@ FLAG DESCRIPTIONS
|
|
|
5040
5040
|
periods of no output from commands.
|
|
5041
5041
|
```
|
|
5042
5042
|
|
|
5043
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5043
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create.ts)_
|
|
5044
5044
|
|
|
5045
5045
|
## `sf package version create list`
|
|
5046
5046
|
|
|
@@ -5101,7 +5101,7 @@ EXAMPLES
|
|
|
5101
5101
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5102
5102
|
```
|
|
5103
5103
|
|
|
5104
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5104
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/list.ts)_
|
|
5105
5105
|
|
|
5106
5106
|
## `sf package version create report`
|
|
5107
5107
|
|
|
@@ -5144,7 +5144,7 @@ EXAMPLES
|
|
|
5144
5144
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5145
5145
|
```
|
|
5146
5146
|
|
|
5147
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5147
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/report.ts)_
|
|
5148
5148
|
|
|
5149
5149
|
## `sf package version delete`
|
|
5150
5150
|
|
|
@@ -5185,7 +5185,7 @@ EXAMPLES
|
|
|
5185
5185
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5186
5186
|
```
|
|
5187
5187
|
|
|
5188
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5188
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/delete.ts)_
|
|
5189
5189
|
|
|
5190
5190
|
## `sf package version displayancestry`
|
|
5191
5191
|
|
|
@@ -5245,7 +5245,7 @@ FLAG DESCRIPTIONS
|
|
|
5245
5245
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5246
5246
|
```
|
|
5247
5247
|
|
|
5248
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5248
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/displayancestry.ts)_
|
|
5249
5249
|
|
|
5250
5250
|
## `sf package version list`
|
|
5251
5251
|
|
|
@@ -5321,7 +5321,7 @@ EXAMPLES
|
|
|
5321
5321
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5322
5322
|
```
|
|
5323
5323
|
|
|
5324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/list.ts)_
|
|
5325
5325
|
|
|
5326
5326
|
## `sf package version promote`
|
|
5327
5327
|
|
|
@@ -5365,7 +5365,7 @@ EXAMPLES
|
|
|
5365
5365
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5366
5366
|
```
|
|
5367
5367
|
|
|
5368
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5368
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/promote.ts)_
|
|
5369
5369
|
|
|
5370
5370
|
## `sf package version report`
|
|
5371
5371
|
|
|
@@ -5405,7 +5405,7 @@ EXAMPLES
|
|
|
5405
5405
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5406
5406
|
```
|
|
5407
5407
|
|
|
5408
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5408
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/report.ts)_
|
|
5409
5409
|
|
|
5410
5410
|
## `sf package version update`
|
|
5411
5411
|
|
|
@@ -5458,7 +5458,7 @@ EXAMPLES
|
|
|
5458
5458
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5459
5459
|
```
|
|
5460
5460
|
|
|
5461
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5461
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/update.ts)_
|
|
5462
5462
|
|
|
5463
5463
|
## `sf package1 version create`
|
|
5464
5464
|
|
|
@@ -5525,7 +5525,7 @@ FLAG DESCRIPTIONS
|
|
|
5525
5525
|
subscribers.
|
|
5526
5526
|
```
|
|
5527
5527
|
|
|
5528
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5528
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create.ts)_
|
|
5529
5529
|
|
|
5530
5530
|
## `sf package1 version create get`
|
|
5531
5531
|
|
|
@@ -5558,7 +5558,7 @@ EXAMPLES
|
|
|
5558
5558
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5559
5559
|
```
|
|
5560
5560
|
|
|
5561
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5561
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create/get.ts)_
|
|
5562
5562
|
|
|
5563
5563
|
## `sf package1 version display`
|
|
5564
5564
|
|
|
@@ -5592,7 +5592,7 @@ EXAMPLES
|
|
|
5592
5592
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5593
5593
|
```
|
|
5594
5594
|
|
|
5595
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5595
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/display.ts)_
|
|
5596
5596
|
|
|
5597
5597
|
## `sf package1 version list`
|
|
5598
5598
|
|
|
@@ -5630,7 +5630,7 @@ FLAG DESCRIPTIONS
|
|
|
5630
5630
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5631
5631
|
```
|
|
5632
5632
|
|
|
5633
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5633
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/list.ts)_
|
|
5634
5634
|
|
|
5635
5635
|
## `sf plugins`
|
|
5636
5636
|
|
|
@@ -5653,7 +5653,7 @@ EXAMPLES
|
|
|
5653
5653
|
$ sf plugins
|
|
5654
5654
|
```
|
|
5655
5655
|
|
|
5656
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5656
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/index.ts)_
|
|
5657
5657
|
|
|
5658
5658
|
## `sf plugins discover`
|
|
5659
5659
|
|
|
@@ -5698,7 +5698,7 @@ EXAMPLES
|
|
|
5698
5698
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5699
5699
|
```
|
|
5700
5700
|
|
|
5701
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5701
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/inspect.ts)_
|
|
5702
5702
|
|
|
5703
5703
|
## `sf plugins install PLUGIN`
|
|
5704
5704
|
|
|
@@ -5747,7 +5747,7 @@ EXAMPLES
|
|
|
5747
5747
|
$ sf plugins install someuser/someplugin
|
|
5748
5748
|
```
|
|
5749
5749
|
|
|
5750
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5750
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/install.ts)_
|
|
5751
5751
|
|
|
5752
5752
|
## `sf plugins link PATH`
|
|
5753
5753
|
|
|
@@ -5767,6 +5767,7 @@ FLAGS
|
|
|
5767
5767
|
|
|
5768
5768
|
DESCRIPTION
|
|
5769
5769
|
Links a plugin into the CLI for development.
|
|
5770
|
+
|
|
5770
5771
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
5771
5772
|
|
|
5772
5773
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -5777,7 +5778,7 @@ EXAMPLES
|
|
|
5777
5778
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5778
5779
|
```
|
|
5779
5780
|
|
|
5780
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5781
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/link.ts)_
|
|
5781
5782
|
|
|
5782
5783
|
## `sf plugins reset`
|
|
5783
5784
|
|
|
@@ -5792,7 +5793,7 @@ FLAGS
|
|
|
5792
5793
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5793
5794
|
```
|
|
5794
5795
|
|
|
5795
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5796
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/reset.ts)_
|
|
5796
5797
|
|
|
5797
5798
|
## `sf plugins trust verify`
|
|
5798
5799
|
|
|
@@ -5849,7 +5850,7 @@ EXAMPLES
|
|
|
5849
5850
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5850
5851
|
```
|
|
5851
5852
|
|
|
5852
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5853
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/uninstall.ts)_
|
|
5853
5854
|
|
|
5854
5855
|
## `sf plugins update`
|
|
5855
5856
|
|
|
@@ -5867,7 +5868,7 @@ DESCRIPTION
|
|
|
5867
5868
|
Update installed plugins.
|
|
5868
5869
|
```
|
|
5869
5870
|
|
|
5870
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5871
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/update.ts)_
|
|
5871
5872
|
|
|
5872
5873
|
## `sf project convert mdapi`
|
|
5873
5874
|
|
|
@@ -5930,7 +5931,7 @@ FLAG DESCRIPTIONS
|
|
|
5930
5931
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5931
5932
|
```
|
|
5932
5933
|
|
|
5933
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5934
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/mdapi.ts)_
|
|
5934
5935
|
|
|
5935
5936
|
## `sf project convert source`
|
|
5936
5937
|
|
|
@@ -6003,7 +6004,7 @@ FLAG DESCRIPTIONS
|
|
|
6003
6004
|
Override the api version used for api requests made by this command
|
|
6004
6005
|
```
|
|
6005
6006
|
|
|
6006
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6007
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source.ts)_
|
|
6007
6008
|
|
|
6008
6009
|
## `sf project convert source-behavior`
|
|
6009
6010
|
|
|
@@ -6061,7 +6062,7 @@ EXAMPLES
|
|
|
6061
6062
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6062
6063
|
```
|
|
6063
6064
|
|
|
6064
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6065
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source-behavior.ts)_
|
|
6065
6066
|
|
|
6066
6067
|
## `sf project delete source`
|
|
6067
6068
|
|
|
@@ -6201,7 +6202,7 @@ FLAG DESCRIPTIONS
|
|
|
6201
6202
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6202
6203
|
```
|
|
6203
6204
|
|
|
6204
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6205
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/source.ts)_
|
|
6205
6206
|
|
|
6206
6207
|
## `sf project delete tracking`
|
|
6207
6208
|
|
|
@@ -6238,7 +6239,7 @@ EXAMPLES
|
|
|
6238
6239
|
$ sf project delete tracking --target-org my-scratch
|
|
6239
6240
|
```
|
|
6240
6241
|
|
|
6241
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6242
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/tracking.ts)_
|
|
6242
6243
|
|
|
6243
6244
|
## `sf project deploy cancel`
|
|
6244
6245
|
|
|
@@ -6310,7 +6311,7 @@ FLAG DESCRIPTIONS
|
|
|
6310
6311
|
project deploy report".
|
|
6311
6312
|
```
|
|
6312
6313
|
|
|
6313
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6314
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/cancel.ts)_
|
|
6314
6315
|
|
|
6315
6316
|
## `sf project deploy preview`
|
|
6316
6317
|
|
|
@@ -6393,7 +6394,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6394
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6394
6395
|
```
|
|
6395
6396
|
|
|
6396
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6397
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/preview.ts)_
|
|
6397
6398
|
|
|
6398
6399
|
## `sf project deploy quick`
|
|
6399
6400
|
|
|
@@ -6486,7 +6487,7 @@ ERROR CODES
|
|
|
6486
6487
|
Canceling (69) The deploy is being canceled.
|
|
6487
6488
|
```
|
|
6488
6489
|
|
|
6489
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6490
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/quick.ts)_
|
|
6490
6491
|
|
|
6491
6492
|
## `sf project deploy report`
|
|
6492
6493
|
|
|
@@ -6578,7 +6579,7 @@ FLAG DESCRIPTIONS
|
|
|
6578
6579
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6579
6580
|
```
|
|
6580
6581
|
|
|
6581
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6582
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/report.ts)_
|
|
6582
6583
|
|
|
6583
6584
|
## `sf project deploy resume`
|
|
6584
6585
|
|
|
@@ -6675,7 +6676,7 @@ ERROR CODES
|
|
|
6675
6676
|
Canceling (69) The deploy is being canceled.
|
|
6676
6677
|
```
|
|
6677
6678
|
|
|
6678
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6679
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/resume.ts)_
|
|
6679
6680
|
|
|
6680
6681
|
## `sf project deploy start`
|
|
6681
6682
|
|
|
@@ -6928,7 +6929,7 @@ ERROR CODES
|
|
|
6928
6929
|
Canceling (69) The deploy is being canceled.
|
|
6929
6930
|
```
|
|
6930
6931
|
|
|
6931
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6932
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/start.ts)_
|
|
6932
6933
|
|
|
6933
6934
|
## `sf project deploy validate`
|
|
6934
6935
|
|
|
@@ -7118,7 +7119,7 @@ ERROR CODES
|
|
|
7118
7119
|
Canceling (69) The deploy is being canceled.
|
|
7119
7120
|
```
|
|
7120
7121
|
|
|
7121
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7122
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/validate.ts)_
|
|
7122
7123
|
|
|
7123
7124
|
## `sf project generate`
|
|
7124
7125
|
|
|
@@ -7300,7 +7301,7 @@ EXAMPLES
|
|
|
7300
7301
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7301
7302
|
```
|
|
7302
7303
|
|
|
7303
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7304
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/generate/manifest.ts)_
|
|
7304
7305
|
|
|
7305
7306
|
## `sf project list ignored`
|
|
7306
7307
|
|
|
@@ -7342,7 +7343,7 @@ EXAMPLES
|
|
|
7342
7343
|
$ sf project list ignored --source-dir package.xml
|
|
7343
7344
|
```
|
|
7344
7345
|
|
|
7345
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7346
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/list/ignored.ts)_
|
|
7346
7347
|
|
|
7347
7348
|
## `sf project reset tracking`
|
|
7348
7349
|
|
|
@@ -7391,7 +7392,7 @@ EXAMPLES
|
|
|
7391
7392
|
$ sf project reset tracking --revision 30
|
|
7392
7393
|
```
|
|
7393
7394
|
|
|
7394
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7395
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/reset/tracking.ts)_
|
|
7395
7396
|
|
|
7396
7397
|
## `sf project retrieve preview`
|
|
7397
7398
|
|
|
@@ -7445,7 +7446,7 @@ FLAG DESCRIPTIONS
|
|
|
7445
7446
|
production orgs.
|
|
7446
7447
|
```
|
|
7447
7448
|
|
|
7448
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7449
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/preview.ts)_
|
|
7449
7450
|
|
|
7450
7451
|
## `sf project retrieve start`
|
|
7451
7452
|
|
|
@@ -7622,7 +7623,7 @@ ENVIRONMENT VARIABLES
|
|
|
7622
7623
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7623
7624
|
```
|
|
7624
7625
|
|
|
7625
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7626
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/start.ts)_
|
|
7626
7627
|
|
|
7627
7628
|
## `sf schema generate field`
|
|
7628
7629
|
|
|
@@ -7985,10 +7986,11 @@ update the sf CLI
|
|
|
7985
7986
|
|
|
7986
7987
|
```
|
|
7987
7988
|
USAGE
|
|
7988
|
-
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]]
|
|
7989
|
+
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]
|
|
7989
7990
|
|
|
7990
7991
|
FLAGS
|
|
7991
7992
|
-a, --available See available versions.
|
|
7993
|
+
-b, --verbose Show more details about the available versions.
|
|
7992
7994
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
7993
7995
|
-v, --version=<value> Install a specific version.
|
|
7994
7996
|
--force Force a re-download of the requested version.
|
|
@@ -8014,7 +8016,7 @@ EXAMPLES
|
|
|
8014
8016
|
$ sf update --available
|
|
8015
8017
|
```
|
|
8016
8018
|
|
|
8017
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.
|
|
8019
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_
|
|
8018
8020
|
|
|
8019
8021
|
## `sf version`
|
|
8020
8022
|
|