@salesforce/cli 2.24.3 → 2.24.4
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 +99 -90
- package/npm-shrinkwrap.json +194 -464
- package/oclif.manifest.json +1 -6
- package/package.json +17 -17
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.24.
|
|
27
|
+
@salesforce/cli/2.24.4 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -503,7 +503,7 @@ FLAG DESCRIPTIONS
|
|
|
503
503
|
directory.
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
506
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/get/log.ts)_
|
|
507
507
|
|
|
508
508
|
## `sf apex get test`
|
|
509
509
|
|
|
@@ -556,7 +556,7 @@ EXAMPLES
|
|
|
556
556
|
me@myorg',
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
559
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/get/test.ts)_
|
|
560
560
|
|
|
561
561
|
## `sf apex list log`
|
|
562
562
|
|
|
@@ -595,7 +595,7 @@ EXAMPLES
|
|
|
595
595
|
$ sf apex list log --target-org me@my.org
|
|
596
596
|
```
|
|
597
597
|
|
|
598
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
598
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/list/log.ts)_
|
|
599
599
|
|
|
600
600
|
## `sf apex run`
|
|
601
601
|
|
|
@@ -641,7 +641,7 @@ EXAMPLES
|
|
|
641
641
|
$ sf apex run
|
|
642
642
|
```
|
|
643
643
|
|
|
644
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
644
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/run.ts)_
|
|
645
645
|
|
|
646
646
|
## `sf apex run test`
|
|
647
647
|
|
|
@@ -748,7 +748,7 @@ FLAG DESCRIPTIONS
|
|
|
748
748
|
--tests Test1 --tests Test2
|
|
749
749
|
```
|
|
750
750
|
|
|
751
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
751
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/run/test.ts)_
|
|
752
752
|
|
|
753
753
|
## `sf apex tail log`
|
|
754
754
|
|
|
@@ -788,7 +788,7 @@ EXAMPLES
|
|
|
788
788
|
$ sf apex tail log --color --skip-trace-flag
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
791
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.17/src/commands/apex/tail/log.ts)_
|
|
792
792
|
|
|
793
793
|
## `sf autocomplete [SHELL]`
|
|
794
794
|
|
|
@@ -1752,7 +1752,7 @@ EXAMPLES
|
|
|
1752
1752
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1753
1753
|
```
|
|
1754
1754
|
|
|
1755
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1755
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.15/src/commands/doctor.ts)_
|
|
1756
1756
|
|
|
1757
1757
|
## `sf force data bulk delete`
|
|
1758
1758
|
|
|
@@ -1949,7 +1949,7 @@ EXAMPLES
|
|
|
1949
1949
|
$ sf info releasenotes display --version latest
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1952
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.15/src/commands/info/releasenotes/display.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sf lightning generate app`
|
|
1955
1955
|
|
|
@@ -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.2.
|
|
2424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2800
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
2923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
3026
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/list.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org list auth`
|
|
3029
3029
|
|
|
@@ -3054,7 +3054,7 @@ EXAMPLES
|
|
|
3054
3054
|
$ sf org list auth
|
|
3055
3055
|
```
|
|
3056
3056
|
|
|
3057
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3057
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/list/auth.ts)_
|
|
3058
3058
|
|
|
3059
3059
|
## `sf org list limits`
|
|
3060
3060
|
|
|
@@ -3093,7 +3093,7 @@ EXAMPLES
|
|
|
3093
3093
|
$ sf org list limits --target-org my-scratch-org
|
|
3094
3094
|
```
|
|
3095
3095
|
|
|
3096
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3096
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.2/src/commands/org/list/limits.ts)_
|
|
3097
3097
|
|
|
3098
3098
|
## `sf org list metadata`
|
|
3099
3099
|
|
|
@@ -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.2.
|
|
3161
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/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.2.
|
|
3215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/list/metadata-types.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf org list sobject record-counts`
|
|
3218
3218
|
|
|
@@ -3257,7 +3257,7 @@ EXAMPLES
|
|
|
3257
3257
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3258
3258
|
```
|
|
3259
3259
|
|
|
3260
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3260
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.2/src/commands/org/list/sobject/record-counts.ts)_
|
|
3261
3261
|
|
|
3262
3262
|
## `sf org list users`
|
|
3263
3263
|
|
|
@@ -3347,7 +3347,7 @@ FLAG DESCRIPTIONS
|
|
|
3347
3347
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3348
3348
|
```
|
|
3349
3349
|
|
|
3350
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3350
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/access-token.ts)_
|
|
3351
3351
|
|
|
3352
3352
|
## `sf org login device`
|
|
3353
3353
|
|
|
@@ -3406,7 +3406,7 @@ FLAG DESCRIPTIONS
|
|
|
3406
3406
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3407
3407
|
```
|
|
3408
3408
|
|
|
3409
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3409
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/device.ts)_
|
|
3410
3410
|
|
|
3411
3411
|
## `sf org login jwt`
|
|
3412
3412
|
|
|
@@ -3495,27 +3495,29 @@ FLAG DESCRIPTIONS
|
|
|
3495
3495
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3496
3496
|
```
|
|
3497
3497
|
|
|
3498
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3498
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/jwt.ts)_
|
|
3499
3499
|
|
|
3500
3500
|
## `sf org login sfdx-url`
|
|
3501
3501
|
|
|
3502
|
-
Authorize an org using a Salesforce DX authorization URL stored in a file.
|
|
3502
|
+
Authorize an org using a Salesforce DX authorization URL stored in a file or through standard input (stdin).
|
|
3503
3503
|
|
|
3504
3504
|
```
|
|
3505
3505
|
USAGE
|
|
3506
|
-
$ sf org login sfdx-url -f <value> [
|
|
3506
|
+
$ sf org login sfdx-url [--json] [-f <value>] [-u <value>] [-d] [-s] [-a <value>]
|
|
3507
3507
|
|
|
3508
3508
|
FLAGS
|
|
3509
|
-
-a, --alias=<value>
|
|
3510
|
-
-d, --set-default-dev-hub
|
|
3511
|
-
-f, --sfdx-url-file=<value>
|
|
3512
|
-
-s, --set-default
|
|
3509
|
+
-a, --alias=<value> Alias for the org.
|
|
3510
|
+
-d, --set-default-dev-hub Set the authenticated org as the default Dev Hub.
|
|
3511
|
+
-f, --sfdx-url-file=<value> Path to a file that contains the Salesforce DX authorization URL.
|
|
3512
|
+
-s, --set-default Set the authenticated org as the default that all org-related commands run against.
|
|
3513
|
+
-u, --sfdx-url-stdin=<value> Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through
|
|
3514
|
+
standard input (stdin).
|
|
3513
3515
|
|
|
3514
3516
|
GLOBAL FLAGS
|
|
3515
3517
|
--json Format output as json.
|
|
3516
3518
|
|
|
3517
3519
|
DESCRIPTION
|
|
3518
|
-
Authorize an org using a Salesforce DX authorization URL stored in a file.
|
|
3520
|
+
Authorize an org using a Salesforce DX authorization URL stored in a file or through standard input (stdin).
|
|
3519
3521
|
|
|
3520
3522
|
The Salesforce DX (SFDX) authorization URL must have the format
|
|
3521
3523
|
"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". NOTE: The SFDX authorization URL uses the "force"
|
|
@@ -3539,6 +3541,9 @@ DESCRIPTION
|
|
|
3539
3541
|
You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL.
|
|
3540
3542
|
Finally, you can create a normal text file that includes just the URL and nothing else.
|
|
3541
3543
|
|
|
3544
|
+
Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and
|
|
3545
|
+
providing the '-' character as the value.
|
|
3546
|
+
|
|
3542
3547
|
ALIASES
|
|
3543
3548
|
$ sf force auth sfdxurl store
|
|
3544
3549
|
$ sf auth sfdxurl store
|
|
@@ -3551,9 +3556,13 @@ EXAMPLES
|
|
|
3551
3556
|
Similar to previous example, but set the org as your default and give it an alias MyDefaultOrg:
|
|
3552
3557
|
|
|
3553
3558
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
3559
|
+
|
|
3560
|
+
Pipe the SFDX authorization URL from stdin by specifying the '-' value.
|
|
3561
|
+
|
|
3562
|
+
$ echo url | sf org login sfdx-url --sfdx-url-stdin -
|
|
3554
3563
|
```
|
|
3555
3564
|
|
|
3556
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3565
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/sfdx-url.ts)_
|
|
3557
3566
|
|
|
3558
3567
|
## `sf org login web`
|
|
3559
3568
|
|
|
@@ -3638,7 +3647,7 @@ FLAG DESCRIPTIONS
|
|
|
3638
3647
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3639
3648
|
```
|
|
3640
3649
|
|
|
3641
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3650
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/web.ts)_
|
|
3642
3651
|
|
|
3643
3652
|
## `sf org logout`
|
|
3644
3653
|
|
|
@@ -3698,7 +3707,7 @@ FLAG DESCRIPTIONS
|
|
|
3698
3707
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3699
3708
|
```
|
|
3700
3709
|
|
|
3701
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3710
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/logout.ts)_
|
|
3702
3711
|
|
|
3703
3712
|
## `sf org open`
|
|
3704
3713
|
|
|
@@ -3764,7 +3773,7 @@ EXAMPLES
|
|
|
3764
3773
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3765
3774
|
```
|
|
3766
3775
|
|
|
3767
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.
|
|
3776
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/open.ts)_
|
|
3768
3777
|
|
|
3769
3778
|
## `sf org resume sandbox`
|
|
3770
3779
|
|
|
@@ -3779,7 +3788,7 @@ FLAGS
|
|
|
3779
3788
|
-l, --use-most-recent Use the most recent sandbox create request.
|
|
3780
3789
|
-n, --name=<value> Name of the sandbox org.
|
|
3781
3790
|
-o, --target-org=<value> Username or alias of the production org that contains the sandbox license.
|
|
3782
|
-
-w, --wait=<minutes> Number of minutes to wait for the sandbox org to be ready.
|
|
3791
|
+
-w, --wait=<minutes> [default: [object Object]] Number of minutes to wait for the sandbox org to be ready.
|
|
3783
3792
|
|
|
3784
3793
|
GLOBAL FLAGS
|
|
3785
3794
|
--json Format output as json.
|
|
@@ -3826,7 +3835,7 @@ FLAG DESCRIPTIONS
|
|
|
3826
3835
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3827
3836
|
```
|
|
3828
3837
|
|
|
3829
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.
|
|
3838
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/resume/sandbox.ts)_
|
|
3830
3839
|
|
|
3831
3840
|
## `sf org resume scratch`
|
|
3832
3841
|
|
|
@@ -3872,7 +3881,7 @@ FLAG DESCRIPTIONS
|
|
|
3872
3881
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3873
3882
|
```
|
|
3874
3883
|
|
|
3875
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.
|
|
3884
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/resume/scratch.ts)_
|
|
3876
3885
|
|
|
3877
3886
|
## `sf package1 version create`
|
|
3878
3887
|
|
|
@@ -3938,7 +3947,7 @@ FLAG DESCRIPTIONS
|
|
|
3938
3947
|
subscribers.
|
|
3939
3948
|
```
|
|
3940
3949
|
|
|
3941
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
3950
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package1/version/create.ts)_
|
|
3942
3951
|
|
|
3943
3952
|
## `sf package1 version create get`
|
|
3944
3953
|
|
|
@@ -3970,7 +3979,7 @@ EXAMPLES
|
|
|
3970
3979
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
3971
3980
|
```
|
|
3972
3981
|
|
|
3973
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
3982
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package1/version/create/get.ts)_
|
|
3974
3983
|
|
|
3975
3984
|
## `sf package1 version display`
|
|
3976
3985
|
|
|
@@ -4003,7 +4012,7 @@ EXAMPLES
|
|
|
4003
4012
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
4004
4013
|
```
|
|
4005
4014
|
|
|
4006
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4015
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package1/version/display.ts)_
|
|
4007
4016
|
|
|
4008
4017
|
## `sf package1 version list`
|
|
4009
4018
|
|
|
@@ -4040,7 +4049,7 @@ FLAG DESCRIPTIONS
|
|
|
4040
4049
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
4041
4050
|
```
|
|
4042
4051
|
|
|
4043
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4052
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package1/version/list.ts)_
|
|
4044
4053
|
|
|
4045
4054
|
## `sf package create`
|
|
4046
4055
|
|
|
@@ -4118,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4118
4127
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4119
4128
|
```
|
|
4120
4129
|
|
|
4121
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4130
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/create.ts)_
|
|
4122
4131
|
|
|
4123
4132
|
## `sf package delete`
|
|
4124
4133
|
|
|
@@ -4159,7 +4168,7 @@ EXAMPLES
|
|
|
4159
4168
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4160
4169
|
```
|
|
4161
4170
|
|
|
4162
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4171
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/delete.ts)_
|
|
4163
4172
|
|
|
4164
4173
|
## `sf package install`
|
|
4165
4174
|
|
|
@@ -4257,7 +4266,7 @@ FLAG DESCRIPTIONS
|
|
|
4257
4266
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4258
4267
|
```
|
|
4259
4268
|
|
|
4260
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4269
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/install.ts)_
|
|
4261
4270
|
|
|
4262
4271
|
## `sf package install report`
|
|
4263
4272
|
|
|
@@ -4289,7 +4298,7 @@ EXAMPLES
|
|
|
4289
4298
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4290
4299
|
```
|
|
4291
4300
|
|
|
4292
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4301
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/install/report.ts)_
|
|
4293
4302
|
|
|
4294
4303
|
## `sf package installed list`
|
|
4295
4304
|
|
|
@@ -4320,7 +4329,7 @@ EXAMPLES
|
|
|
4320
4329
|
$ sf package installed list --target-org me@example.com
|
|
4321
4330
|
```
|
|
4322
4331
|
|
|
4323
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4332
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/installed/list.ts)_
|
|
4324
4333
|
|
|
4325
4334
|
## `sf package list`
|
|
4326
4335
|
|
|
@@ -4357,7 +4366,7 @@ EXAMPLES
|
|
|
4357
4366
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4358
4367
|
```
|
|
4359
4368
|
|
|
4360
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4369
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/list.ts)_
|
|
4361
4370
|
|
|
4362
4371
|
## `sf package uninstall`
|
|
4363
4372
|
|
|
@@ -4404,7 +4413,7 @@ EXAMPLES
|
|
|
4404
4413
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4405
4414
|
```
|
|
4406
4415
|
|
|
4407
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4416
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/uninstall.ts)_
|
|
4408
4417
|
|
|
4409
4418
|
## `sf package uninstall report`
|
|
4410
4419
|
|
|
@@ -4436,7 +4445,7 @@ EXAMPLES
|
|
|
4436
4445
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4437
4446
|
```
|
|
4438
4447
|
|
|
4439
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4448
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/uninstall/report.ts)_
|
|
4440
4449
|
|
|
4441
4450
|
## `sf package update`
|
|
4442
4451
|
|
|
@@ -4490,7 +4499,7 @@ FLAG DESCRIPTIONS
|
|
|
4490
4499
|
associated with your package.
|
|
4491
4500
|
```
|
|
4492
4501
|
|
|
4493
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4502
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/update.ts)_
|
|
4494
4503
|
|
|
4495
4504
|
## `sf package version create`
|
|
4496
4505
|
|
|
@@ -4645,7 +4654,7 @@ FLAG DESCRIPTIONS
|
|
|
4645
4654
|
periods of no output from commands.
|
|
4646
4655
|
```
|
|
4647
4656
|
|
|
4648
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4657
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/create.ts)_
|
|
4649
4658
|
|
|
4650
4659
|
## `sf package version create list`
|
|
4651
4660
|
|
|
@@ -4705,7 +4714,7 @@ EXAMPLES
|
|
|
4705
4714
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4706
4715
|
```
|
|
4707
4716
|
|
|
4708
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4717
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/create/list.ts)_
|
|
4709
4718
|
|
|
4710
4719
|
## `sf package version create report`
|
|
4711
4720
|
|
|
@@ -4747,7 +4756,7 @@ EXAMPLES
|
|
|
4747
4756
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4748
4757
|
```
|
|
4749
4758
|
|
|
4750
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4759
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/create/report.ts)_
|
|
4751
4760
|
|
|
4752
4761
|
## `sf package version delete`
|
|
4753
4762
|
|
|
@@ -4785,7 +4794,7 @@ EXAMPLES
|
|
|
4785
4794
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4786
4795
|
```
|
|
4787
4796
|
|
|
4788
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4797
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/delete.ts)_
|
|
4789
4798
|
|
|
4790
4799
|
## `sf package version displayancestry`
|
|
4791
4800
|
|
|
@@ -4843,7 +4852,7 @@ FLAG DESCRIPTIONS
|
|
|
4843
4852
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
4844
4853
|
```
|
|
4845
4854
|
|
|
4846
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4855
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/displayancestry.ts)_
|
|
4847
4856
|
|
|
4848
4857
|
## `sf package version list`
|
|
4849
4858
|
|
|
@@ -4911,7 +4920,7 @@ EXAMPLES
|
|
|
4911
4920
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
4912
4921
|
```
|
|
4913
4922
|
|
|
4914
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4923
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/list.ts)_
|
|
4915
4924
|
|
|
4916
4925
|
## `sf package version promote`
|
|
4917
4926
|
|
|
@@ -4954,7 +4963,7 @@ EXAMPLES
|
|
|
4954
4963
|
$ sf package version promote --package "Awesome Package Alias"
|
|
4955
4964
|
```
|
|
4956
4965
|
|
|
4957
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
4966
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/promote.ts)_
|
|
4958
4967
|
|
|
4959
4968
|
## `sf package version report`
|
|
4960
4969
|
|
|
@@ -4993,7 +5002,7 @@ EXAMPLES
|
|
|
4993
5002
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
4994
5003
|
```
|
|
4995
5004
|
|
|
4996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
5005
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/report.ts)_
|
|
4997
5006
|
|
|
4998
5007
|
## `sf package version update`
|
|
4999
5008
|
|
|
@@ -5045,7 +5054,7 @@ EXAMPLES
|
|
|
5045
5054
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5046
5055
|
```
|
|
5047
5056
|
|
|
5048
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0
|
|
5057
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.0/src/commands/package/version/update.ts)_
|
|
5049
5058
|
|
|
5050
5059
|
## `sf plugins`
|
|
5051
5060
|
|
|
@@ -5333,7 +5342,7 @@ FLAG DESCRIPTIONS
|
|
|
5333
5342
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5334
5343
|
```
|
|
5335
5344
|
|
|
5336
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5345
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/convert/mdapi.ts)_
|
|
5337
5346
|
|
|
5338
5347
|
## `sf project convert source`
|
|
5339
5348
|
|
|
@@ -5345,7 +5354,7 @@ USAGE
|
|
|
5345
5354
|
<value> | -m <value>]
|
|
5346
5355
|
|
|
5347
5356
|
FLAGS
|
|
5348
|
-
-d, --output-dir=<value> [default:
|
|
5357
|
+
-d, --output-dir=<value> [default: metadataPackage_1704751753996] Output directory to store the Metadata
|
|
5349
5358
|
API–formatted files in.
|
|
5350
5359
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5351
5360
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5405,7 +5414,7 @@ FLAG DESCRIPTIONS
|
|
|
5405
5414
|
Override the api version used for api requests made by this command
|
|
5406
5415
|
```
|
|
5407
5416
|
|
|
5408
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5417
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/convert/source.ts)_
|
|
5409
5418
|
|
|
5410
5419
|
## `sf project delete source`
|
|
5411
5420
|
|
|
@@ -5544,7 +5553,7 @@ FLAG DESCRIPTIONS
|
|
|
5544
5553
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5545
5554
|
```
|
|
5546
5555
|
|
|
5547
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5556
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/delete/source.ts)_
|
|
5548
5557
|
|
|
5549
5558
|
## `sf project delete tracking`
|
|
5550
5559
|
|
|
@@ -5580,7 +5589,7 @@ EXAMPLES
|
|
|
5580
5589
|
$ sf project delete tracking --target-org my-scratch
|
|
5581
5590
|
```
|
|
5582
5591
|
|
|
5583
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5592
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/delete/tracking.ts)_
|
|
5584
5593
|
|
|
5585
5594
|
## `sf project deploy cancel`
|
|
5586
5595
|
|
|
@@ -5650,7 +5659,7 @@ FLAG DESCRIPTIONS
|
|
|
5650
5659
|
project deploy report".
|
|
5651
5660
|
```
|
|
5652
5661
|
|
|
5653
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5662
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/cancel.ts)_
|
|
5654
5663
|
|
|
5655
5664
|
## `sf project deploy preview`
|
|
5656
5665
|
|
|
@@ -5733,7 +5742,7 @@ FLAG DESCRIPTIONS
|
|
|
5733
5742
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5734
5743
|
```
|
|
5735
5744
|
|
|
5736
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5745
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/preview.ts)_
|
|
5737
5746
|
|
|
5738
5747
|
## `sf project deploy quick`
|
|
5739
5748
|
|
|
@@ -5826,7 +5835,7 @@ ERROR CODES
|
|
|
5826
5835
|
Canceling (69) The deploy is being canceled.
|
|
5827
5836
|
```
|
|
5828
5837
|
|
|
5829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5838
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/quick.ts)_
|
|
5830
5839
|
|
|
5831
5840
|
## `sf project deploy report`
|
|
5832
5841
|
|
|
@@ -5921,7 +5930,7 @@ FLAG DESCRIPTIONS
|
|
|
5921
5930
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5922
5931
|
```
|
|
5923
5932
|
|
|
5924
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/report.ts)_
|
|
5925
5934
|
|
|
5926
5935
|
## `sf project deploy resume`
|
|
5927
5936
|
|
|
@@ -6017,7 +6026,7 @@ ERROR CODES
|
|
|
6017
6026
|
Canceling (69) The deploy is being canceled.
|
|
6018
6027
|
```
|
|
6019
6028
|
|
|
6020
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6029
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/resume.ts)_
|
|
6021
6030
|
|
|
6022
6031
|
## `sf project deploy start`
|
|
6023
6032
|
|
|
@@ -6246,7 +6255,7 @@ ERROR CODES
|
|
|
6246
6255
|
Canceling (69) The deploy is being canceled.
|
|
6247
6256
|
```
|
|
6248
6257
|
|
|
6249
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6258
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/start.ts)_
|
|
6250
6259
|
|
|
6251
6260
|
## `sf project deploy validate`
|
|
6252
6261
|
|
|
@@ -6425,7 +6434,7 @@ ERROR CODES
|
|
|
6425
6434
|
Canceling (69) The deploy is being canceled.
|
|
6426
6435
|
```
|
|
6427
6436
|
|
|
6428
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6437
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/deploy/validate.ts)_
|
|
6429
6438
|
|
|
6430
6439
|
## `sf project generate`
|
|
6431
6440
|
|
|
@@ -6604,7 +6613,7 @@ EXAMPLES
|
|
|
6604
6613
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6605
6614
|
```
|
|
6606
6615
|
|
|
6607
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6616
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/generate/manifest.ts)_
|
|
6608
6617
|
|
|
6609
6618
|
## `sf project list ignored`
|
|
6610
6619
|
|
|
@@ -6645,7 +6654,7 @@ EXAMPLES
|
|
|
6645
6654
|
$ sf project list ignored --source-dir package.xml
|
|
6646
6655
|
```
|
|
6647
6656
|
|
|
6648
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6657
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/list/ignored.ts)_
|
|
6649
6658
|
|
|
6650
6659
|
## `sf project reset tracking`
|
|
6651
6660
|
|
|
@@ -6693,7 +6702,7 @@ EXAMPLES
|
|
|
6693
6702
|
$ sf project reset tracking --revision 30
|
|
6694
6703
|
```
|
|
6695
6704
|
|
|
6696
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6705
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/reset/tracking.ts)_
|
|
6697
6706
|
|
|
6698
6707
|
## `sf project retrieve preview`
|
|
6699
6708
|
|
|
@@ -6749,7 +6758,7 @@ FLAG DESCRIPTIONS
|
|
|
6749
6758
|
Overrides your default org.
|
|
6750
6759
|
```
|
|
6751
6760
|
|
|
6752
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6761
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/retrieve/preview.ts)_
|
|
6753
6762
|
|
|
6754
6763
|
## `sf project retrieve start`
|
|
6755
6764
|
|
|
@@ -6903,7 +6912,7 @@ ENVIRONMENT VARIABLES
|
|
|
6903
6912
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6904
6913
|
```
|
|
6905
6914
|
|
|
6906
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6915
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.0/src/commands/project/retrieve/start.ts)_
|
|
6907
6916
|
|
|
6908
6917
|
## `sf schema generate field`
|
|
6909
6918
|
|
|
@@ -6954,7 +6963,7 @@ FLAG DESCRIPTIONS
|
|
|
6954
6963
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
6955
6964
|
```
|
|
6956
6965
|
|
|
6957
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0
|
|
6966
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/field.ts)_
|
|
6958
6967
|
|
|
6959
6968
|
## `sf schema generate platformevent`
|
|
6960
6969
|
|
|
@@ -6983,7 +6992,7 @@ EXAMPLES
|
|
|
6983
6992
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
6984
6993
|
```
|
|
6985
6994
|
|
|
6986
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0
|
|
6995
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/platformevent.ts)_
|
|
6987
6996
|
|
|
6988
6997
|
## `sf schema generate sobject`
|
|
6989
6998
|
|
|
@@ -7027,17 +7036,17 @@ FLAG DESCRIPTIONS
|
|
|
7027
7036
|
|
|
7028
7037
|
Enables these features:
|
|
7029
7038
|
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7039
|
+
- Search: Allows users to find the custom object's records when they search, including SOSL.
|
|
7040
|
+
- Feeds: Enables feed tracking.
|
|
7041
|
+
- Reports: Allows reporting of the data in the custom object records.
|
|
7042
|
+
- History: Enables object history tracking.
|
|
7043
|
+
- Activities: Allows users to associate tasks and scheduled calendar events related to the custom object records.
|
|
7044
|
+
- Bulk API: With Sharing and Streaming API, classifies the custom object as an Enterprise Application object.
|
|
7045
|
+
- Sharing: With Bulk API and Streaming API, classifies the custom object as an Enterprise Application object.
|
|
7046
|
+
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7038
7047
|
```
|
|
7039
7048
|
|
|
7040
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0
|
|
7049
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/sobject.ts)_
|
|
7041
7050
|
|
|
7042
7051
|
## `sf schema generate tab`
|
|
7043
7052
|
|
|
@@ -7084,7 +7093,7 @@ FLAG DESCRIPTIONS
|
|
|
7084
7093
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7085
7094
|
```
|
|
7086
7095
|
|
|
7087
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0
|
|
7096
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/tab.ts)_
|
|
7088
7097
|
|
|
7089
7098
|
## `sf search`
|
|
7090
7099
|
|