@salesforce/cli 2.73.1 → 2.73.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 +57 -57
- package/npm-shrinkwrap.json +132 -132
- package/oclif.lock +41 -41
- package/oclif.manifest.json +372 -372
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.73.
|
|
27
|
+
@salesforce/cli/2.73.3 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -213,7 +213,7 @@ EXAMPLES
|
|
|
213
213
|
$ sf alias list
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
216
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/alias/list.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf alias set`
|
|
219
219
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
265
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/alias/set.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf alias unset`
|
|
268
268
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
$ sf alias unset --all [--no-prompt]
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
305
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/alias/unset.ts)_
|
|
306
306
|
|
|
307
307
|
## `sf analytics generate template`
|
|
308
308
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.16/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -1132,7 +1132,7 @@ CONFIGURATION VARIABLES
|
|
|
1132
1132
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1133
1133
|
```
|
|
1134
1134
|
|
|
1135
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1135
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/config/get.ts)_
|
|
1136
1136
|
|
|
1137
1137
|
## `sf config list`
|
|
1138
1138
|
|
|
@@ -1172,7 +1172,7 @@ EXAMPLES
|
|
|
1172
1172
|
$ sf config list
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1175
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/config/list.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `sf config set`
|
|
1178
1178
|
|
|
@@ -1241,7 +1241,7 @@ CONFIGURATION VARIABLES
|
|
|
1241
1241
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1242
1242
|
```
|
|
1243
1243
|
|
|
1244
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1244
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/config/set.ts)_
|
|
1245
1245
|
|
|
1246
1246
|
## `sf config unset`
|
|
1247
1247
|
|
|
@@ -1291,7 +1291,7 @@ CONFIGURATION VARIABLES
|
|
|
1291
1291
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1292
1292
|
```
|
|
1293
1293
|
|
|
1294
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1294
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.10/src/commands/config/unset.ts)_
|
|
1295
1295
|
|
|
1296
1296
|
## `sf data bulk results`
|
|
1297
1297
|
|
|
@@ -2651,7 +2651,7 @@ DESCRIPTION
|
|
|
2651
2651
|
Display help for sf.
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2654
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.21/src/commands/help.ts)_
|
|
2655
2655
|
|
|
2656
2656
|
## `sf info releasenotes display`
|
|
2657
2657
|
|
|
@@ -3855,7 +3855,7 @@ EXAMPLES
|
|
|
3855
3855
|
$ sf org list auth
|
|
3856
3856
|
```
|
|
3857
3857
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/list/auth.ts)_
|
|
3859
3859
|
|
|
3860
3860
|
## `sf org list limits`
|
|
3861
3861
|
|
|
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4155
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4156
|
```
|
|
4157
4157
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4158
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/access-token.ts)_
|
|
4159
4159
|
|
|
4160
4160
|
## `sf org login device`
|
|
4161
4161
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4218
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/device.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org login jwt`
|
|
4221
4221
|
|
|
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4306
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4307
|
```
|
|
4308
4308
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4309
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/jwt.ts)_
|
|
4310
4310
|
|
|
4311
4311
|
## `sf org login sfdx-url`
|
|
4312
4312
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4379
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org login web`
|
|
4382
4382
|
|
|
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4463
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4464
|
```
|
|
4465
4465
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4466
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/web.ts)_
|
|
4467
4467
|
|
|
4468
4468
|
## `sf org logout`
|
|
4469
4469
|
|
|
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4524
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4525
|
```
|
|
4526
4526
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4527
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/logout.ts)_
|
|
4528
4528
|
|
|
4529
4529
|
## `sf org open`
|
|
4530
4530
|
|
|
@@ -4917,7 +4917,7 @@ FLAG DESCRIPTIONS
|
|
|
4917
4917
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4918
4918
|
```
|
|
4919
4919
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/create.ts)_
|
|
4921
4921
|
|
|
4922
4922
|
## `sf package delete`
|
|
4923
4923
|
|
|
@@ -4959,7 +4959,7 @@ EXAMPLES
|
|
|
4959
4959
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4960
4960
|
```
|
|
4961
4961
|
|
|
4962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/delete.ts)_
|
|
4963
4963
|
|
|
4964
4964
|
## `sf package install`
|
|
4965
4965
|
|
|
@@ -5058,7 +5058,7 @@ FLAG DESCRIPTIONS
|
|
|
5058
5058
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5059
5059
|
```
|
|
5060
5060
|
|
|
5061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/install.ts)_
|
|
5062
5062
|
|
|
5063
5063
|
## `sf package install report`
|
|
5064
5064
|
|
|
@@ -5091,7 +5091,7 @@ EXAMPLES
|
|
|
5091
5091
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5092
5092
|
```
|
|
5093
5093
|
|
|
5094
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5094
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/install/report.ts)_
|
|
5095
5095
|
|
|
5096
5096
|
## `sf package installed list`
|
|
5097
5097
|
|
|
@@ -5123,7 +5123,7 @@ EXAMPLES
|
|
|
5123
5123
|
$ sf package installed list --target-org me@example.com
|
|
5124
5124
|
```
|
|
5125
5125
|
|
|
5126
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5126
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/installed/list.ts)_
|
|
5127
5127
|
|
|
5128
5128
|
## `sf package list`
|
|
5129
5129
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5164
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/list.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf package uninstall`
|
|
5167
5167
|
|
|
@@ -5209,7 +5209,7 @@ EXAMPLES
|
|
|
5209
5209
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5210
5210
|
```
|
|
5211
5211
|
|
|
5212
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5212
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/uninstall.ts)_
|
|
5213
5213
|
|
|
5214
5214
|
## `sf package uninstall report`
|
|
5215
5215
|
|
|
@@ -5242,7 +5242,7 @@ EXAMPLES
|
|
|
5242
5242
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5243
5243
|
```
|
|
5244
5244
|
|
|
5245
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5245
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/uninstall/report.ts)_
|
|
5246
5246
|
|
|
5247
5247
|
## `sf package update`
|
|
5248
5248
|
|
|
@@ -5297,7 +5297,7 @@ FLAG DESCRIPTIONS
|
|
|
5297
5297
|
associated with your package.
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5300
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/update.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf package version create`
|
|
5303
5303
|
|
|
@@ -5472,7 +5472,7 @@ FLAG DESCRIPTIONS
|
|
|
5472
5472
|
periods of no output from commands.
|
|
5473
5473
|
```
|
|
5474
5474
|
|
|
5475
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5475
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/create.ts)_
|
|
5476
5476
|
|
|
5477
5477
|
## `sf package version create list`
|
|
5478
5478
|
|
|
@@ -5533,7 +5533,7 @@ EXAMPLES
|
|
|
5533
5533
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5534
5534
|
```
|
|
5535
5535
|
|
|
5536
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5536
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/create/list.ts)_
|
|
5537
5537
|
|
|
5538
5538
|
## `sf package version create report`
|
|
5539
5539
|
|
|
@@ -5576,7 +5576,7 @@ EXAMPLES
|
|
|
5576
5576
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5577
5577
|
```
|
|
5578
5578
|
|
|
5579
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5579
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/create/report.ts)_
|
|
5580
5580
|
|
|
5581
5581
|
## `sf package version delete`
|
|
5582
5582
|
|
|
@@ -5617,7 +5617,7 @@ EXAMPLES
|
|
|
5617
5617
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5618
5618
|
```
|
|
5619
5619
|
|
|
5620
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5620
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/delete.ts)_
|
|
5621
5621
|
|
|
5622
5622
|
## `sf package version displayancestry`
|
|
5623
5623
|
|
|
@@ -5677,7 +5677,7 @@ FLAG DESCRIPTIONS
|
|
|
5677
5677
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5678
5678
|
```
|
|
5679
5679
|
|
|
5680
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5680
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/displayancestry.ts)_
|
|
5681
5681
|
|
|
5682
5682
|
## `sf package version list`
|
|
5683
5683
|
|
|
@@ -5753,7 +5753,7 @@ EXAMPLES
|
|
|
5753
5753
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5754
5754
|
```
|
|
5755
5755
|
|
|
5756
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5756
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/list.ts)_
|
|
5757
5757
|
|
|
5758
5758
|
## `sf package version promote`
|
|
5759
5759
|
|
|
@@ -5797,7 +5797,7 @@ EXAMPLES
|
|
|
5797
5797
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5798
5798
|
```
|
|
5799
5799
|
|
|
5800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5800
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/promote.ts)_
|
|
5801
5801
|
|
|
5802
5802
|
## `sf package version report`
|
|
5803
5803
|
|
|
@@ -5837,7 +5837,7 @@ EXAMPLES
|
|
|
5837
5837
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5838
5838
|
```
|
|
5839
5839
|
|
|
5840
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5840
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/report.ts)_
|
|
5841
5841
|
|
|
5842
5842
|
## `sf package version update`
|
|
5843
5843
|
|
|
@@ -5890,7 +5890,7 @@ EXAMPLES
|
|
|
5890
5890
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5891
5891
|
```
|
|
5892
5892
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5893
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package/version/update.ts)_
|
|
5894
5894
|
|
|
5895
5895
|
## `sf package1 version create`
|
|
5896
5896
|
|
|
@@ -5957,7 +5957,7 @@ FLAG DESCRIPTIONS
|
|
|
5957
5957
|
subscribers.
|
|
5958
5958
|
```
|
|
5959
5959
|
|
|
5960
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5960
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package1/version/create.ts)_
|
|
5961
5961
|
|
|
5962
5962
|
## `sf package1 version create get`
|
|
5963
5963
|
|
|
@@ -5990,7 +5990,7 @@ EXAMPLES
|
|
|
5990
5990
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5991
5991
|
```
|
|
5992
5992
|
|
|
5993
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5993
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package1/version/create/get.ts)_
|
|
5994
5994
|
|
|
5995
5995
|
## `sf package1 version display`
|
|
5996
5996
|
|
|
@@ -6024,7 +6024,7 @@ EXAMPLES
|
|
|
6024
6024
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package1/version/display.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf package1 version list`
|
|
6030
6030
|
|
|
@@ -6062,7 +6062,7 @@ FLAG DESCRIPTIONS
|
|
|
6062
6062
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6063
6063
|
```
|
|
6064
6064
|
|
|
6065
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6065
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.11/src/commands/package1/version/list.ts)_
|
|
6066
6066
|
|
|
6067
6067
|
## `sf plugins`
|
|
6068
6068
|
|
|
@@ -6363,7 +6363,7 @@ FLAG DESCRIPTIONS
|
|
|
6363
6363
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6364
6364
|
```
|
|
6365
6365
|
|
|
6366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/convert/mdapi.ts)_
|
|
6367
6367
|
|
|
6368
6368
|
## `sf project convert source`
|
|
6369
6369
|
|
|
@@ -6436,7 +6436,7 @@ FLAG DESCRIPTIONS
|
|
|
6436
6436
|
Override the api version used for api requests made by this command
|
|
6437
6437
|
```
|
|
6438
6438
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6439
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/convert/source.ts)_
|
|
6440
6440
|
|
|
6441
6441
|
## `sf project convert source-behavior`
|
|
6442
6442
|
|
|
@@ -6494,7 +6494,7 @@ EXAMPLES
|
|
|
6494
6494
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6495
6495
|
```
|
|
6496
6496
|
|
|
6497
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6497
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/convert/source-behavior.ts)_
|
|
6498
6498
|
|
|
6499
6499
|
## `sf project delete source`
|
|
6500
6500
|
|
|
@@ -6634,7 +6634,7 @@ FLAG DESCRIPTIONS
|
|
|
6634
6634
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6635
6635
|
```
|
|
6636
6636
|
|
|
6637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/delete/source.ts)_
|
|
6638
6638
|
|
|
6639
6639
|
## `sf project delete tracking`
|
|
6640
6640
|
|
|
@@ -6671,7 +6671,7 @@ EXAMPLES
|
|
|
6671
6671
|
$ sf project delete tracking --target-org my-scratch
|
|
6672
6672
|
```
|
|
6673
6673
|
|
|
6674
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6674
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/delete/tracking.ts)_
|
|
6675
6675
|
|
|
6676
6676
|
## `sf project deploy cancel`
|
|
6677
6677
|
|
|
@@ -6743,7 +6743,7 @@ FLAG DESCRIPTIONS
|
|
|
6743
6743
|
project deploy report".
|
|
6744
6744
|
```
|
|
6745
6745
|
|
|
6746
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6746
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/cancel.ts)_
|
|
6747
6747
|
|
|
6748
6748
|
## `sf project deploy preview`
|
|
6749
6749
|
|
|
@@ -6826,7 +6826,7 @@ FLAG DESCRIPTIONS
|
|
|
6826
6826
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6827
6827
|
```
|
|
6828
6828
|
|
|
6829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/preview.ts)_
|
|
6830
6830
|
|
|
6831
6831
|
## `sf project deploy quick`
|
|
6832
6832
|
|
|
@@ -6919,7 +6919,7 @@ ERROR CODES
|
|
|
6919
6919
|
Canceling (69) The deploy is being canceled.
|
|
6920
6920
|
```
|
|
6921
6921
|
|
|
6922
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
6922
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/quick.ts)_
|
|
6923
6923
|
|
|
6924
6924
|
## `sf project deploy report`
|
|
6925
6925
|
|
|
@@ -7011,7 +7011,7 @@ FLAG DESCRIPTIONS
|
|
|
7011
7011
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7012
7012
|
```
|
|
7013
7013
|
|
|
7014
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7014
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/report.ts)_
|
|
7015
7015
|
|
|
7016
7016
|
## `sf project deploy resume`
|
|
7017
7017
|
|
|
@@ -7108,7 +7108,7 @@ ERROR CODES
|
|
|
7108
7108
|
Canceling (69) The deploy is being canceled.
|
|
7109
7109
|
```
|
|
7110
7110
|
|
|
7111
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7111
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/resume.ts)_
|
|
7112
7112
|
|
|
7113
7113
|
## `sf project deploy start`
|
|
7114
7114
|
|
|
@@ -7361,7 +7361,7 @@ ERROR CODES
|
|
|
7361
7361
|
Canceling (69) The deploy is being canceled.
|
|
7362
7362
|
```
|
|
7363
7363
|
|
|
7364
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7364
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/start.ts)_
|
|
7365
7365
|
|
|
7366
7366
|
## `sf project deploy validate`
|
|
7367
7367
|
|
|
@@ -7551,7 +7551,7 @@ ERROR CODES
|
|
|
7551
7551
|
Canceling (69) The deploy is being canceled.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7554
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/deploy/validate.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `sf project generate`
|
|
7557
7557
|
|
|
@@ -7752,7 +7752,7 @@ EXAMPLES
|
|
|
7752
7752
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7753
7753
|
```
|
|
7754
7754
|
|
|
7755
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7755
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/generate/manifest.ts)_
|
|
7756
7756
|
|
|
7757
7757
|
## `sf project list ignored`
|
|
7758
7758
|
|
|
@@ -7794,7 +7794,7 @@ EXAMPLES
|
|
|
7794
7794
|
$ sf project list ignored --source-dir package.xml
|
|
7795
7795
|
```
|
|
7796
7796
|
|
|
7797
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7797
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/list/ignored.ts)_
|
|
7798
7798
|
|
|
7799
7799
|
## `sf project reset tracking`
|
|
7800
7800
|
|
|
@@ -7843,7 +7843,7 @@ EXAMPLES
|
|
|
7843
7843
|
$ sf project reset tracking --revision 30
|
|
7844
7844
|
```
|
|
7845
7845
|
|
|
7846
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7846
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/reset/tracking.ts)_
|
|
7847
7847
|
|
|
7848
7848
|
## `sf project retrieve preview`
|
|
7849
7849
|
|
|
@@ -7897,7 +7897,7 @@ FLAG DESCRIPTIONS
|
|
|
7897
7897
|
production orgs.
|
|
7898
7898
|
```
|
|
7899
7899
|
|
|
7900
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
7900
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/retrieve/preview.ts)_
|
|
7901
7901
|
|
|
7902
7902
|
## `sf project retrieve start`
|
|
7903
7903
|
|
|
@@ -8074,7 +8074,7 @@ ENVIRONMENT VARIABLES
|
|
|
8074
8074
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8075
8075
|
```
|
|
8076
8076
|
|
|
8077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.
|
|
8077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.3/src/commands/project/retrieve/start.ts)_
|
|
8078
8078
|
|
|
8079
8079
|
## `sf schema generate field`
|
|
8080
8080
|
|
|
@@ -8487,7 +8487,7 @@ FLAG DESCRIPTIONS
|
|
|
8487
8487
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8488
8488
|
```
|
|
8489
8489
|
|
|
8490
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8490
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.20/src/commands/version.ts)_
|
|
8491
8491
|
|
|
8492
8492
|
## `sf visualforce generate component`
|
|
8493
8493
|
|