@salesforce/cli 2.106.2 → 2.106.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 +59 -59
- package/npm-shrinkwrap.json +241 -202
- package/oclif.lock +62 -65
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.106.
|
|
28
|
+
@salesforce/cli/2.106.3 linux-x64 node-v22.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -952,7 +952,7 @@ EXAMPLES
|
|
|
952
952
|
$ sf alias list
|
|
953
953
|
```
|
|
954
954
|
|
|
955
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
955
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/list.ts)_
|
|
956
956
|
|
|
957
957
|
## `sf alias set`
|
|
958
958
|
|
|
@@ -1001,7 +1001,7 @@ EXAMPLES
|
|
|
1001
1001
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1002
1002
|
```
|
|
1003
1003
|
|
|
1004
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1004
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/set.ts)_
|
|
1005
1005
|
|
|
1006
1006
|
## `sf alias unset`
|
|
1007
1007
|
|
|
@@ -1041,7 +1041,7 @@ EXAMPLES
|
|
|
1041
1041
|
$ sf alias unset --all [--no-prompt]
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1044
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/unset.ts)_
|
|
1045
1045
|
|
|
1046
1046
|
## `sf analytics generate template`
|
|
1047
1047
|
|
|
@@ -1871,7 +1871,7 @@ CONFIGURATION VARIABLES
|
|
|
1871
1871
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1872
1872
|
```
|
|
1873
1873
|
|
|
1874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1874
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/get.ts)_
|
|
1875
1875
|
|
|
1876
1876
|
## `sf config list`
|
|
1877
1877
|
|
|
@@ -1911,7 +1911,7 @@ EXAMPLES
|
|
|
1911
1911
|
$ sf config list
|
|
1912
1912
|
```
|
|
1913
1913
|
|
|
1914
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1914
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/list.ts)_
|
|
1915
1915
|
|
|
1916
1916
|
## `sf config set`
|
|
1917
1917
|
|
|
@@ -1980,7 +1980,7 @@ CONFIGURATION VARIABLES
|
|
|
1980
1980
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1981
1981
|
```
|
|
1982
1982
|
|
|
1983
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1983
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/set.ts)_
|
|
1984
1984
|
|
|
1985
1985
|
## `sf config unset`
|
|
1986
1986
|
|
|
@@ -2030,7 +2030,7 @@ CONFIGURATION VARIABLES
|
|
|
2030
2030
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2031
2031
|
```
|
|
2032
2032
|
|
|
2033
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2033
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/unset.ts)_
|
|
2034
2034
|
|
|
2035
2035
|
## `sf data bulk results`
|
|
2036
2036
|
|
|
@@ -4561,7 +4561,7 @@ EXAMPLES
|
|
|
4561
4561
|
$ sf org list auth
|
|
4562
4562
|
```
|
|
4563
4563
|
|
|
4564
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4564
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/list/auth.ts)_
|
|
4565
4565
|
|
|
4566
4566
|
## `sf org list limits`
|
|
4567
4567
|
|
|
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4862
|
```
|
|
4863
4863
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/login/access-token.ts)_
|
|
4865
4865
|
|
|
4866
4866
|
## `sf org login jwt`
|
|
4867
4867
|
|
|
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4952
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4953
|
```
|
|
4954
4954
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/login/jwt.ts)_
|
|
4956
4956
|
|
|
4957
4957
|
## `sf org login sfdx-url`
|
|
4958
4958
|
|
|
@@ -5022,7 +5022,7 @@ EXAMPLES
|
|
|
5022
5022
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5025
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/login/sfdx-url.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org login web`
|
|
5028
5028
|
|
|
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5127
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5128
|
```
|
|
5129
5129
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/login/web.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org logout`
|
|
5133
5133
|
|
|
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5193
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5194
|
```
|
|
5195
5195
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5196
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.2/src/commands/org/logout.ts)_
|
|
5197
5197
|
|
|
5198
5198
|
## `sf org open`
|
|
5199
5199
|
|
|
@@ -5636,7 +5636,7 @@ FLAG DESCRIPTIONS
|
|
|
5636
5636
|
--installation-key-bypass flag is required.
|
|
5637
5637
|
```
|
|
5638
5638
|
|
|
5639
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5639
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/convert.ts)_
|
|
5640
5640
|
|
|
5641
5641
|
## `sf package create`
|
|
5642
5642
|
|
|
@@ -5715,7 +5715,7 @@ FLAG DESCRIPTIONS
|
|
|
5715
5715
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5716
5716
|
```
|
|
5717
5717
|
|
|
5718
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5718
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/create.ts)_
|
|
5719
5719
|
|
|
5720
5720
|
## `sf package delete`
|
|
5721
5721
|
|
|
@@ -5757,7 +5757,7 @@ EXAMPLES
|
|
|
5757
5757
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5758
5758
|
```
|
|
5759
5759
|
|
|
5760
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5760
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/delete.ts)_
|
|
5761
5761
|
|
|
5762
5762
|
## `sf package install`
|
|
5763
5763
|
|
|
@@ -5856,7 +5856,7 @@ FLAG DESCRIPTIONS
|
|
|
5856
5856
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
5857
5857
|
```
|
|
5858
5858
|
|
|
5859
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5859
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/install.ts)_
|
|
5860
5860
|
|
|
5861
5861
|
## `sf package install report`
|
|
5862
5862
|
|
|
@@ -5889,7 +5889,7 @@ EXAMPLES
|
|
|
5889
5889
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5890
5890
|
```
|
|
5891
5891
|
|
|
5892
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5892
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/install/report.ts)_
|
|
5893
5893
|
|
|
5894
5894
|
## `sf package installed list`
|
|
5895
5895
|
|
|
@@ -5921,7 +5921,7 @@ EXAMPLES
|
|
|
5921
5921
|
$ sf package installed list --target-org me@example.com
|
|
5922
5922
|
```
|
|
5923
5923
|
|
|
5924
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5924
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/installed/list.ts)_
|
|
5925
5925
|
|
|
5926
5926
|
## `sf package list`
|
|
5927
5927
|
|
|
@@ -5959,7 +5959,7 @@ EXAMPLES
|
|
|
5959
5959
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5960
5960
|
```
|
|
5961
5961
|
|
|
5962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/list.ts)_
|
|
5963
5963
|
|
|
5964
5964
|
## `sf package push-upgrade abort`
|
|
5965
5965
|
|
|
@@ -5998,7 +5998,7 @@ EXAMPLES
|
|
|
5998
5998
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/push-upgrade/abort.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package push-upgrade list`
|
|
6004
6004
|
|
|
@@ -6057,7 +6057,7 @@ EXAMPLES
|
|
|
6057
6057
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6058
6058
|
```
|
|
6059
6059
|
|
|
6060
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6060
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/push-upgrade/list.ts)_
|
|
6061
6061
|
|
|
6062
6062
|
## `sf package push-upgrade report`
|
|
6063
6063
|
|
|
@@ -6099,7 +6099,7 @@ EXAMPLES
|
|
|
6099
6099
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6100
6100
|
```
|
|
6101
6101
|
|
|
6102
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6102
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/push-upgrade/report.ts)_
|
|
6103
6103
|
|
|
6104
6104
|
## `sf package push-upgrade schedule`
|
|
6105
6105
|
|
|
@@ -6186,7 +6186,7 @@ FLAG DESCRIPTIONS
|
|
|
6186
6186
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6187
6187
|
```
|
|
6188
6188
|
|
|
6189
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6189
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/push-upgrade/schedule.ts)_
|
|
6190
6190
|
|
|
6191
6191
|
## `sf package uninstall`
|
|
6192
6192
|
|
|
@@ -6234,7 +6234,7 @@ EXAMPLES
|
|
|
6234
6234
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6235
6235
|
```
|
|
6236
6236
|
|
|
6237
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6237
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/uninstall.ts)_
|
|
6238
6238
|
|
|
6239
6239
|
## `sf package uninstall report`
|
|
6240
6240
|
|
|
@@ -6267,7 +6267,7 @@ EXAMPLES
|
|
|
6267
6267
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6268
6268
|
```
|
|
6269
6269
|
|
|
6270
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6270
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/uninstall/report.ts)_
|
|
6271
6271
|
|
|
6272
6272
|
## `sf package update`
|
|
6273
6273
|
|
|
@@ -6322,7 +6322,7 @@ FLAG DESCRIPTIONS
|
|
|
6322
6322
|
associated with your package.
|
|
6323
6323
|
```
|
|
6324
6324
|
|
|
6325
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6325
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/update.ts)_
|
|
6326
6326
|
|
|
6327
6327
|
## `sf package version create`
|
|
6328
6328
|
|
|
@@ -6497,7 +6497,7 @@ FLAG DESCRIPTIONS
|
|
|
6497
6497
|
periods of no output from commands.
|
|
6498
6498
|
```
|
|
6499
6499
|
|
|
6500
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6500
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/create.ts)_
|
|
6501
6501
|
|
|
6502
6502
|
## `sf package version create list`
|
|
6503
6503
|
|
|
@@ -6558,7 +6558,7 @@ EXAMPLES
|
|
|
6558
6558
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6559
6559
|
```
|
|
6560
6560
|
|
|
6561
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6561
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/create/list.ts)_
|
|
6562
6562
|
|
|
6563
6563
|
## `sf package version create report`
|
|
6564
6564
|
|
|
@@ -6601,7 +6601,7 @@ EXAMPLES
|
|
|
6601
6601
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6602
6602
|
```
|
|
6603
6603
|
|
|
6604
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6604
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/create/report.ts)_
|
|
6605
6605
|
|
|
6606
6606
|
## `sf package version delete`
|
|
6607
6607
|
|
|
@@ -6642,7 +6642,7 @@ EXAMPLES
|
|
|
6642
6642
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6643
6643
|
```
|
|
6644
6644
|
|
|
6645
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6645
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/delete.ts)_
|
|
6646
6646
|
|
|
6647
6647
|
## `sf package version displayancestry`
|
|
6648
6648
|
|
|
@@ -6702,7 +6702,7 @@ FLAG DESCRIPTIONS
|
|
|
6702
6702
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6703
6703
|
```
|
|
6704
6704
|
|
|
6705
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6705
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/displayancestry.ts)_
|
|
6706
6706
|
|
|
6707
6707
|
## `sf package version displaydependencies`
|
|
6708
6708
|
|
|
@@ -6764,7 +6764,7 @@ FLAG DESCRIPTIONS
|
|
|
6764
6764
|
package, which must be installed last.
|
|
6765
6765
|
```
|
|
6766
6766
|
|
|
6767
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6767
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/displaydependencies.ts)_
|
|
6768
6768
|
|
|
6769
6769
|
## `sf package version list`
|
|
6770
6770
|
|
|
@@ -6840,7 +6840,7 @@ EXAMPLES
|
|
|
6840
6840
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6841
6841
|
```
|
|
6842
6842
|
|
|
6843
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6843
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/list.ts)_
|
|
6844
6844
|
|
|
6845
6845
|
## `sf package version promote`
|
|
6846
6846
|
|
|
@@ -6884,7 +6884,7 @@ EXAMPLES
|
|
|
6884
6884
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6885
6885
|
```
|
|
6886
6886
|
|
|
6887
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6887
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/promote.ts)_
|
|
6888
6888
|
|
|
6889
6889
|
## `sf package version report`
|
|
6890
6890
|
|
|
@@ -6924,7 +6924,7 @@ EXAMPLES
|
|
|
6924
6924
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6925
6925
|
```
|
|
6926
6926
|
|
|
6927
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6927
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/report.ts)_
|
|
6928
6928
|
|
|
6929
6929
|
## `sf package version update`
|
|
6930
6930
|
|
|
@@ -6977,7 +6977,7 @@ EXAMPLES
|
|
|
6977
6977
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6978
6978
|
```
|
|
6979
6979
|
|
|
6980
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6980
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package/version/update.ts)_
|
|
6981
6981
|
|
|
6982
6982
|
## `sf package1 version create`
|
|
6983
6983
|
|
|
@@ -7044,7 +7044,7 @@ FLAG DESCRIPTIONS
|
|
|
7044
7044
|
subscribers.
|
|
7045
7045
|
```
|
|
7046
7046
|
|
|
7047
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7047
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package1/version/create.ts)_
|
|
7048
7048
|
|
|
7049
7049
|
## `sf package1 version create get`
|
|
7050
7050
|
|
|
@@ -7077,7 +7077,7 @@ EXAMPLES
|
|
|
7077
7077
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7078
7078
|
```
|
|
7079
7079
|
|
|
7080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package1/version/create/get.ts)_
|
|
7081
7081
|
|
|
7082
7082
|
## `sf package1 version display`
|
|
7083
7083
|
|
|
@@ -7111,7 +7111,7 @@ EXAMPLES
|
|
|
7111
7111
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7112
7112
|
```
|
|
7113
7113
|
|
|
7114
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7114
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package1/version/display.ts)_
|
|
7115
7115
|
|
|
7116
7116
|
## `sf package1 version list`
|
|
7117
7117
|
|
|
@@ -7149,7 +7149,7 @@ FLAG DESCRIPTIONS
|
|
|
7149
7149
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7150
7150
|
```
|
|
7151
7151
|
|
|
7152
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7152
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.10/src/commands/package1/version/list.ts)_
|
|
7153
7153
|
|
|
7154
7154
|
## `sf plugins`
|
|
7155
7155
|
|
|
@@ -7450,7 +7450,7 @@ FLAG DESCRIPTIONS
|
|
|
7450
7450
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7451
7451
|
```
|
|
7452
7452
|
|
|
7453
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7453
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/convert/mdapi.ts)_
|
|
7454
7454
|
|
|
7455
7455
|
## `sf project convert source`
|
|
7456
7456
|
|
|
@@ -7523,7 +7523,7 @@ FLAG DESCRIPTIONS
|
|
|
7523
7523
|
Override the api version used for api requests made by this command
|
|
7524
7524
|
```
|
|
7525
7525
|
|
|
7526
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7526
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/convert/source.ts)_
|
|
7527
7527
|
|
|
7528
7528
|
## `sf project convert source-behavior`
|
|
7529
7529
|
|
|
@@ -7582,7 +7582,7 @@ EXAMPLES
|
|
|
7582
7582
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7583
7583
|
```
|
|
7584
7584
|
|
|
7585
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7585
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/convert/source-behavior.ts)_
|
|
7586
7586
|
|
|
7587
7587
|
## `sf project delete source`
|
|
7588
7588
|
|
|
@@ -7722,7 +7722,7 @@ FLAG DESCRIPTIONS
|
|
|
7722
7722
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7723
7723
|
```
|
|
7724
7724
|
|
|
7725
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7725
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/delete/source.ts)_
|
|
7726
7726
|
|
|
7727
7727
|
## `sf project delete tracking`
|
|
7728
7728
|
|
|
@@ -7759,7 +7759,7 @@ EXAMPLES
|
|
|
7759
7759
|
$ sf project delete tracking --target-org my-scratch
|
|
7760
7760
|
```
|
|
7761
7761
|
|
|
7762
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7762
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/delete/tracking.ts)_
|
|
7763
7763
|
|
|
7764
7764
|
## `sf project deploy cancel`
|
|
7765
7765
|
|
|
@@ -7831,7 +7831,7 @@ FLAG DESCRIPTIONS
|
|
|
7831
7831
|
project deploy report".
|
|
7832
7832
|
```
|
|
7833
7833
|
|
|
7834
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7834
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/cancel.ts)_
|
|
7835
7835
|
|
|
7836
7836
|
## `sf project deploy preview`
|
|
7837
7837
|
|
|
@@ -7914,7 +7914,7 @@ FLAG DESCRIPTIONS
|
|
|
7914
7914
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7915
7915
|
```
|
|
7916
7916
|
|
|
7917
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7917
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/preview.ts)_
|
|
7918
7918
|
|
|
7919
7919
|
## `sf project deploy quick`
|
|
7920
7920
|
|
|
@@ -8007,7 +8007,7 @@ ERROR CODES
|
|
|
8007
8007
|
Canceling (69) The deploy is being canceled.
|
|
8008
8008
|
```
|
|
8009
8009
|
|
|
8010
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8010
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/quick.ts)_
|
|
8011
8011
|
|
|
8012
8012
|
## `sf project deploy report`
|
|
8013
8013
|
|
|
@@ -8099,7 +8099,7 @@ FLAG DESCRIPTIONS
|
|
|
8099
8099
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8100
8100
|
```
|
|
8101
8101
|
|
|
8102
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8102
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/report.ts)_
|
|
8103
8103
|
|
|
8104
8104
|
## `sf project deploy resume`
|
|
8105
8105
|
|
|
@@ -8196,7 +8196,7 @@ ERROR CODES
|
|
|
8196
8196
|
Canceling (69) The deploy is being canceled.
|
|
8197
8197
|
```
|
|
8198
8198
|
|
|
8199
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8199
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/resume.ts)_
|
|
8200
8200
|
|
|
8201
8201
|
## `sf project deploy start`
|
|
8202
8202
|
|
|
@@ -8449,7 +8449,7 @@ ERROR CODES
|
|
|
8449
8449
|
Canceling (69) The deploy is being canceled.
|
|
8450
8450
|
```
|
|
8451
8451
|
|
|
8452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/start.ts)_
|
|
8453
8453
|
|
|
8454
8454
|
## `sf project deploy validate`
|
|
8455
8455
|
|
|
@@ -8639,7 +8639,7 @@ ERROR CODES
|
|
|
8639
8639
|
Canceling (69) The deploy is being canceled.
|
|
8640
8640
|
```
|
|
8641
8641
|
|
|
8642
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8642
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/deploy/validate.ts)_
|
|
8643
8643
|
|
|
8644
8644
|
## `sf project generate`
|
|
8645
8645
|
|
|
@@ -8840,7 +8840,7 @@ EXAMPLES
|
|
|
8840
8840
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8841
8841
|
```
|
|
8842
8842
|
|
|
8843
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8843
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/generate/manifest.ts)_
|
|
8844
8844
|
|
|
8845
8845
|
## `sf project list ignored`
|
|
8846
8846
|
|
|
@@ -8882,7 +8882,7 @@ EXAMPLES
|
|
|
8882
8882
|
$ sf project list ignored --source-dir package.xml
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/list/ignored.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `sf project reset tracking`
|
|
8888
8888
|
|
|
@@ -8931,7 +8931,7 @@ EXAMPLES
|
|
|
8931
8931
|
$ sf project reset tracking --revision 30
|
|
8932
8932
|
```
|
|
8933
8933
|
|
|
8934
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8934
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/reset/tracking.ts)_
|
|
8935
8935
|
|
|
8936
8936
|
## `sf project retrieve preview`
|
|
8937
8937
|
|
|
@@ -8985,7 +8985,7 @@ FLAG DESCRIPTIONS
|
|
|
8985
8985
|
production orgs.
|
|
8986
8986
|
```
|
|
8987
8987
|
|
|
8988
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8988
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/retrieve/preview.ts)_
|
|
8989
8989
|
|
|
8990
8990
|
## `sf project retrieve start`
|
|
8991
8991
|
|
|
@@ -9166,7 +9166,7 @@ ENVIRONMENT VARIABLES
|
|
|
9166
9166
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9167
9167
|
```
|
|
9168
9168
|
|
|
9169
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9169
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.1/src/commands/project/retrieve/start.ts)_
|
|
9170
9170
|
|
|
9171
9171
|
## `sf schema generate field`
|
|
9172
9172
|
|