@salesforce/cli 2.102.1 → 2.102.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 +54 -54
- package/npm-shrinkwrap.json +228 -57
- package/oclif.lock +126 -52
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.102.
|
|
28
|
+
@salesforce/cli/2.102.3 linux-x64 node-v22.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1793,7 +1793,7 @@ DESCRIPTION
|
|
|
1793
1793
|
List all sf commands.
|
|
1794
1794
|
```
|
|
1795
1795
|
|
|
1796
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1796
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.32/src/commands/commands.ts)_
|
|
1797
1797
|
|
|
1798
1798
|
## `sf config get`
|
|
1799
1799
|
|
|
@@ -4553,7 +4553,7 @@ EXAMPLES
|
|
|
4553
4553
|
$ sf org list auth
|
|
4554
4554
|
```
|
|
4555
4555
|
|
|
4556
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4556
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/list/auth.ts)_
|
|
4557
4557
|
|
|
4558
4558
|
## `sf org list limits`
|
|
4559
4559
|
|
|
@@ -4853,7 +4853,7 @@ FLAG DESCRIPTIONS
|
|
|
4853
4853
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4854
4854
|
```
|
|
4855
4855
|
|
|
4856
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4856
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/login/access-token.ts)_
|
|
4857
4857
|
|
|
4858
4858
|
## `sf org login device`
|
|
4859
4859
|
|
|
@@ -4913,7 +4913,7 @@ FLAG DESCRIPTIONS
|
|
|
4913
4913
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4914
4914
|
```
|
|
4915
4915
|
|
|
4916
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4916
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/login/device.ts)_
|
|
4917
4917
|
|
|
4918
4918
|
## `sf org login jwt`
|
|
4919
4919
|
|
|
@@ -5004,7 +5004,7 @@ FLAG DESCRIPTIONS
|
|
|
5004
5004
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5005
5005
|
```
|
|
5006
5006
|
|
|
5007
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5007
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/login/jwt.ts)_
|
|
5008
5008
|
|
|
5009
5009
|
## `sf org login sfdx-url`
|
|
5010
5010
|
|
|
@@ -5074,7 +5074,7 @@ EXAMPLES
|
|
|
5074
5074
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5075
5075
|
```
|
|
5076
5076
|
|
|
5077
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5077
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/login/sfdx-url.ts)_
|
|
5078
5078
|
|
|
5079
5079
|
## `sf org login web`
|
|
5080
5080
|
|
|
@@ -5179,7 +5179,7 @@ FLAG DESCRIPTIONS
|
|
|
5179
5179
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5180
5180
|
```
|
|
5181
5181
|
|
|
5182
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5182
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/login/web.ts)_
|
|
5183
5183
|
|
|
5184
5184
|
## `sf org logout`
|
|
5185
5185
|
|
|
@@ -5245,7 +5245,7 @@ FLAG DESCRIPTIONS
|
|
|
5245
5245
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5246
5246
|
```
|
|
5247
5247
|
|
|
5248
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5248
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.18/src/commands/org/logout.ts)_
|
|
5249
5249
|
|
|
5250
5250
|
## `sf org open`
|
|
5251
5251
|
|
|
@@ -5688,7 +5688,7 @@ FLAG DESCRIPTIONS
|
|
|
5688
5688
|
--installation-key-bypass flag is required.
|
|
5689
5689
|
```
|
|
5690
5690
|
|
|
5691
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5691
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/convert.ts)_
|
|
5692
5692
|
|
|
5693
5693
|
## `sf package create`
|
|
5694
5694
|
|
|
@@ -5767,7 +5767,7 @@ FLAG DESCRIPTIONS
|
|
|
5767
5767
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5768
5768
|
```
|
|
5769
5769
|
|
|
5770
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5770
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/create.ts)_
|
|
5771
5771
|
|
|
5772
5772
|
## `sf package delete`
|
|
5773
5773
|
|
|
@@ -5809,7 +5809,7 @@ EXAMPLES
|
|
|
5809
5809
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5810
5810
|
```
|
|
5811
5811
|
|
|
5812
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5812
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/delete.ts)_
|
|
5813
5813
|
|
|
5814
5814
|
## `sf package install`
|
|
5815
5815
|
|
|
@@ -5908,7 +5908,7 @@ FLAG DESCRIPTIONS
|
|
|
5908
5908
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
5909
5909
|
```
|
|
5910
5910
|
|
|
5911
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5911
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/install.ts)_
|
|
5912
5912
|
|
|
5913
5913
|
## `sf package install report`
|
|
5914
5914
|
|
|
@@ -5941,7 +5941,7 @@ EXAMPLES
|
|
|
5941
5941
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5942
5942
|
```
|
|
5943
5943
|
|
|
5944
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5944
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/install/report.ts)_
|
|
5945
5945
|
|
|
5946
5946
|
## `sf package installed list`
|
|
5947
5947
|
|
|
@@ -5973,7 +5973,7 @@ EXAMPLES
|
|
|
5973
5973
|
$ sf package installed list --target-org me@example.com
|
|
5974
5974
|
```
|
|
5975
5975
|
|
|
5976
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
5976
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/installed/list.ts)_
|
|
5977
5977
|
|
|
5978
5978
|
## `sf package list`
|
|
5979
5979
|
|
|
@@ -6011,7 +6011,7 @@ EXAMPLES
|
|
|
6011
6011
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6012
6012
|
```
|
|
6013
6013
|
|
|
6014
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6014
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/list.ts)_
|
|
6015
6015
|
|
|
6016
6016
|
## `sf package push-upgrade abort`
|
|
6017
6017
|
|
|
@@ -6050,7 +6050,7 @@ EXAMPLES
|
|
|
6050
6050
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6051
6051
|
```
|
|
6052
6052
|
|
|
6053
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6053
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/push-upgrade/abort.ts)_
|
|
6054
6054
|
|
|
6055
6055
|
## `sf package push-upgrade list`
|
|
6056
6056
|
|
|
@@ -6109,7 +6109,7 @@ EXAMPLES
|
|
|
6109
6109
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6110
6110
|
```
|
|
6111
6111
|
|
|
6112
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6112
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/push-upgrade/list.ts)_
|
|
6113
6113
|
|
|
6114
6114
|
## `sf package push-upgrade report`
|
|
6115
6115
|
|
|
@@ -6151,7 +6151,7 @@ EXAMPLES
|
|
|
6151
6151
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6152
6152
|
```
|
|
6153
6153
|
|
|
6154
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6154
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/push-upgrade/report.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf package push-upgrade schedule`
|
|
6157
6157
|
|
|
@@ -6238,7 +6238,7 @@ FLAG DESCRIPTIONS
|
|
|
6238
6238
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6239
6239
|
```
|
|
6240
6240
|
|
|
6241
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6241
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/push-upgrade/schedule.ts)_
|
|
6242
6242
|
|
|
6243
6243
|
## `sf package uninstall`
|
|
6244
6244
|
|
|
@@ -6286,7 +6286,7 @@ EXAMPLES
|
|
|
6286
6286
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6287
6287
|
```
|
|
6288
6288
|
|
|
6289
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6289
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/uninstall.ts)_
|
|
6290
6290
|
|
|
6291
6291
|
## `sf package uninstall report`
|
|
6292
6292
|
|
|
@@ -6319,7 +6319,7 @@ EXAMPLES
|
|
|
6319
6319
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6320
6320
|
```
|
|
6321
6321
|
|
|
6322
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6322
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/uninstall/report.ts)_
|
|
6323
6323
|
|
|
6324
6324
|
## `sf package update`
|
|
6325
6325
|
|
|
@@ -6374,7 +6374,7 @@ FLAG DESCRIPTIONS
|
|
|
6374
6374
|
associated with your package.
|
|
6375
6375
|
```
|
|
6376
6376
|
|
|
6377
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6377
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/update.ts)_
|
|
6378
6378
|
|
|
6379
6379
|
## `sf package version create`
|
|
6380
6380
|
|
|
@@ -6549,7 +6549,7 @@ FLAG DESCRIPTIONS
|
|
|
6549
6549
|
periods of no output from commands.
|
|
6550
6550
|
```
|
|
6551
6551
|
|
|
6552
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6552
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/create.ts)_
|
|
6553
6553
|
|
|
6554
6554
|
## `sf package version create list`
|
|
6555
6555
|
|
|
@@ -6610,7 +6610,7 @@ EXAMPLES
|
|
|
6610
6610
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6611
6611
|
```
|
|
6612
6612
|
|
|
6613
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6613
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/create/list.ts)_
|
|
6614
6614
|
|
|
6615
6615
|
## `sf package version create report`
|
|
6616
6616
|
|
|
@@ -6653,7 +6653,7 @@ EXAMPLES
|
|
|
6653
6653
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6654
6654
|
```
|
|
6655
6655
|
|
|
6656
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6656
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/create/report.ts)_
|
|
6657
6657
|
|
|
6658
6658
|
## `sf package version delete`
|
|
6659
6659
|
|
|
@@ -6694,7 +6694,7 @@ EXAMPLES
|
|
|
6694
6694
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6695
6695
|
```
|
|
6696
6696
|
|
|
6697
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6697
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/delete.ts)_
|
|
6698
6698
|
|
|
6699
6699
|
## `sf package version displayancestry`
|
|
6700
6700
|
|
|
@@ -6754,7 +6754,7 @@ FLAG DESCRIPTIONS
|
|
|
6754
6754
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6755
6755
|
```
|
|
6756
6756
|
|
|
6757
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6757
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/displayancestry.ts)_
|
|
6758
6758
|
|
|
6759
6759
|
## `sf package version displaydependencies`
|
|
6760
6760
|
|
|
@@ -6816,7 +6816,7 @@ FLAG DESCRIPTIONS
|
|
|
6816
6816
|
package, which must be installed last.
|
|
6817
6817
|
```
|
|
6818
6818
|
|
|
6819
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6819
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/displaydependencies.ts)_
|
|
6820
6820
|
|
|
6821
6821
|
## `sf package version list`
|
|
6822
6822
|
|
|
@@ -6892,7 +6892,7 @@ EXAMPLES
|
|
|
6892
6892
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6893
6893
|
```
|
|
6894
6894
|
|
|
6895
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6895
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/list.ts)_
|
|
6896
6896
|
|
|
6897
6897
|
## `sf package version promote`
|
|
6898
6898
|
|
|
@@ -6936,7 +6936,7 @@ EXAMPLES
|
|
|
6936
6936
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6937
6937
|
```
|
|
6938
6938
|
|
|
6939
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6939
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/promote.ts)_
|
|
6940
6940
|
|
|
6941
6941
|
## `sf package version report`
|
|
6942
6942
|
|
|
@@ -6976,7 +6976,7 @@ EXAMPLES
|
|
|
6976
6976
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6977
6977
|
```
|
|
6978
6978
|
|
|
6979
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
6979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/report.ts)_
|
|
6980
6980
|
|
|
6981
6981
|
## `sf package version update`
|
|
6982
6982
|
|
|
@@ -7029,7 +7029,7 @@ EXAMPLES
|
|
|
7029
7029
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7030
7030
|
```
|
|
7031
7031
|
|
|
7032
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7032
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package/version/update.ts)_
|
|
7033
7033
|
|
|
7034
7034
|
## `sf package1 version create`
|
|
7035
7035
|
|
|
@@ -7096,7 +7096,7 @@ FLAG DESCRIPTIONS
|
|
|
7096
7096
|
subscribers.
|
|
7097
7097
|
```
|
|
7098
7098
|
|
|
7099
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7099
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package1/version/create.ts)_
|
|
7100
7100
|
|
|
7101
7101
|
## `sf package1 version create get`
|
|
7102
7102
|
|
|
@@ -7129,7 +7129,7 @@ EXAMPLES
|
|
|
7129
7129
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7132
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package1/version/create/get.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf package1 version display`
|
|
7135
7135
|
|
|
@@ -7163,7 +7163,7 @@ EXAMPLES
|
|
|
7163
7163
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7164
7164
|
```
|
|
7165
7165
|
|
|
7166
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7166
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package1/version/display.ts)_
|
|
7167
7167
|
|
|
7168
7168
|
## `sf package1 version list`
|
|
7169
7169
|
|
|
@@ -7201,7 +7201,7 @@ FLAG DESCRIPTIONS
|
|
|
7201
7201
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7202
7202
|
```
|
|
7203
7203
|
|
|
7204
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
7204
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.3/src/commands/package1/version/list.ts)_
|
|
7205
7205
|
|
|
7206
7206
|
## `sf plugins`
|
|
7207
7207
|
|
|
@@ -7502,7 +7502,7 @@ FLAG DESCRIPTIONS
|
|
|
7502
7502
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7503
7503
|
```
|
|
7504
7504
|
|
|
7505
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7505
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/convert/mdapi.ts)_
|
|
7506
7506
|
|
|
7507
7507
|
## `sf project convert source`
|
|
7508
7508
|
|
|
@@ -7575,7 +7575,7 @@ FLAG DESCRIPTIONS
|
|
|
7575
7575
|
Override the api version used for api requests made by this command
|
|
7576
7576
|
```
|
|
7577
7577
|
|
|
7578
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7578
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/convert/source.ts)_
|
|
7579
7579
|
|
|
7580
7580
|
## `sf project convert source-behavior`
|
|
7581
7581
|
|
|
@@ -7634,7 +7634,7 @@ EXAMPLES
|
|
|
7634
7634
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7635
7635
|
```
|
|
7636
7636
|
|
|
7637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/convert/source-behavior.ts)_
|
|
7638
7638
|
|
|
7639
7639
|
## `sf project delete source`
|
|
7640
7640
|
|
|
@@ -7774,7 +7774,7 @@ FLAG DESCRIPTIONS
|
|
|
7774
7774
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7775
7775
|
```
|
|
7776
7776
|
|
|
7777
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7777
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/delete/source.ts)_
|
|
7778
7778
|
|
|
7779
7779
|
## `sf project delete tracking`
|
|
7780
7780
|
|
|
@@ -7811,7 +7811,7 @@ EXAMPLES
|
|
|
7811
7811
|
$ sf project delete tracking --target-org my-scratch
|
|
7812
7812
|
```
|
|
7813
7813
|
|
|
7814
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7814
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/delete/tracking.ts)_
|
|
7815
7815
|
|
|
7816
7816
|
## `sf project deploy cancel`
|
|
7817
7817
|
|
|
@@ -7883,7 +7883,7 @@ FLAG DESCRIPTIONS
|
|
|
7883
7883
|
project deploy report".
|
|
7884
7884
|
```
|
|
7885
7885
|
|
|
7886
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7886
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/cancel.ts)_
|
|
7887
7887
|
|
|
7888
7888
|
## `sf project deploy preview`
|
|
7889
7889
|
|
|
@@ -7966,7 +7966,7 @@ FLAG DESCRIPTIONS
|
|
|
7966
7966
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7967
7967
|
```
|
|
7968
7968
|
|
|
7969
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/preview.ts)_
|
|
7970
7970
|
|
|
7971
7971
|
## `sf project deploy quick`
|
|
7972
7972
|
|
|
@@ -8059,7 +8059,7 @@ ERROR CODES
|
|
|
8059
8059
|
Canceling (69) The deploy is being canceled.
|
|
8060
8060
|
```
|
|
8061
8061
|
|
|
8062
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8062
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/quick.ts)_
|
|
8063
8063
|
|
|
8064
8064
|
## `sf project deploy report`
|
|
8065
8065
|
|
|
@@ -8151,7 +8151,7 @@ FLAG DESCRIPTIONS
|
|
|
8151
8151
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8152
8152
|
```
|
|
8153
8153
|
|
|
8154
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8154
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/report.ts)_
|
|
8155
8155
|
|
|
8156
8156
|
## `sf project deploy resume`
|
|
8157
8157
|
|
|
@@ -8248,7 +8248,7 @@ ERROR CODES
|
|
|
8248
8248
|
Canceling (69) The deploy is being canceled.
|
|
8249
8249
|
```
|
|
8250
8250
|
|
|
8251
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8251
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/resume.ts)_
|
|
8252
8252
|
|
|
8253
8253
|
## `sf project deploy start`
|
|
8254
8254
|
|
|
@@ -8501,7 +8501,7 @@ ERROR CODES
|
|
|
8501
8501
|
Canceling (69) The deploy is being canceled.
|
|
8502
8502
|
```
|
|
8503
8503
|
|
|
8504
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8504
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/start.ts)_
|
|
8505
8505
|
|
|
8506
8506
|
## `sf project deploy validate`
|
|
8507
8507
|
|
|
@@ -8691,7 +8691,7 @@ ERROR CODES
|
|
|
8691
8691
|
Canceling (69) The deploy is being canceled.
|
|
8692
8692
|
```
|
|
8693
8693
|
|
|
8694
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8694
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/deploy/validate.ts)_
|
|
8695
8695
|
|
|
8696
8696
|
## `sf project generate`
|
|
8697
8697
|
|
|
@@ -8892,7 +8892,7 @@ EXAMPLES
|
|
|
8892
8892
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8893
8893
|
```
|
|
8894
8894
|
|
|
8895
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8895
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/generate/manifest.ts)_
|
|
8896
8896
|
|
|
8897
8897
|
## `sf project list ignored`
|
|
8898
8898
|
|
|
@@ -8934,7 +8934,7 @@ EXAMPLES
|
|
|
8934
8934
|
$ sf project list ignored --source-dir package.xml
|
|
8935
8935
|
```
|
|
8936
8936
|
|
|
8937
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8937
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/list/ignored.ts)_
|
|
8938
8938
|
|
|
8939
8939
|
## `sf project reset tracking`
|
|
8940
8940
|
|
|
@@ -8983,7 +8983,7 @@ EXAMPLES
|
|
|
8983
8983
|
$ sf project reset tracking --revision 30
|
|
8984
8984
|
```
|
|
8985
8985
|
|
|
8986
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8986
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/reset/tracking.ts)_
|
|
8987
8987
|
|
|
8988
8988
|
## `sf project retrieve preview`
|
|
8989
8989
|
|
|
@@ -9037,7 +9037,7 @@ FLAG DESCRIPTIONS
|
|
|
9037
9037
|
production orgs.
|
|
9038
9038
|
```
|
|
9039
9039
|
|
|
9040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9040
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/retrieve/preview.ts)_
|
|
9041
9041
|
|
|
9042
9042
|
## `sf project retrieve start`
|
|
9043
9043
|
|
|
@@ -9218,7 +9218,7 @@ ENVIRONMENT VARIABLES
|
|
|
9218
9218
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9219
9219
|
```
|
|
9220
9220
|
|
|
9221
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9221
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.38/src/commands/project/retrieve/start.ts)_
|
|
9222
9222
|
|
|
9223
9223
|
## `sf schema generate field`
|
|
9224
9224
|
|