@salesforce/cli 2.93.2 → 2.93.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 +69 -69
- package/npm-shrinkwrap.json +58 -59
- package/oclif.lock +61 -62
- package/oclif.manifest.json +319 -319
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.93.
|
|
28
|
+
@salesforce/cli/2.93.3 linux-x64 node-v22.16.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -868,7 +868,7 @@ EXAMPLES
|
|
|
868
868
|
$ sf alias list
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
871
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/alias/list.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf alias set`
|
|
874
874
|
|
|
@@ -917,7 +917,7 @@ EXAMPLES
|
|
|
917
917
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
920
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/alias/set.ts)_
|
|
921
921
|
|
|
922
922
|
## `sf alias unset`
|
|
923
923
|
|
|
@@ -957,7 +957,7 @@ EXAMPLES
|
|
|
957
957
|
$ sf alias unset --all [--no-prompt]
|
|
958
958
|
```
|
|
959
959
|
|
|
960
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
960
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/alias/unset.ts)_
|
|
961
961
|
|
|
962
962
|
## `sf analytics generate template`
|
|
963
963
|
|
|
@@ -1738,7 +1738,7 @@ DESCRIPTION
|
|
|
1738
1738
|
List all sf commands.
|
|
1739
1739
|
```
|
|
1740
1740
|
|
|
1741
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1741
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.26/src/commands/commands.ts)_
|
|
1742
1742
|
|
|
1743
1743
|
## `sf config get`
|
|
1744
1744
|
|
|
@@ -1787,7 +1787,7 @@ CONFIGURATION VARIABLES
|
|
|
1787
1787
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1790
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/config/get.ts)_
|
|
1791
1791
|
|
|
1792
1792
|
## `sf config list`
|
|
1793
1793
|
|
|
@@ -1827,7 +1827,7 @@ EXAMPLES
|
|
|
1827
1827
|
$ sf config list
|
|
1828
1828
|
```
|
|
1829
1829
|
|
|
1830
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1830
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/config/list.ts)_
|
|
1831
1831
|
|
|
1832
1832
|
## `sf config set`
|
|
1833
1833
|
|
|
@@ -1896,7 +1896,7 @@ CONFIGURATION VARIABLES
|
|
|
1896
1896
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1897
1897
|
```
|
|
1898
1898
|
|
|
1899
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1899
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/config/set.ts)_
|
|
1900
1900
|
|
|
1901
1901
|
## `sf config unset`
|
|
1902
1902
|
|
|
@@ -1946,7 +1946,7 @@ CONFIGURATION VARIABLES
|
|
|
1946
1946
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1947
1947
|
```
|
|
1948
1948
|
|
|
1949
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1949
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.30/src/commands/config/unset.ts)_
|
|
1950
1950
|
|
|
1951
1951
|
## `sf data bulk results`
|
|
1952
1952
|
|
|
@@ -4487,7 +4487,7 @@ EXAMPLES
|
|
|
4487
4487
|
$ sf org list auth
|
|
4488
4488
|
```
|
|
4489
4489
|
|
|
4490
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4490
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/list/auth.ts)_
|
|
4491
4491
|
|
|
4492
4492
|
## `sf org list limits`
|
|
4493
4493
|
|
|
@@ -4787,7 +4787,7 @@ FLAG DESCRIPTIONS
|
|
|
4787
4787
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4788
4788
|
```
|
|
4789
4789
|
|
|
4790
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4790
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/login/access-token.ts)_
|
|
4791
4791
|
|
|
4792
4792
|
## `sf org login device`
|
|
4793
4793
|
|
|
@@ -4847,7 +4847,7 @@ FLAG DESCRIPTIONS
|
|
|
4847
4847
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4848
4848
|
```
|
|
4849
4849
|
|
|
4850
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4850
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/login/device.ts)_
|
|
4851
4851
|
|
|
4852
4852
|
## `sf org login jwt`
|
|
4853
4853
|
|
|
@@ -4938,7 +4938,7 @@ FLAG DESCRIPTIONS
|
|
|
4938
4938
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4939
4939
|
```
|
|
4940
4940
|
|
|
4941
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4941
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/login/jwt.ts)_
|
|
4942
4942
|
|
|
4943
4943
|
## `sf org login sfdx-url`
|
|
4944
4944
|
|
|
@@ -5008,7 +5008,7 @@ EXAMPLES
|
|
|
5008
5008
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5009
5009
|
```
|
|
5010
5010
|
|
|
5011
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5011
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/login/sfdx-url.ts)_
|
|
5012
5012
|
|
|
5013
5013
|
## `sf org login web`
|
|
5014
5014
|
|
|
@@ -5095,7 +5095,7 @@ FLAG DESCRIPTIONS
|
|
|
5095
5095
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5096
5096
|
```
|
|
5097
5097
|
|
|
5098
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5098
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/login/web.ts)_
|
|
5099
5099
|
|
|
5100
5100
|
## `sf org logout`
|
|
5101
5101
|
|
|
@@ -5156,7 +5156,7 @@ FLAG DESCRIPTIONS
|
|
|
5156
5156
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5157
5157
|
```
|
|
5158
5158
|
|
|
5159
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5159
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.128/src/commands/org/logout.ts)_
|
|
5160
5160
|
|
|
5161
5161
|
## `sf org open`
|
|
5162
5162
|
|
|
@@ -5589,7 +5589,7 @@ FLAG DESCRIPTIONS
|
|
|
5589
5589
|
--installation-key-bypass flag is required.
|
|
5590
5590
|
```
|
|
5591
5591
|
|
|
5592
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5592
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/convert.ts)_
|
|
5593
5593
|
|
|
5594
5594
|
## `sf package create`
|
|
5595
5595
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5671
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/create.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf package delete`
|
|
5674
5674
|
|
|
@@ -5710,7 +5710,7 @@ EXAMPLES
|
|
|
5710
5710
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5711
5711
|
```
|
|
5712
5712
|
|
|
5713
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5713
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/delete.ts)_
|
|
5714
5714
|
|
|
5715
5715
|
## `sf package install`
|
|
5716
5716
|
|
|
@@ -5809,7 +5809,7 @@ FLAG DESCRIPTIONS
|
|
|
5809
5809
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5810
5810
|
```
|
|
5811
5811
|
|
|
5812
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5812
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/install.ts)_
|
|
5813
5813
|
|
|
5814
5814
|
## `sf package install report`
|
|
5815
5815
|
|
|
@@ -5842,7 +5842,7 @@ EXAMPLES
|
|
|
5842
5842
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5843
5843
|
```
|
|
5844
5844
|
|
|
5845
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5845
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/install/report.ts)_
|
|
5846
5846
|
|
|
5847
5847
|
## `sf package installed list`
|
|
5848
5848
|
|
|
@@ -5874,7 +5874,7 @@ EXAMPLES
|
|
|
5874
5874
|
$ sf package installed list --target-org me@example.com
|
|
5875
5875
|
```
|
|
5876
5876
|
|
|
5877
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5877
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/installed/list.ts)_
|
|
5878
5878
|
|
|
5879
5879
|
## `sf package list`
|
|
5880
5880
|
|
|
@@ -5912,7 +5912,7 @@ EXAMPLES
|
|
|
5912
5912
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5913
5913
|
```
|
|
5914
5914
|
|
|
5915
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5915
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/list.ts)_
|
|
5916
5916
|
|
|
5917
5917
|
## `sf package push-upgrade abort`
|
|
5918
5918
|
|
|
@@ -5952,7 +5952,7 @@ EXAMPLES
|
|
|
5952
5952
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
5953
5953
|
```
|
|
5954
5954
|
|
|
5955
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5955
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/push-upgrade/abort.ts)_
|
|
5956
5956
|
|
|
5957
5957
|
## `sf package push-upgrade list`
|
|
5958
5958
|
|
|
@@ -6011,7 +6011,7 @@ EXAMPLES
|
|
|
6011
6011
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6012
6012
|
```
|
|
6013
6013
|
|
|
6014
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6014
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/push-upgrade/list.ts)_
|
|
6015
6015
|
|
|
6016
6016
|
## `sf package push-upgrade report`
|
|
6017
6017
|
|
|
@@ -6053,7 +6053,7 @@ EXAMPLES
|
|
|
6053
6053
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6054
6054
|
```
|
|
6055
6055
|
|
|
6056
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6056
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/push-upgrade/report.ts)_
|
|
6057
6057
|
|
|
6058
6058
|
## `sf package push-upgrade schedule`
|
|
6059
6059
|
|
|
@@ -6135,7 +6135,7 @@ FLAG DESCRIPTIONS
|
|
|
6135
6135
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6136
6136
|
```
|
|
6137
6137
|
|
|
6138
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6138
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
6139
6139
|
|
|
6140
6140
|
## `sf package uninstall`
|
|
6141
6141
|
|
|
@@ -6183,7 +6183,7 @@ EXAMPLES
|
|
|
6183
6183
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6184
6184
|
```
|
|
6185
6185
|
|
|
6186
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6186
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/uninstall.ts)_
|
|
6187
6187
|
|
|
6188
6188
|
## `sf package uninstall report`
|
|
6189
6189
|
|
|
@@ -6216,7 +6216,7 @@ EXAMPLES
|
|
|
6216
6216
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6217
6217
|
```
|
|
6218
6218
|
|
|
6219
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6219
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/uninstall/report.ts)_
|
|
6220
6220
|
|
|
6221
6221
|
## `sf package update`
|
|
6222
6222
|
|
|
@@ -6271,7 +6271,7 @@ FLAG DESCRIPTIONS
|
|
|
6271
6271
|
associated with your package.
|
|
6272
6272
|
```
|
|
6273
6273
|
|
|
6274
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6274
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/update.ts)_
|
|
6275
6275
|
|
|
6276
6276
|
## `sf package version create`
|
|
6277
6277
|
|
|
@@ -6446,7 +6446,7 @@ FLAG DESCRIPTIONS
|
|
|
6446
6446
|
periods of no output from commands.
|
|
6447
6447
|
```
|
|
6448
6448
|
|
|
6449
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6449
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/create.ts)_
|
|
6450
6450
|
|
|
6451
6451
|
## `sf package version create list`
|
|
6452
6452
|
|
|
@@ -6507,7 +6507,7 @@ EXAMPLES
|
|
|
6507
6507
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6508
6508
|
```
|
|
6509
6509
|
|
|
6510
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6510
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/create/list.ts)_
|
|
6511
6511
|
|
|
6512
6512
|
## `sf package version create report`
|
|
6513
6513
|
|
|
@@ -6550,7 +6550,7 @@ EXAMPLES
|
|
|
6550
6550
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6551
6551
|
```
|
|
6552
6552
|
|
|
6553
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6553
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/create/report.ts)_
|
|
6554
6554
|
|
|
6555
6555
|
## `sf package version delete`
|
|
6556
6556
|
|
|
@@ -6591,7 +6591,7 @@ EXAMPLES
|
|
|
6591
6591
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6592
6592
|
```
|
|
6593
6593
|
|
|
6594
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6594
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/delete.ts)_
|
|
6595
6595
|
|
|
6596
6596
|
## `sf package version displayancestry`
|
|
6597
6597
|
|
|
@@ -6651,7 +6651,7 @@ FLAG DESCRIPTIONS
|
|
|
6651
6651
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6652
6652
|
```
|
|
6653
6653
|
|
|
6654
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6654
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/displayancestry.ts)_
|
|
6655
6655
|
|
|
6656
6656
|
## `sf package version list`
|
|
6657
6657
|
|
|
@@ -6727,7 +6727,7 @@ EXAMPLES
|
|
|
6727
6727
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6728
6728
|
```
|
|
6729
6729
|
|
|
6730
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6730
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/list.ts)_
|
|
6731
6731
|
|
|
6732
6732
|
## `sf package version promote`
|
|
6733
6733
|
|
|
@@ -6771,7 +6771,7 @@ EXAMPLES
|
|
|
6771
6771
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6772
6772
|
```
|
|
6773
6773
|
|
|
6774
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6774
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/promote.ts)_
|
|
6775
6775
|
|
|
6776
6776
|
## `sf package version report`
|
|
6777
6777
|
|
|
@@ -6811,7 +6811,7 @@ EXAMPLES
|
|
|
6811
6811
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6812
6812
|
```
|
|
6813
6813
|
|
|
6814
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6814
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/report.ts)_
|
|
6815
6815
|
|
|
6816
6816
|
## `sf package version update`
|
|
6817
6817
|
|
|
@@ -6864,7 +6864,7 @@ EXAMPLES
|
|
|
6864
6864
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6865
6865
|
```
|
|
6866
6866
|
|
|
6867
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6867
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package/version/update.ts)_
|
|
6868
6868
|
|
|
6869
6869
|
## `sf package1 version create`
|
|
6870
6870
|
|
|
@@ -6931,7 +6931,7 @@ FLAG DESCRIPTIONS
|
|
|
6931
6931
|
subscribers.
|
|
6932
6932
|
```
|
|
6933
6933
|
|
|
6934
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6934
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package1/version/create.ts)_
|
|
6935
6935
|
|
|
6936
6936
|
## `sf package1 version create get`
|
|
6937
6937
|
|
|
@@ -6964,7 +6964,7 @@ EXAMPLES
|
|
|
6964
6964
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6965
6965
|
```
|
|
6966
6966
|
|
|
6967
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6967
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package1/version/create/get.ts)_
|
|
6968
6968
|
|
|
6969
6969
|
## `sf package1 version display`
|
|
6970
6970
|
|
|
@@ -6998,7 +6998,7 @@ EXAMPLES
|
|
|
6998
6998
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6999
6999
|
```
|
|
7000
7000
|
|
|
7001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
7001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package1/version/display.ts)_
|
|
7002
7002
|
|
|
7003
7003
|
## `sf package1 version list`
|
|
7004
7004
|
|
|
@@ -7036,7 +7036,7 @@ FLAG DESCRIPTIONS
|
|
|
7036
7036
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7037
7037
|
```
|
|
7038
7038
|
|
|
7039
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
7039
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.2/src/commands/package1/version/list.ts)_
|
|
7040
7040
|
|
|
7041
7041
|
## `sf plugins`
|
|
7042
7042
|
|
|
@@ -7059,7 +7059,7 @@ EXAMPLES
|
|
|
7059
7059
|
$ sf plugins
|
|
7060
7060
|
```
|
|
7061
7061
|
|
|
7062
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7062
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/index.ts)_
|
|
7063
7063
|
|
|
7064
7064
|
## `sf plugins discover`
|
|
7065
7065
|
|
|
@@ -7104,7 +7104,7 @@ EXAMPLES
|
|
|
7104
7104
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7105
7105
|
```
|
|
7106
7106
|
|
|
7107
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7107
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/inspect.ts)_
|
|
7108
7108
|
|
|
7109
7109
|
## `sf plugins install PLUGIN`
|
|
7110
7110
|
|
|
@@ -7153,7 +7153,7 @@ EXAMPLES
|
|
|
7153
7153
|
$ sf plugins install someuser/someplugin
|
|
7154
7154
|
```
|
|
7155
7155
|
|
|
7156
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7156
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/install.ts)_
|
|
7157
7157
|
|
|
7158
7158
|
## `sf plugins link PATH`
|
|
7159
7159
|
|
|
@@ -7184,7 +7184,7 @@ EXAMPLES
|
|
|
7184
7184
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7185
7185
|
```
|
|
7186
7186
|
|
|
7187
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7187
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/link.ts)_
|
|
7188
7188
|
|
|
7189
7189
|
## `sf plugins reset`
|
|
7190
7190
|
|
|
@@ -7199,7 +7199,7 @@ FLAGS
|
|
|
7199
7199
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7200
7200
|
```
|
|
7201
7201
|
|
|
7202
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7202
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/reset.ts)_
|
|
7203
7203
|
|
|
7204
7204
|
## `sf plugins trust verify`
|
|
7205
7205
|
|
|
@@ -7228,7 +7228,7 @@ EXAMPLES
|
|
|
7228
7228
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7229
7229
|
```
|
|
7230
7230
|
|
|
7231
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7231
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.98/src/commands/plugins/trust/verify.ts)_
|
|
7232
7232
|
|
|
7233
7233
|
## `sf plugins uninstall [PLUGIN]`
|
|
7234
7234
|
|
|
@@ -7256,7 +7256,7 @@ EXAMPLES
|
|
|
7256
7256
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7257
7257
|
```
|
|
7258
7258
|
|
|
7259
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7259
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/uninstall.ts)_
|
|
7260
7260
|
|
|
7261
7261
|
## `sf plugins update`
|
|
7262
7262
|
|
|
@@ -7274,7 +7274,7 @@ DESCRIPTION
|
|
|
7274
7274
|
Update installed plugins.
|
|
7275
7275
|
```
|
|
7276
7276
|
|
|
7277
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7277
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.40/src/commands/plugins/update.ts)_
|
|
7278
7278
|
|
|
7279
7279
|
## `sf project convert mdapi`
|
|
7280
7280
|
|
|
@@ -7337,7 +7337,7 @@ FLAG DESCRIPTIONS
|
|
|
7337
7337
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7338
7338
|
```
|
|
7339
7339
|
|
|
7340
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7340
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/convert/mdapi.ts)_
|
|
7341
7341
|
|
|
7342
7342
|
## `sf project convert source`
|
|
7343
7343
|
|
|
@@ -7410,7 +7410,7 @@ FLAG DESCRIPTIONS
|
|
|
7410
7410
|
Override the api version used for api requests made by this command
|
|
7411
7411
|
```
|
|
7412
7412
|
|
|
7413
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7413
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/convert/source.ts)_
|
|
7414
7414
|
|
|
7415
7415
|
## `sf project convert source-behavior`
|
|
7416
7416
|
|
|
@@ -7469,7 +7469,7 @@ EXAMPLES
|
|
|
7469
7469
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7470
7470
|
```
|
|
7471
7471
|
|
|
7472
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7472
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/convert/source-behavior.ts)_
|
|
7473
7473
|
|
|
7474
7474
|
## `sf project delete source`
|
|
7475
7475
|
|
|
@@ -7609,7 +7609,7 @@ FLAG DESCRIPTIONS
|
|
|
7609
7609
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7610
7610
|
```
|
|
7611
7611
|
|
|
7612
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7612
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/delete/source.ts)_
|
|
7613
7613
|
|
|
7614
7614
|
## `sf project delete tracking`
|
|
7615
7615
|
|
|
@@ -7646,7 +7646,7 @@ EXAMPLES
|
|
|
7646
7646
|
$ sf project delete tracking --target-org my-scratch
|
|
7647
7647
|
```
|
|
7648
7648
|
|
|
7649
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7649
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/delete/tracking.ts)_
|
|
7650
7650
|
|
|
7651
7651
|
## `sf project deploy cancel`
|
|
7652
7652
|
|
|
@@ -7718,7 +7718,7 @@ FLAG DESCRIPTIONS
|
|
|
7718
7718
|
project deploy report".
|
|
7719
7719
|
```
|
|
7720
7720
|
|
|
7721
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7721
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/cancel.ts)_
|
|
7722
7722
|
|
|
7723
7723
|
## `sf project deploy preview`
|
|
7724
7724
|
|
|
@@ -7801,7 +7801,7 @@ FLAG DESCRIPTIONS
|
|
|
7801
7801
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7802
7802
|
```
|
|
7803
7803
|
|
|
7804
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7804
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/preview.ts)_
|
|
7805
7805
|
|
|
7806
7806
|
## `sf project deploy quick`
|
|
7807
7807
|
|
|
@@ -7894,7 +7894,7 @@ ERROR CODES
|
|
|
7894
7894
|
Canceling (69) The deploy is being canceled.
|
|
7895
7895
|
```
|
|
7896
7896
|
|
|
7897
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7897
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/quick.ts)_
|
|
7898
7898
|
|
|
7899
7899
|
## `sf project deploy report`
|
|
7900
7900
|
|
|
@@ -7986,7 +7986,7 @@ FLAG DESCRIPTIONS
|
|
|
7986
7986
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7987
7987
|
```
|
|
7988
7988
|
|
|
7989
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7989
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/report.ts)_
|
|
7990
7990
|
|
|
7991
7991
|
## `sf project deploy resume`
|
|
7992
7992
|
|
|
@@ -8083,7 +8083,7 @@ ERROR CODES
|
|
|
8083
8083
|
Canceling (69) The deploy is being canceled.
|
|
8084
8084
|
```
|
|
8085
8085
|
|
|
8086
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8086
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/resume.ts)_
|
|
8087
8087
|
|
|
8088
8088
|
## `sf project deploy start`
|
|
8089
8089
|
|
|
@@ -8336,7 +8336,7 @@ ERROR CODES
|
|
|
8336
8336
|
Canceling (69) The deploy is being canceled.
|
|
8337
8337
|
```
|
|
8338
8338
|
|
|
8339
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8339
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/start.ts)_
|
|
8340
8340
|
|
|
8341
8341
|
## `sf project deploy validate`
|
|
8342
8342
|
|
|
@@ -8526,7 +8526,7 @@ ERROR CODES
|
|
|
8526
8526
|
Canceling (69) The deploy is being canceled.
|
|
8527
8527
|
```
|
|
8528
8528
|
|
|
8529
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8529
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/deploy/validate.ts)_
|
|
8530
8530
|
|
|
8531
8531
|
## `sf project generate`
|
|
8532
8532
|
|
|
@@ -8727,7 +8727,7 @@ EXAMPLES
|
|
|
8727
8727
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8728
8728
|
```
|
|
8729
8729
|
|
|
8730
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8730
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/generate/manifest.ts)_
|
|
8731
8731
|
|
|
8732
8732
|
## `sf project list ignored`
|
|
8733
8733
|
|
|
@@ -8769,7 +8769,7 @@ EXAMPLES
|
|
|
8769
8769
|
$ sf project list ignored --source-dir package.xml
|
|
8770
8770
|
```
|
|
8771
8771
|
|
|
8772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/list/ignored.ts)_
|
|
8773
8773
|
|
|
8774
8774
|
## `sf project reset tracking`
|
|
8775
8775
|
|
|
@@ -8818,7 +8818,7 @@ EXAMPLES
|
|
|
8818
8818
|
$ sf project reset tracking --revision 30
|
|
8819
8819
|
```
|
|
8820
8820
|
|
|
8821
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8821
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/reset/tracking.ts)_
|
|
8822
8822
|
|
|
8823
8823
|
## `sf project retrieve preview`
|
|
8824
8824
|
|
|
@@ -8872,7 +8872,7 @@ FLAG DESCRIPTIONS
|
|
|
8872
8872
|
production orgs.
|
|
8873
8873
|
```
|
|
8874
8874
|
|
|
8875
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8875
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/retrieve/preview.ts)_
|
|
8876
8876
|
|
|
8877
8877
|
## `sf project retrieve start`
|
|
8878
8878
|
|
|
@@ -9053,7 +9053,7 @@ ENVIRONMENT VARIABLES
|
|
|
9053
9053
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9054
9054
|
```
|
|
9055
9055
|
|
|
9056
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9056
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.22/src/commands/project/retrieve/start.ts)_
|
|
9057
9057
|
|
|
9058
9058
|
## `sf schema generate field`
|
|
9059
9059
|
|
|
@@ -9466,7 +9466,7 @@ FLAG DESCRIPTIONS
|
|
|
9466
9466
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9467
9467
|
```
|
|
9468
9468
|
|
|
9469
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9469
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.29/src/commands/version.ts)_
|
|
9470
9470
|
|
|
9471
9471
|
## `sf visualforce generate component`
|
|
9472
9472
|
|