@salesforce/cli 2.26.8 → 2.26.10
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 +67 -67
- package/npm-shrinkwrap.json +14501 -16456
- package/oclif.manifest.json +82 -82
- package/package.json +12 -12
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.26.
|
|
27
|
+
@salesforce/cli/2.26.10 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
$ sf alias list
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
201
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/alias/list.ts)_
|
|
202
202
|
|
|
203
203
|
## `sf alias set`
|
|
204
204
|
|
|
@@ -246,7 +246,7 @@ EXAMPLES
|
|
|
246
246
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
249
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/alias/set.ts)_
|
|
250
250
|
|
|
251
251
|
## `sf alias unset`
|
|
252
252
|
|
|
@@ -285,7 +285,7 @@ EXAMPLES
|
|
|
285
285
|
$ sf alias unset --all [--no-prompt]
|
|
286
286
|
```
|
|
287
287
|
|
|
288
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
288
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/alias/unset.ts)_
|
|
289
289
|
|
|
290
290
|
## `sf analytics generate template`
|
|
291
291
|
|
|
@@ -899,7 +899,7 @@ CONFIGURATION VARIABLES
|
|
|
899
899
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
900
900
|
```
|
|
901
901
|
|
|
902
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
902
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/config/get.ts)_
|
|
903
903
|
|
|
904
904
|
## `sf config list`
|
|
905
905
|
|
|
@@ -938,7 +938,7 @@ EXAMPLES
|
|
|
938
938
|
$ sf config list
|
|
939
939
|
```
|
|
940
940
|
|
|
941
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
941
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/config/list.ts)_
|
|
942
942
|
|
|
943
943
|
## `sf config set`
|
|
944
944
|
|
|
@@ -1005,7 +1005,7 @@ CONFIGURATION VARIABLES
|
|
|
1005
1005
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1008
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/config/set.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `sf config unset`
|
|
1011
1011
|
|
|
@@ -1053,7 +1053,7 @@ CONFIGURATION VARIABLES
|
|
|
1053
1053
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1056
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/config/unset.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `sf data create record`
|
|
1059
1059
|
|
|
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
|
|
|
2421
2421
|
sandbox.
|
|
2422
2422
|
```
|
|
2423
2423
|
|
|
2424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/create/sandbox.ts)_
|
|
2425
2425
|
|
|
2426
2426
|
## `sf org create scratch`
|
|
2427
2427
|
|
|
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
|
|
|
2574
2574
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2575
2575
|
```
|
|
2576
2576
|
|
|
2577
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/create/scratch.ts)_
|
|
2578
2578
|
|
|
2579
2579
|
## `sf org create user`
|
|
2580
2580
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/delete/sandbox.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf org delete scratch`
|
|
2723
2723
|
|
|
@@ -2759,7 +2759,7 @@ EXAMPLES
|
|
|
2759
2759
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/delete/scratch.ts)_
|
|
2763
2763
|
|
|
2764
2764
|
## `sf org disable tracking`
|
|
2765
2765
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf org disable tracking
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2800
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/disable/tracking.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf org display`
|
|
2803
2803
|
|
|
@@ -2841,7 +2841,7 @@ EXAMPLES
|
|
|
2841
2841
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2842
2842
|
```
|
|
2843
2843
|
|
|
2844
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/display.ts)_
|
|
2845
2845
|
|
|
2846
2846
|
## `sf org display user`
|
|
2847
2847
|
|
|
@@ -2920,7 +2920,7 @@ EXAMPLES
|
|
|
2920
2920
|
$ sf org enable tracking
|
|
2921
2921
|
```
|
|
2922
2922
|
|
|
2923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/enable/tracking.ts)_
|
|
2924
2924
|
|
|
2925
2925
|
## `sf org generate password`
|
|
2926
2926
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ sf org list --clean
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3026
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/list.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org list auth`
|
|
3029
3029
|
|
|
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
|
|
|
3158
3158
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3159
3159
|
```
|
|
3160
3160
|
|
|
3161
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3161
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/list/metadata.ts)_
|
|
3162
3162
|
|
|
3163
3163
|
## `sf org list metadata-types`
|
|
3164
3164
|
|
|
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
|
|
|
3212
3212
|
Override the api version used for api requests made by this command
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/list/metadata-types.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf org list sobject record-counts`
|
|
3218
3218
|
|
|
@@ -3778,7 +3778,7 @@ EXAMPLES
|
|
|
3778
3778
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3779
3779
|
```
|
|
3780
3780
|
|
|
3781
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3781
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/open.ts)_
|
|
3782
3782
|
|
|
3783
3783
|
## `sf org resume sandbox`
|
|
3784
3784
|
|
|
@@ -3840,7 +3840,7 @@ FLAG DESCRIPTIONS
|
|
|
3840
3840
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3841
3841
|
```
|
|
3842
3842
|
|
|
3843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/resume/sandbox.ts)_
|
|
3844
3844
|
|
|
3845
3845
|
## `sf org resume scratch`
|
|
3846
3846
|
|
|
@@ -3886,7 +3886,7 @@ FLAG DESCRIPTIONS
|
|
|
3886
3886
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3887
3887
|
```
|
|
3888
3888
|
|
|
3889
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.8/src/commands/org/resume/scratch.ts)_
|
|
3890
3890
|
|
|
3891
3891
|
## `sf package1 version create`
|
|
3892
3892
|
|
|
@@ -3952,7 +3952,7 @@ FLAG DESCRIPTIONS
|
|
|
3952
3952
|
subscribers.
|
|
3953
3953
|
```
|
|
3954
3954
|
|
|
3955
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
3955
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package1/version/create.ts)_
|
|
3956
3956
|
|
|
3957
3957
|
## `sf package1 version create get`
|
|
3958
3958
|
|
|
@@ -3984,7 +3984,7 @@ EXAMPLES
|
|
|
3984
3984
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
3985
3985
|
```
|
|
3986
3986
|
|
|
3987
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
3987
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package1/version/create/get.ts)_
|
|
3988
3988
|
|
|
3989
3989
|
## `sf package1 version display`
|
|
3990
3990
|
|
|
@@ -4017,7 +4017,7 @@ EXAMPLES
|
|
|
4017
4017
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package1/version/display.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf package1 version list`
|
|
4023
4023
|
|
|
@@ -4054,7 +4054,7 @@ FLAG DESCRIPTIONS
|
|
|
4054
4054
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
4055
4055
|
```
|
|
4056
4056
|
|
|
4057
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4057
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package1/version/list.ts)_
|
|
4058
4058
|
|
|
4059
4059
|
## `sf package create`
|
|
4060
4060
|
|
|
@@ -4132,7 +4132,7 @@ FLAG DESCRIPTIONS
|
|
|
4132
4132
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4133
4133
|
```
|
|
4134
4134
|
|
|
4135
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4135
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/create.ts)_
|
|
4136
4136
|
|
|
4137
4137
|
## `sf package delete`
|
|
4138
4138
|
|
|
@@ -4173,7 +4173,7 @@ EXAMPLES
|
|
|
4173
4173
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4174
4174
|
```
|
|
4175
4175
|
|
|
4176
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4176
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/delete.ts)_
|
|
4177
4177
|
|
|
4178
4178
|
## `sf package install`
|
|
4179
4179
|
|
|
@@ -4271,7 +4271,7 @@ FLAG DESCRIPTIONS
|
|
|
4271
4271
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4272
4272
|
```
|
|
4273
4273
|
|
|
4274
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4274
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/install.ts)_
|
|
4275
4275
|
|
|
4276
4276
|
## `sf package install report`
|
|
4277
4277
|
|
|
@@ -4303,7 +4303,7 @@ EXAMPLES
|
|
|
4303
4303
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4304
4304
|
```
|
|
4305
4305
|
|
|
4306
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4306
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/install/report.ts)_
|
|
4307
4307
|
|
|
4308
4308
|
## `sf package installed list`
|
|
4309
4309
|
|
|
@@ -4334,7 +4334,7 @@ EXAMPLES
|
|
|
4334
4334
|
$ sf package installed list --target-org me@example.com
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4337
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/installed/list.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf package list`
|
|
4340
4340
|
|
|
@@ -4371,7 +4371,7 @@ EXAMPLES
|
|
|
4371
4371
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4372
4372
|
```
|
|
4373
4373
|
|
|
4374
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4374
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/list.ts)_
|
|
4375
4375
|
|
|
4376
4376
|
## `sf package uninstall`
|
|
4377
4377
|
|
|
@@ -4418,7 +4418,7 @@ EXAMPLES
|
|
|
4418
4418
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4419
4419
|
```
|
|
4420
4420
|
|
|
4421
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4421
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/uninstall.ts)_
|
|
4422
4422
|
|
|
4423
4423
|
## `sf package uninstall report`
|
|
4424
4424
|
|
|
@@ -4450,7 +4450,7 @@ EXAMPLES
|
|
|
4450
4450
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4451
4451
|
```
|
|
4452
4452
|
|
|
4453
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4453
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/uninstall/report.ts)_
|
|
4454
4454
|
|
|
4455
4455
|
## `sf package update`
|
|
4456
4456
|
|
|
@@ -4504,7 +4504,7 @@ FLAG DESCRIPTIONS
|
|
|
4504
4504
|
associated with your package.
|
|
4505
4505
|
```
|
|
4506
4506
|
|
|
4507
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4507
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/update.ts)_
|
|
4508
4508
|
|
|
4509
4509
|
## `sf package version create`
|
|
4510
4510
|
|
|
@@ -4659,7 +4659,7 @@ FLAG DESCRIPTIONS
|
|
|
4659
4659
|
periods of no output from commands.
|
|
4660
4660
|
```
|
|
4661
4661
|
|
|
4662
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4662
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/create.ts)_
|
|
4663
4663
|
|
|
4664
4664
|
## `sf package version create list`
|
|
4665
4665
|
|
|
@@ -4719,7 +4719,7 @@ EXAMPLES
|
|
|
4719
4719
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4720
4720
|
```
|
|
4721
4721
|
|
|
4722
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4722
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/create/list.ts)_
|
|
4723
4723
|
|
|
4724
4724
|
## `sf package version create report`
|
|
4725
4725
|
|
|
@@ -4761,7 +4761,7 @@ EXAMPLES
|
|
|
4761
4761
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4762
4762
|
```
|
|
4763
4763
|
|
|
4764
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4764
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/create/report.ts)_
|
|
4765
4765
|
|
|
4766
4766
|
## `sf package version delete`
|
|
4767
4767
|
|
|
@@ -4799,7 +4799,7 @@ EXAMPLES
|
|
|
4799
4799
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4800
4800
|
```
|
|
4801
4801
|
|
|
4802
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4802
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/delete.ts)_
|
|
4803
4803
|
|
|
4804
4804
|
## `sf package version displayancestry`
|
|
4805
4805
|
|
|
@@ -4857,7 +4857,7 @@ FLAG DESCRIPTIONS
|
|
|
4857
4857
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
4858
4858
|
```
|
|
4859
4859
|
|
|
4860
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4860
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/displayancestry.ts)_
|
|
4861
4861
|
|
|
4862
4862
|
## `sf package version list`
|
|
4863
4863
|
|
|
@@ -4925,7 +4925,7 @@ EXAMPLES
|
|
|
4925
4925
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
4926
4926
|
```
|
|
4927
4927
|
|
|
4928
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4928
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/list.ts)_
|
|
4929
4929
|
|
|
4930
4930
|
## `sf package version promote`
|
|
4931
4931
|
|
|
@@ -4968,7 +4968,7 @@ EXAMPLES
|
|
|
4968
4968
|
$ sf package version promote --package "Awesome Package Alias"
|
|
4969
4969
|
```
|
|
4970
4970
|
|
|
4971
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4971
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/promote.ts)_
|
|
4972
4972
|
|
|
4973
4973
|
## `sf package version report`
|
|
4974
4974
|
|
|
@@ -5007,7 +5007,7 @@ EXAMPLES
|
|
|
5007
5007
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5008
5008
|
```
|
|
5009
5009
|
|
|
5010
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
5010
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/report.ts)_
|
|
5011
5011
|
|
|
5012
5012
|
## `sf package version update`
|
|
5013
5013
|
|
|
@@ -5059,7 +5059,7 @@ EXAMPLES
|
|
|
5059
5059
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5060
5060
|
```
|
|
5061
5061
|
|
|
5062
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
5062
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.3/src/commands/package/version/update.ts)_
|
|
5063
5063
|
|
|
5064
5064
|
## `sf plugins`
|
|
5065
5065
|
|
|
@@ -5082,7 +5082,7 @@ EXAMPLES
|
|
|
5082
5082
|
$ sf plugins
|
|
5083
5083
|
```
|
|
5084
5084
|
|
|
5085
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5085
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/index.ts)_
|
|
5086
5086
|
|
|
5087
5087
|
## `sf plugins discover`
|
|
5088
5088
|
|
|
@@ -5126,7 +5126,7 @@ EXAMPLES
|
|
|
5126
5126
|
$ sf plugins inspect myplugin
|
|
5127
5127
|
```
|
|
5128
5128
|
|
|
5129
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5129
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/inspect.ts)_
|
|
5130
5130
|
|
|
5131
5131
|
## `sf plugins:install PLUGIN...`
|
|
5132
5132
|
|
|
@@ -5170,7 +5170,7 @@ EXAMPLES
|
|
|
5170
5170
|
$ sf plugins install someuser/someplugin
|
|
5171
5171
|
```
|
|
5172
5172
|
|
|
5173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/install.ts)_
|
|
5174
5174
|
|
|
5175
5175
|
## `sf plugins:link PLUGIN`
|
|
5176
5176
|
|
|
@@ -5200,7 +5200,7 @@ EXAMPLES
|
|
|
5200
5200
|
$ sf plugins link myplugin
|
|
5201
5201
|
```
|
|
5202
5202
|
|
|
5203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/link.ts)_
|
|
5204
5204
|
|
|
5205
5205
|
## `sf plugins reset`
|
|
5206
5206
|
|
|
@@ -5211,7 +5211,7 @@ USAGE
|
|
|
5211
5211
|
$ sf plugins reset
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5214
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/reset.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf plugins trust verify`
|
|
5217
5217
|
|
|
@@ -5267,7 +5267,7 @@ EXAMPLES
|
|
|
5267
5267
|
$ sf plugins uninstall myplugin
|
|
5268
5268
|
```
|
|
5269
5269
|
|
|
5270
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5270
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/uninstall.ts)_
|
|
5271
5271
|
|
|
5272
5272
|
## `sf plugins update`
|
|
5273
5273
|
|
|
@@ -5285,7 +5285,7 @@ DESCRIPTION
|
|
|
5285
5285
|
Update installed plugins.
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.21/src/commands/plugins/update.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf project convert mdapi`
|
|
5291
5291
|
|
|
@@ -5347,7 +5347,7 @@ FLAG DESCRIPTIONS
|
|
|
5347
5347
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5348
5348
|
```
|
|
5349
5349
|
|
|
5350
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5350
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/convert/mdapi.ts)_
|
|
5351
5351
|
|
|
5352
5352
|
## `sf project convert source`
|
|
5353
5353
|
|
|
@@ -5359,7 +5359,7 @@ USAGE
|
|
|
5359
5359
|
<value> | -m <value>]
|
|
5360
5360
|
|
|
5361
5361
|
FLAGS
|
|
5362
|
-
-d, --output-dir=<value> [default:
|
|
5362
|
+
-d, --output-dir=<value> [default: metadataPackage_1706045501458] Output directory to store the Metadata
|
|
5363
5363
|
API–formatted files in.
|
|
5364
5364
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5365
5365
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5419,7 +5419,7 @@ FLAG DESCRIPTIONS
|
|
|
5419
5419
|
Override the api version used for api requests made by this command
|
|
5420
5420
|
```
|
|
5421
5421
|
|
|
5422
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5422
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/convert/source.ts)_
|
|
5423
5423
|
|
|
5424
5424
|
## `sf project delete source`
|
|
5425
5425
|
|
|
@@ -5558,7 +5558,7 @@ FLAG DESCRIPTIONS
|
|
|
5558
5558
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5559
5559
|
```
|
|
5560
5560
|
|
|
5561
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5561
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/delete/source.ts)_
|
|
5562
5562
|
|
|
5563
5563
|
## `sf project delete tracking`
|
|
5564
5564
|
|
|
@@ -5594,7 +5594,7 @@ EXAMPLES
|
|
|
5594
5594
|
$ sf project delete tracking --target-org my-scratch
|
|
5595
5595
|
```
|
|
5596
5596
|
|
|
5597
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5597
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/delete/tracking.ts)_
|
|
5598
5598
|
|
|
5599
5599
|
## `sf project deploy cancel`
|
|
5600
5600
|
|
|
@@ -5664,7 +5664,7 @@ FLAG DESCRIPTIONS
|
|
|
5664
5664
|
project deploy report".
|
|
5665
5665
|
```
|
|
5666
5666
|
|
|
5667
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5667
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/cancel.ts)_
|
|
5668
5668
|
|
|
5669
5669
|
## `sf project deploy preview`
|
|
5670
5670
|
|
|
@@ -5748,7 +5748,7 @@ FLAG DESCRIPTIONS
|
|
|
5748
5748
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5749
5749
|
```
|
|
5750
5750
|
|
|
5751
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5751
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/preview.ts)_
|
|
5752
5752
|
|
|
5753
5753
|
## `sf project deploy quick`
|
|
5754
5754
|
|
|
@@ -5841,7 +5841,7 @@ ERROR CODES
|
|
|
5841
5841
|
Canceling (69) The deploy is being canceled.
|
|
5842
5842
|
```
|
|
5843
5843
|
|
|
5844
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5844
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/quick.ts)_
|
|
5845
5845
|
|
|
5846
5846
|
## `sf project deploy report`
|
|
5847
5847
|
|
|
@@ -5936,7 +5936,7 @@ FLAG DESCRIPTIONS
|
|
|
5936
5936
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5937
5937
|
```
|
|
5938
5938
|
|
|
5939
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5939
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/report.ts)_
|
|
5940
5940
|
|
|
5941
5941
|
## `sf project deploy resume`
|
|
5942
5942
|
|
|
@@ -6032,7 +6032,7 @@ ERROR CODES
|
|
|
6032
6032
|
Canceling (69) The deploy is being canceled.
|
|
6033
6033
|
```
|
|
6034
6034
|
|
|
6035
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6035
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/resume.ts)_
|
|
6036
6036
|
|
|
6037
6037
|
## `sf project deploy start`
|
|
6038
6038
|
|
|
@@ -6261,7 +6261,7 @@ ERROR CODES
|
|
|
6261
6261
|
Canceling (69) The deploy is being canceled.
|
|
6262
6262
|
```
|
|
6263
6263
|
|
|
6264
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6264
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/start.ts)_
|
|
6265
6265
|
|
|
6266
6266
|
## `sf project deploy validate`
|
|
6267
6267
|
|
|
@@ -6440,7 +6440,7 @@ ERROR CODES
|
|
|
6440
6440
|
Canceling (69) The deploy is being canceled.
|
|
6441
6441
|
```
|
|
6442
6442
|
|
|
6443
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6443
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/deploy/validate.ts)_
|
|
6444
6444
|
|
|
6445
6445
|
## `sf project generate`
|
|
6446
6446
|
|
|
@@ -6619,7 +6619,7 @@ EXAMPLES
|
|
|
6619
6619
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6620
6620
|
```
|
|
6621
6621
|
|
|
6622
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6622
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/generate/manifest.ts)_
|
|
6623
6623
|
|
|
6624
6624
|
## `sf project list ignored`
|
|
6625
6625
|
|
|
@@ -6660,7 +6660,7 @@ EXAMPLES
|
|
|
6660
6660
|
$ sf project list ignored --source-dir package.xml
|
|
6661
6661
|
```
|
|
6662
6662
|
|
|
6663
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6663
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/list/ignored.ts)_
|
|
6664
6664
|
|
|
6665
6665
|
## `sf project reset tracking`
|
|
6666
6666
|
|
|
@@ -6708,7 +6708,7 @@ EXAMPLES
|
|
|
6708
6708
|
$ sf project reset tracking --revision 30
|
|
6709
6709
|
```
|
|
6710
6710
|
|
|
6711
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6711
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/reset/tracking.ts)_
|
|
6712
6712
|
|
|
6713
6713
|
## `sf project retrieve preview`
|
|
6714
6714
|
|
|
@@ -6764,7 +6764,7 @@ FLAG DESCRIPTIONS
|
|
|
6764
6764
|
Overrides your default org.
|
|
6765
6765
|
```
|
|
6766
6766
|
|
|
6767
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6767
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/retrieve/preview.ts)_
|
|
6768
6768
|
|
|
6769
6769
|
## `sf project retrieve start`
|
|
6770
6770
|
|
|
@@ -6918,7 +6918,7 @@ ENVIRONMENT VARIABLES
|
|
|
6918
6918
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6919
6919
|
```
|
|
6920
6920
|
|
|
6921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.6/src/commands/project/retrieve/start.ts)_
|
|
6922
6922
|
|
|
6923
6923
|
## `sf schema generate field`
|
|
6924
6924
|
|