@salesforce/cli 2.107.1 → 2.107.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 +68 -68
- package/npm-shrinkwrap.json +220 -259
- package/oclif.lock +87 -84
- package/oclif.manifest.json +1 -1
- 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.107.
|
|
28
|
+
@salesforce/cli/2.107.3 linux-x64 node-v22.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -953,7 +953,7 @@ EXAMPLES
|
|
|
953
953
|
$ sf alias list
|
|
954
954
|
```
|
|
955
955
|
|
|
956
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
956
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/alias/list.ts)_
|
|
957
957
|
|
|
958
958
|
## `sf alias set`
|
|
959
959
|
|
|
@@ -1002,7 +1002,7 @@ EXAMPLES
|
|
|
1002
1002
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1005
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/alias/set.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `sf alias unset`
|
|
1008
1008
|
|
|
@@ -1042,7 +1042,7 @@ EXAMPLES
|
|
|
1042
1042
|
$ sf alias unset --all [--no-prompt]
|
|
1043
1043
|
```
|
|
1044
1044
|
|
|
1045
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1045
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/alias/unset.ts)_
|
|
1046
1046
|
|
|
1047
1047
|
## `sf analytics generate template`
|
|
1048
1048
|
|
|
@@ -1823,7 +1823,7 @@ DESCRIPTION
|
|
|
1823
1823
|
List all sf commands.
|
|
1824
1824
|
```
|
|
1825
1825
|
|
|
1826
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1826
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.33/src/commands/commands.ts)_
|
|
1827
1827
|
|
|
1828
1828
|
## `sf config get`
|
|
1829
1829
|
|
|
@@ -1872,7 +1872,7 @@ CONFIGURATION VARIABLES
|
|
|
1872
1872
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1873
1873
|
```
|
|
1874
1874
|
|
|
1875
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1875
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/config/get.ts)_
|
|
1876
1876
|
|
|
1877
1877
|
## `sf config list`
|
|
1878
1878
|
|
|
@@ -1912,7 +1912,7 @@ EXAMPLES
|
|
|
1912
1912
|
$ sf config list
|
|
1913
1913
|
```
|
|
1914
1914
|
|
|
1915
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1915
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/config/list.ts)_
|
|
1916
1916
|
|
|
1917
1917
|
## `sf config set`
|
|
1918
1918
|
|
|
@@ -1981,7 +1981,7 @@ CONFIGURATION VARIABLES
|
|
|
1981
1981
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1982
1982
|
```
|
|
1983
1983
|
|
|
1984
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1984
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/config/set.ts)_
|
|
1985
1985
|
|
|
1986
1986
|
## `sf config unset`
|
|
1987
1987
|
|
|
@@ -2031,7 +2031,7 @@ CONFIGURATION VARIABLES
|
|
|
2031
2031
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2034
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.47/src/commands/config/unset.ts)_
|
|
2035
2035
|
|
|
2036
2036
|
## `sf data bulk results`
|
|
2037
2037
|
|
|
@@ -4610,7 +4610,7 @@ EXAMPLES
|
|
|
4610
4610
|
$ sf org list auth
|
|
4611
4611
|
```
|
|
4612
4612
|
|
|
4613
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4613
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/list/auth.ts)_
|
|
4614
4614
|
|
|
4615
4615
|
## `sf org list limits`
|
|
4616
4616
|
|
|
@@ -4910,7 +4910,7 @@ FLAG DESCRIPTIONS
|
|
|
4910
4910
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4911
4911
|
```
|
|
4912
4912
|
|
|
4913
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4913
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/access-token.ts)_
|
|
4914
4914
|
|
|
4915
4915
|
## `sf org login jwt`
|
|
4916
4916
|
|
|
@@ -5001,7 +5001,7 @@ FLAG DESCRIPTIONS
|
|
|
5001
5001
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5002
5002
|
```
|
|
5003
5003
|
|
|
5004
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5004
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/jwt.ts)_
|
|
5005
5005
|
|
|
5006
5006
|
## `sf org login sfdx-url`
|
|
5007
5007
|
|
|
@@ -5071,7 +5071,7 @@ EXAMPLES
|
|
|
5071
5071
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5072
5072
|
```
|
|
5073
5073
|
|
|
5074
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5074
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/sfdx-url.ts)_
|
|
5075
5075
|
|
|
5076
5076
|
## `sf org login web`
|
|
5077
5077
|
|
|
@@ -5176,7 +5176,7 @@ FLAG DESCRIPTIONS
|
|
|
5176
5176
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5177
5177
|
```
|
|
5178
5178
|
|
|
5179
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5179
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/web.ts)_
|
|
5180
5180
|
|
|
5181
5181
|
## `sf org logout`
|
|
5182
5182
|
|
|
@@ -5242,7 +5242,7 @@ FLAG DESCRIPTIONS
|
|
|
5242
5242
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5243
5243
|
```
|
|
5244
5244
|
|
|
5245
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5245
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/logout.ts)_
|
|
5246
5246
|
|
|
5247
5247
|
## `sf org open`
|
|
5248
5248
|
|
|
@@ -5685,7 +5685,7 @@ FLAG DESCRIPTIONS
|
|
|
5685
5685
|
--installation-key-bypass flag is required.
|
|
5686
5686
|
```
|
|
5687
5687
|
|
|
5688
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5688
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/convert.ts)_
|
|
5689
5689
|
|
|
5690
5690
|
## `sf package create`
|
|
5691
5691
|
|
|
@@ -5764,7 +5764,7 @@ FLAG DESCRIPTIONS
|
|
|
5764
5764
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5765
5765
|
```
|
|
5766
5766
|
|
|
5767
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5767
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/create.ts)_
|
|
5768
5768
|
|
|
5769
5769
|
## `sf package delete`
|
|
5770
5770
|
|
|
@@ -5806,7 +5806,7 @@ EXAMPLES
|
|
|
5806
5806
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5807
5807
|
```
|
|
5808
5808
|
|
|
5809
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5809
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/delete.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf package install`
|
|
5812
5812
|
|
|
@@ -5905,7 +5905,7 @@ FLAG DESCRIPTIONS
|
|
|
5905
5905
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
5906
5906
|
```
|
|
5907
5907
|
|
|
5908
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5908
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/install.ts)_
|
|
5909
5909
|
|
|
5910
5910
|
## `sf package install report`
|
|
5911
5911
|
|
|
@@ -5938,7 +5938,7 @@ EXAMPLES
|
|
|
5938
5938
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5939
5939
|
```
|
|
5940
5940
|
|
|
5941
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5941
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/install/report.ts)_
|
|
5942
5942
|
|
|
5943
5943
|
## `sf package installed list`
|
|
5944
5944
|
|
|
@@ -5970,7 +5970,7 @@ EXAMPLES
|
|
|
5970
5970
|
$ sf package installed list --target-org me@example.com
|
|
5971
5971
|
```
|
|
5972
5972
|
|
|
5973
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
5973
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/installed/list.ts)_
|
|
5974
5974
|
|
|
5975
5975
|
## `sf package list`
|
|
5976
5976
|
|
|
@@ -6008,7 +6008,7 @@ EXAMPLES
|
|
|
6008
6008
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6009
6009
|
```
|
|
6010
6010
|
|
|
6011
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6011
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/list.ts)_
|
|
6012
6012
|
|
|
6013
6013
|
## `sf package push-upgrade abort`
|
|
6014
6014
|
|
|
@@ -6047,7 +6047,7 @@ EXAMPLES
|
|
|
6047
6047
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6048
6048
|
```
|
|
6049
6049
|
|
|
6050
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6050
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/push-upgrade/abort.ts)_
|
|
6051
6051
|
|
|
6052
6052
|
## `sf package push-upgrade list`
|
|
6053
6053
|
|
|
@@ -6106,7 +6106,7 @@ EXAMPLES
|
|
|
6106
6106
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6107
6107
|
```
|
|
6108
6108
|
|
|
6109
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6109
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/push-upgrade/list.ts)_
|
|
6110
6110
|
|
|
6111
6111
|
## `sf package push-upgrade report`
|
|
6112
6112
|
|
|
@@ -6148,7 +6148,7 @@ EXAMPLES
|
|
|
6148
6148
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6149
6149
|
```
|
|
6150
6150
|
|
|
6151
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6151
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/push-upgrade/report.ts)_
|
|
6152
6152
|
|
|
6153
6153
|
## `sf package push-upgrade schedule`
|
|
6154
6154
|
|
|
@@ -6235,7 +6235,7 @@ FLAG DESCRIPTIONS
|
|
|
6235
6235
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6236
6236
|
```
|
|
6237
6237
|
|
|
6238
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6238
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
6239
6239
|
|
|
6240
6240
|
## `sf package uninstall`
|
|
6241
6241
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/uninstall.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package uninstall report`
|
|
6289
6289
|
|
|
@@ -6316,7 +6316,7 @@ EXAMPLES
|
|
|
6316
6316
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6317
6317
|
```
|
|
6318
6318
|
|
|
6319
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6319
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/uninstall/report.ts)_
|
|
6320
6320
|
|
|
6321
6321
|
## `sf package update`
|
|
6322
6322
|
|
|
@@ -6371,7 +6371,7 @@ FLAG DESCRIPTIONS
|
|
|
6371
6371
|
associated with your package.
|
|
6372
6372
|
```
|
|
6373
6373
|
|
|
6374
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6374
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/update.ts)_
|
|
6375
6375
|
|
|
6376
6376
|
## `sf package version create`
|
|
6377
6377
|
|
|
@@ -6546,7 +6546,7 @@ FLAG DESCRIPTIONS
|
|
|
6546
6546
|
periods of no output from commands.
|
|
6547
6547
|
```
|
|
6548
6548
|
|
|
6549
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6549
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/create.ts)_
|
|
6550
6550
|
|
|
6551
6551
|
## `sf package version create list`
|
|
6552
6552
|
|
|
@@ -6607,7 +6607,7 @@ EXAMPLES
|
|
|
6607
6607
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6608
6608
|
```
|
|
6609
6609
|
|
|
6610
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6610
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/create/list.ts)_
|
|
6611
6611
|
|
|
6612
6612
|
## `sf package version create report`
|
|
6613
6613
|
|
|
@@ -6650,7 +6650,7 @@ EXAMPLES
|
|
|
6650
6650
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6651
6651
|
```
|
|
6652
6652
|
|
|
6653
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6653
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/create/report.ts)_
|
|
6654
6654
|
|
|
6655
6655
|
## `sf package version delete`
|
|
6656
6656
|
|
|
@@ -6691,7 +6691,7 @@ EXAMPLES
|
|
|
6691
6691
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6692
6692
|
```
|
|
6693
6693
|
|
|
6694
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6694
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/delete.ts)_
|
|
6695
6695
|
|
|
6696
6696
|
## `sf package version displayancestry`
|
|
6697
6697
|
|
|
@@ -6751,7 +6751,7 @@ FLAG DESCRIPTIONS
|
|
|
6751
6751
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6752
6752
|
```
|
|
6753
6753
|
|
|
6754
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6754
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/displayancestry.ts)_
|
|
6755
6755
|
|
|
6756
6756
|
## `sf package version displaydependencies`
|
|
6757
6757
|
|
|
@@ -6813,7 +6813,7 @@ FLAG DESCRIPTIONS
|
|
|
6813
6813
|
package, which must be installed last.
|
|
6814
6814
|
```
|
|
6815
6815
|
|
|
6816
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6816
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/displaydependencies.ts)_
|
|
6817
6817
|
|
|
6818
6818
|
## `sf package version list`
|
|
6819
6819
|
|
|
@@ -6889,7 +6889,7 @@ EXAMPLES
|
|
|
6889
6889
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6890
6890
|
```
|
|
6891
6891
|
|
|
6892
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6892
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/list.ts)_
|
|
6893
6893
|
|
|
6894
6894
|
## `sf package version promote`
|
|
6895
6895
|
|
|
@@ -6933,7 +6933,7 @@ EXAMPLES
|
|
|
6933
6933
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6934
6934
|
```
|
|
6935
6935
|
|
|
6936
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/promote.ts)_
|
|
6937
6937
|
|
|
6938
6938
|
## `sf package version report`
|
|
6939
6939
|
|
|
@@ -6973,7 +6973,7 @@ EXAMPLES
|
|
|
6973
6973
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6974
6974
|
```
|
|
6975
6975
|
|
|
6976
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
6976
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/report.ts)_
|
|
6977
6977
|
|
|
6978
6978
|
## `sf package version update`
|
|
6979
6979
|
|
|
@@ -7026,7 +7026,7 @@ EXAMPLES
|
|
|
7026
7026
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7027
7027
|
```
|
|
7028
7028
|
|
|
7029
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
7029
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package/version/update.ts)_
|
|
7030
7030
|
|
|
7031
7031
|
## `sf package1 version create`
|
|
7032
7032
|
|
|
@@ -7093,7 +7093,7 @@ FLAG DESCRIPTIONS
|
|
|
7093
7093
|
subscribers.
|
|
7094
7094
|
```
|
|
7095
7095
|
|
|
7096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
7096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package1/version/create.ts)_
|
|
7097
7097
|
|
|
7098
7098
|
## `sf package1 version create get`
|
|
7099
7099
|
|
|
@@ -7126,7 +7126,7 @@ EXAMPLES
|
|
|
7126
7126
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7127
7127
|
```
|
|
7128
7128
|
|
|
7129
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
7129
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package1/version/create/get.ts)_
|
|
7130
7130
|
|
|
7131
7131
|
## `sf package1 version display`
|
|
7132
7132
|
|
|
@@ -7160,7 +7160,7 @@ EXAMPLES
|
|
|
7160
7160
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7161
7161
|
```
|
|
7162
7162
|
|
|
7163
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
7163
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package1/version/display.ts)_
|
|
7164
7164
|
|
|
7165
7165
|
## `sf package1 version list`
|
|
7166
7166
|
|
|
@@ -7198,7 +7198,7 @@ FLAG DESCRIPTIONS
|
|
|
7198
7198
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7199
7199
|
```
|
|
7200
7200
|
|
|
7201
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
7201
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.2/src/commands/package1/version/list.ts)_
|
|
7202
7202
|
|
|
7203
7203
|
## `sf plugins`
|
|
7204
7204
|
|
|
@@ -7221,7 +7221,7 @@ EXAMPLES
|
|
|
7221
7221
|
$ sf plugins
|
|
7222
7222
|
```
|
|
7223
7223
|
|
|
7224
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7224
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/index.ts)_
|
|
7225
7225
|
|
|
7226
7226
|
## `sf plugins discover`
|
|
7227
7227
|
|
|
@@ -7266,7 +7266,7 @@ EXAMPLES
|
|
|
7266
7266
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7267
7267
|
```
|
|
7268
7268
|
|
|
7269
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7269
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/inspect.ts)_
|
|
7270
7270
|
|
|
7271
7271
|
## `sf plugins install PLUGIN`
|
|
7272
7272
|
|
|
@@ -7315,7 +7315,7 @@ EXAMPLES
|
|
|
7315
7315
|
$ sf plugins install someuser/someplugin
|
|
7316
7316
|
```
|
|
7317
7317
|
|
|
7318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/install.ts)_
|
|
7319
7319
|
|
|
7320
7320
|
## `sf plugins link PATH`
|
|
7321
7321
|
|
|
@@ -7346,7 +7346,7 @@ EXAMPLES
|
|
|
7346
7346
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7347
7347
|
```
|
|
7348
7348
|
|
|
7349
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7349
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/link.ts)_
|
|
7350
7350
|
|
|
7351
7351
|
## `sf plugins reset`
|
|
7352
7352
|
|
|
@@ -7361,7 +7361,7 @@ FLAGS
|
|
|
7361
7361
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7362
7362
|
```
|
|
7363
7363
|
|
|
7364
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7364
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/reset.ts)_
|
|
7365
7365
|
|
|
7366
7366
|
## `sf plugins trust verify`
|
|
7367
7367
|
|
|
@@ -7418,7 +7418,7 @@ EXAMPLES
|
|
|
7418
7418
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7419
7419
|
```
|
|
7420
7420
|
|
|
7421
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7421
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/uninstall.ts)_
|
|
7422
7422
|
|
|
7423
7423
|
## `sf plugins update`
|
|
7424
7424
|
|
|
@@ -7436,7 +7436,7 @@ DESCRIPTION
|
|
|
7436
7436
|
Update installed plugins.
|
|
7437
7437
|
```
|
|
7438
7438
|
|
|
7439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/update.ts)_
|
|
7440
7440
|
|
|
7441
7441
|
## `sf project convert mdapi`
|
|
7442
7442
|
|
|
@@ -7499,7 +7499,7 @@ FLAG DESCRIPTIONS
|
|
|
7499
7499
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7500
7500
|
```
|
|
7501
7501
|
|
|
7502
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7502
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/mdapi.ts)_
|
|
7503
7503
|
|
|
7504
7504
|
## `sf project convert source`
|
|
7505
7505
|
|
|
@@ -7572,7 +7572,7 @@ FLAG DESCRIPTIONS
|
|
|
7572
7572
|
Override the api version used for api requests made by this command
|
|
7573
7573
|
```
|
|
7574
7574
|
|
|
7575
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7575
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source.ts)_
|
|
7576
7576
|
|
|
7577
7577
|
## `sf project convert source-behavior`
|
|
7578
7578
|
|
|
@@ -7631,7 +7631,7 @@ EXAMPLES
|
|
|
7631
7631
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7632
7632
|
```
|
|
7633
7633
|
|
|
7634
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7634
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source-behavior.ts)_
|
|
7635
7635
|
|
|
7636
7636
|
## `sf project delete source`
|
|
7637
7637
|
|
|
@@ -7771,7 +7771,7 @@ FLAG DESCRIPTIONS
|
|
|
7771
7771
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7772
7772
|
```
|
|
7773
7773
|
|
|
7774
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/source.ts)_
|
|
7775
7775
|
|
|
7776
7776
|
## `sf project delete tracking`
|
|
7777
7777
|
|
|
@@ -7808,7 +7808,7 @@ EXAMPLES
|
|
|
7808
7808
|
$ sf project delete tracking --target-org my-scratch
|
|
7809
7809
|
```
|
|
7810
7810
|
|
|
7811
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7811
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/tracking.ts)_
|
|
7812
7812
|
|
|
7813
7813
|
## `sf project deploy cancel`
|
|
7814
7814
|
|
|
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
|
|
|
7880
7880
|
project deploy report".
|
|
7881
7881
|
```
|
|
7882
7882
|
|
|
7883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/cancel.ts)_
|
|
7884
7884
|
|
|
7885
7885
|
## `sf project deploy preview`
|
|
7886
7886
|
|
|
@@ -7963,7 +7963,7 @@ FLAG DESCRIPTIONS
|
|
|
7963
7963
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7964
7964
|
```
|
|
7965
7965
|
|
|
7966
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7966
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/preview.ts)_
|
|
7967
7967
|
|
|
7968
7968
|
## `sf project deploy quick`
|
|
7969
7969
|
|
|
@@ -8056,7 +8056,7 @@ ERROR CODES
|
|
|
8056
8056
|
Canceling (69) The deploy is being canceled.
|
|
8057
8057
|
```
|
|
8058
8058
|
|
|
8059
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8059
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/quick.ts)_
|
|
8060
8060
|
|
|
8061
8061
|
## `sf project deploy report`
|
|
8062
8062
|
|
|
@@ -8148,7 +8148,7 @@ FLAG DESCRIPTIONS
|
|
|
8148
8148
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8149
8149
|
```
|
|
8150
8150
|
|
|
8151
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8151
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/report.ts)_
|
|
8152
8152
|
|
|
8153
8153
|
## `sf project deploy resume`
|
|
8154
8154
|
|
|
@@ -8245,7 +8245,7 @@ ERROR CODES
|
|
|
8245
8245
|
Canceling (69) The deploy is being canceled.
|
|
8246
8246
|
```
|
|
8247
8247
|
|
|
8248
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8248
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/resume.ts)_
|
|
8249
8249
|
|
|
8250
8250
|
## `sf project deploy start`
|
|
8251
8251
|
|
|
@@ -8498,7 +8498,7 @@ ERROR CODES
|
|
|
8498
8498
|
Canceling (69) The deploy is being canceled.
|
|
8499
8499
|
```
|
|
8500
8500
|
|
|
8501
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8501
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/start.ts)_
|
|
8502
8502
|
|
|
8503
8503
|
## `sf project deploy validate`
|
|
8504
8504
|
|
|
@@ -8688,7 +8688,7 @@ ERROR CODES
|
|
|
8688
8688
|
Canceling (69) The deploy is being canceled.
|
|
8689
8689
|
```
|
|
8690
8690
|
|
|
8691
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8691
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/validate.ts)_
|
|
8692
8692
|
|
|
8693
8693
|
## `sf project generate`
|
|
8694
8694
|
|
|
@@ -8889,7 +8889,7 @@ EXAMPLES
|
|
|
8889
8889
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8890
8890
|
```
|
|
8891
8891
|
|
|
8892
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8892
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/generate/manifest.ts)_
|
|
8893
8893
|
|
|
8894
8894
|
## `sf project list ignored`
|
|
8895
8895
|
|
|
@@ -8931,7 +8931,7 @@ EXAMPLES
|
|
|
8931
8931
|
$ sf project list ignored --source-dir package.xml
|
|
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.3/src/commands/project/list/ignored.ts)_
|
|
8935
8935
|
|
|
8936
8936
|
## `sf project reset tracking`
|
|
8937
8937
|
|
|
@@ -8980,7 +8980,7 @@ EXAMPLES
|
|
|
8980
8980
|
$ sf project reset tracking --revision 30
|
|
8981
8981
|
```
|
|
8982
8982
|
|
|
8983
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8983
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/reset/tracking.ts)_
|
|
8984
8984
|
|
|
8985
8985
|
## `sf project retrieve preview`
|
|
8986
8986
|
|
|
@@ -9034,7 +9034,7 @@ FLAG DESCRIPTIONS
|
|
|
9034
9034
|
production orgs.
|
|
9035
9035
|
```
|
|
9036
9036
|
|
|
9037
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9037
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/preview.ts)_
|
|
9038
9038
|
|
|
9039
9039
|
## `sf project retrieve start`
|
|
9040
9040
|
|
|
@@ -9215,7 +9215,7 @@ ENVIRONMENT VARIABLES
|
|
|
9215
9215
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9216
9216
|
```
|
|
9217
9217
|
|
|
9218
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9218
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/start.ts)_
|
|
9219
9219
|
|
|
9220
9220
|
## `sf schema generate field`
|
|
9221
9221
|
|
|
@@ -9628,7 +9628,7 @@ FLAG DESCRIPTIONS
|
|
|
9628
9628
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9629
9629
|
```
|
|
9630
9630
|
|
|
9631
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9631
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.33/src/commands/version.ts)_
|
|
9632
9632
|
|
|
9633
9633
|
## `sf visualforce generate component`
|
|
9634
9634
|
|