@salesforce/cli 2.45.1 → 2.45.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 +97 -89
- package/npm-shrinkwrap.json +1975 -950
- package/oclif.lock +614 -346
- package/oclif.manifest.json +1 -1
- package/package.json +28 -28
- package/theme.json +12 -1
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.45.
|
|
27
|
+
@salesforce/cli/2.45.3 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -519,7 +519,7 @@ FLAG DESCRIPTIONS
|
|
|
519
519
|
directory.
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
522
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/get/log.ts)_
|
|
523
523
|
|
|
524
524
|
## `sf apex get test`
|
|
525
525
|
|
|
@@ -573,7 +573,7 @@ EXAMPLES
|
|
|
573
573
|
me@myorg',
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
576
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/get/test.ts)_
|
|
577
577
|
|
|
578
578
|
## `sf apex list log`
|
|
579
579
|
|
|
@@ -613,7 +613,7 @@ EXAMPLES
|
|
|
613
613
|
$ sf apex list log --target-org me@my.org
|
|
614
614
|
```
|
|
615
615
|
|
|
616
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
616
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/list/log.ts)_
|
|
617
617
|
|
|
618
618
|
## `sf apex run`
|
|
619
619
|
|
|
@@ -660,7 +660,7 @@ EXAMPLES
|
|
|
660
660
|
$ sf apex run
|
|
661
661
|
```
|
|
662
662
|
|
|
663
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
663
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/run.ts)_
|
|
664
664
|
|
|
665
665
|
## `sf apex run test`
|
|
666
666
|
|
|
@@ -768,7 +768,7 @@ FLAG DESCRIPTIONS
|
|
|
768
768
|
--tests Test1 --tests Test2
|
|
769
769
|
```
|
|
770
770
|
|
|
771
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
771
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/run/test.ts)_
|
|
772
772
|
|
|
773
773
|
## `sf apex tail log`
|
|
774
774
|
|
|
@@ -811,7 +811,7 @@ EXAMPLES
|
|
|
811
811
|
$ sf apex tail log --color --skip-trace-flag
|
|
812
812
|
```
|
|
813
813
|
|
|
814
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
814
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/tail/log.ts)_
|
|
815
815
|
|
|
816
816
|
## `sf autocomplete [SHELL]`
|
|
817
817
|
|
|
@@ -842,40 +842,36 @@ EXAMPLES
|
|
|
842
842
|
$ sf autocomplete --refresh-cache
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.
|
|
845
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.1/src/commands/autocomplete/index.ts)_
|
|
846
846
|
|
|
847
847
|
## `sf commands`
|
|
848
848
|
|
|
849
|
-
|
|
849
|
+
List all sf commands.
|
|
850
850
|
|
|
851
851
|
```
|
|
852
852
|
USAGE
|
|
853
|
-
$ sf commands [--json] [
|
|
854
|
-
|
|
853
|
+
$ sf commands [--json] [-c id|plugin|summary|type | --tree] [--deprecated] [-x | ] [--hidden] [--no-truncate
|
|
854
|
+
| ] [--sort id|plugin|summary|type | ]
|
|
855
855
|
|
|
856
856
|
FLAGS
|
|
857
|
-
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
--
|
|
861
|
-
--
|
|
862
|
-
--
|
|
863
|
-
--
|
|
864
|
-
|
|
865
|
-
--
|
|
866
|
-
--output=<option> output in a more machine friendly format
|
|
867
|
-
<options: csv|json|yaml>
|
|
868
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
869
|
-
--tree show tree of commands
|
|
857
|
+
-c, --columns=<option>... Only show provided columns (comma-separated).
|
|
858
|
+
<options: id|plugin|summary|type>
|
|
859
|
+
-x, --extended Show extra columns.
|
|
860
|
+
--deprecated Show deprecated commands.
|
|
861
|
+
--hidden Show hidden commands.
|
|
862
|
+
--no-truncate Do not truncate output.
|
|
863
|
+
--sort=<option> [default: id] Property to sort by.
|
|
864
|
+
<options: id|plugin|summary|type>
|
|
865
|
+
--tree Show tree of commands.
|
|
870
866
|
|
|
871
867
|
GLOBAL FLAGS
|
|
872
868
|
--json Format output as json.
|
|
873
869
|
|
|
874
870
|
DESCRIPTION
|
|
875
|
-
|
|
871
|
+
List all sf commands.
|
|
876
872
|
```
|
|
877
873
|
|
|
878
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/
|
|
874
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.0/src/commands/commands.ts)_
|
|
879
875
|
|
|
880
876
|
## `sf config get`
|
|
881
877
|
|
|
@@ -1951,7 +1947,7 @@ EXAMPLES
|
|
|
1951
1947
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1952
1948
|
```
|
|
1953
1949
|
|
|
1954
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1950
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.4/src/commands/doctor.ts)_
|
|
1955
1951
|
|
|
1956
1952
|
## `sf force data bulk delete`
|
|
1957
1953
|
|
|
@@ -2113,7 +2109,7 @@ DESCRIPTION
|
|
|
2113
2109
|
Display help for sf.
|
|
2114
2110
|
```
|
|
2115
2111
|
|
|
2116
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0
|
|
2112
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.1.0/src/commands/help.ts)_
|
|
2117
2113
|
|
|
2118
2114
|
## `sf info releasenotes display`
|
|
2119
2115
|
|
|
@@ -2153,7 +2149,7 @@ EXAMPLES
|
|
|
2153
2149
|
$ sf info releasenotes display --version latest
|
|
2154
2150
|
```
|
|
2155
2151
|
|
|
2156
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2152
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.4/src/commands/info/releasenotes/display.ts)_
|
|
2157
2153
|
|
|
2158
2154
|
## `sf lightning generate app`
|
|
2159
2155
|
|
|
@@ -2649,7 +2645,7 @@ FLAG DESCRIPTIONS
|
|
|
2649
2645
|
sandbox.
|
|
2650
2646
|
```
|
|
2651
2647
|
|
|
2652
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2648
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/create/sandbox.ts)_
|
|
2653
2649
|
|
|
2654
2650
|
## `sf org create scratch`
|
|
2655
2651
|
|
|
@@ -2803,7 +2799,7 @@ FLAG DESCRIPTIONS
|
|
|
2803
2799
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2804
2800
|
```
|
|
2805
2801
|
|
|
2806
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2802
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/create/scratch.ts)_
|
|
2807
2803
|
|
|
2808
2804
|
## `sf org create user`
|
|
2809
2805
|
|
|
@@ -2957,7 +2953,7 @@ EXAMPLES
|
|
|
2957
2953
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2958
2954
|
```
|
|
2959
2955
|
|
|
2960
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2956
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/delete/sandbox.ts)_
|
|
2961
2957
|
|
|
2962
2958
|
## `sf org delete scratch`
|
|
2963
2959
|
|
|
@@ -3001,7 +2997,7 @@ EXAMPLES
|
|
|
3001
2997
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3002
2998
|
```
|
|
3003
2999
|
|
|
3004
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/delete/scratch.ts)_
|
|
3005
3001
|
|
|
3006
3002
|
## `sf org disable tracking`
|
|
3007
3003
|
|
|
@@ -3040,7 +3036,7 @@ EXAMPLES
|
|
|
3040
3036
|
$ sf org disable tracking
|
|
3041
3037
|
```
|
|
3042
3038
|
|
|
3043
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3039
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/disable/tracking.ts)_
|
|
3044
3040
|
|
|
3045
3041
|
## `sf org display`
|
|
3046
3042
|
|
|
@@ -3085,7 +3081,7 @@ EXAMPLES
|
|
|
3085
3081
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3086
3082
|
```
|
|
3087
3083
|
|
|
3088
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3084
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/display.ts)_
|
|
3089
3085
|
|
|
3090
3086
|
## `sf org display user`
|
|
3091
3087
|
|
|
@@ -3166,7 +3162,7 @@ EXAMPLES
|
|
|
3166
3162
|
$ sf org enable tracking
|
|
3167
3163
|
```
|
|
3168
3164
|
|
|
3169
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3165
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/enable/tracking.ts)_
|
|
3170
3166
|
|
|
3171
3167
|
## `sf org generate password`
|
|
3172
3168
|
|
|
@@ -3272,7 +3268,7 @@ EXAMPLES
|
|
|
3272
3268
|
$ sf org list --clean
|
|
3273
3269
|
```
|
|
3274
3270
|
|
|
3275
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3271
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/list.ts)_
|
|
3276
3272
|
|
|
3277
3273
|
## `sf org list auth`
|
|
3278
3274
|
|
|
@@ -3304,7 +3300,7 @@ EXAMPLES
|
|
|
3304
3300
|
$ sf org list auth
|
|
3305
3301
|
```
|
|
3306
3302
|
|
|
3307
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3303
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/list/auth.ts)_
|
|
3308
3304
|
|
|
3309
3305
|
## `sf org list limits`
|
|
3310
3306
|
|
|
@@ -3344,7 +3340,7 @@ EXAMPLES
|
|
|
3344
3340
|
$ sf org list limits --target-org my-scratch-org
|
|
3345
3341
|
```
|
|
3346
3342
|
|
|
3347
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3343
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.10/src/commands/org/list/limits.ts)_
|
|
3348
3344
|
|
|
3349
3345
|
## `sf org list metadata`
|
|
3350
3346
|
|
|
@@ -3411,7 +3407,7 @@ FLAG DESCRIPTIONS
|
|
|
3411
3407
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3412
3408
|
```
|
|
3413
3409
|
|
|
3414
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3410
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/list/metadata.ts)_
|
|
3415
3411
|
|
|
3416
3412
|
## `sf org list metadata-types`
|
|
3417
3413
|
|
|
@@ -3466,7 +3462,7 @@ FLAG DESCRIPTIONS
|
|
|
3466
3462
|
Override the api version used for api requests made by this command
|
|
3467
3463
|
```
|
|
3468
3464
|
|
|
3469
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3465
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/list/metadata-types.ts)_
|
|
3470
3466
|
|
|
3471
3467
|
## `sf org list sobject record-counts`
|
|
3472
3468
|
|
|
@@ -3512,7 +3508,7 @@ EXAMPLES
|
|
|
3512
3508
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3513
3509
|
```
|
|
3514
3510
|
|
|
3515
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3511
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.10/src/commands/org/list/sobject/record-counts.ts)_
|
|
3516
3512
|
|
|
3517
3513
|
## `sf org list users`
|
|
3518
3514
|
|
|
@@ -3604,7 +3600,7 @@ FLAG DESCRIPTIONS
|
|
|
3604
3600
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3605
3601
|
```
|
|
3606
3602
|
|
|
3607
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3603
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/login/access-token.ts)_
|
|
3608
3604
|
|
|
3609
3605
|
## `sf org login device`
|
|
3610
3606
|
|
|
@@ -3664,7 +3660,7 @@ FLAG DESCRIPTIONS
|
|
|
3664
3660
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3665
3661
|
```
|
|
3666
3662
|
|
|
3667
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3663
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/login/device.ts)_
|
|
3668
3664
|
|
|
3669
3665
|
## `sf org login jwt`
|
|
3670
3666
|
|
|
@@ -3755,7 +3751,7 @@ FLAG DESCRIPTIONS
|
|
|
3755
3751
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3756
3752
|
```
|
|
3757
3753
|
|
|
3758
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3754
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/login/jwt.ts)_
|
|
3759
3755
|
|
|
3760
3756
|
## `sf org login sfdx-url`
|
|
3761
3757
|
|
|
@@ -3820,7 +3816,7 @@ EXAMPLES
|
|
|
3820
3816
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3821
3817
|
```
|
|
3822
3818
|
|
|
3823
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3819
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/login/sfdx-url.ts)_
|
|
3824
3820
|
|
|
3825
3821
|
## `sf org login web`
|
|
3826
3822
|
|
|
@@ -3907,7 +3903,7 @@ FLAG DESCRIPTIONS
|
|
|
3907
3903
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3908
3904
|
```
|
|
3909
3905
|
|
|
3910
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3906
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/login/web.ts)_
|
|
3911
3907
|
|
|
3912
3908
|
## `sf org logout`
|
|
3913
3909
|
|
|
@@ -3968,7 +3964,7 @@ FLAG DESCRIPTIONS
|
|
|
3968
3964
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3969
3965
|
```
|
|
3970
3966
|
|
|
3971
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3967
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.17/src/commands/org/logout.ts)_
|
|
3972
3968
|
|
|
3973
3969
|
## `sf org open`
|
|
3974
3970
|
|
|
@@ -4040,7 +4036,7 @@ EXAMPLES
|
|
|
4040
4036
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4041
4037
|
```
|
|
4042
4038
|
|
|
4043
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4039
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/open.ts)_
|
|
4044
4040
|
|
|
4045
4041
|
## `sf org refresh sandbox`
|
|
4046
4042
|
|
|
@@ -4117,7 +4113,7 @@ FLAG DESCRIPTIONS
|
|
|
4117
4113
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4118
4114
|
```
|
|
4119
4115
|
|
|
4120
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/refresh/sandbox.ts)_
|
|
4121
4117
|
|
|
4122
4118
|
## `sf org resume sandbox`
|
|
4123
4119
|
|
|
@@ -4180,7 +4176,7 @@ FLAG DESCRIPTIONS
|
|
|
4180
4176
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4181
4177
|
```
|
|
4182
4178
|
|
|
4183
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4179
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/resume/sandbox.ts)_
|
|
4184
4180
|
|
|
4185
4181
|
## `sf org resume scratch`
|
|
4186
4182
|
|
|
@@ -4227,7 +4223,7 @@ FLAG DESCRIPTIONS
|
|
|
4227
4223
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4228
4224
|
```
|
|
4229
4225
|
|
|
4230
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4226
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.18/src/commands/org/resume/scratch.ts)_
|
|
4231
4227
|
|
|
4232
4228
|
## `sf package create`
|
|
4233
4229
|
|
|
@@ -5444,7 +5440,7 @@ EXAMPLES
|
|
|
5444
5440
|
$ sf plugins
|
|
5445
5441
|
```
|
|
5446
5442
|
|
|
5447
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5443
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/index.ts)_
|
|
5448
5444
|
|
|
5449
5445
|
## `sf plugins discover`
|
|
5450
5446
|
|
|
@@ -5462,7 +5458,7 @@ EXAMPLES
|
|
|
5462
5458
|
$ sf plugins discover
|
|
5463
5459
|
```
|
|
5464
5460
|
|
|
5465
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5461
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.9/src/commands/plugins/discover.ts)_
|
|
5466
5462
|
|
|
5467
5463
|
## `sf plugins:inspect PLUGIN...`
|
|
5468
5464
|
|
|
@@ -5489,7 +5485,7 @@ EXAMPLES
|
|
|
5489
5485
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5490
5486
|
```
|
|
5491
5487
|
|
|
5492
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/inspect.ts)_
|
|
5493
5489
|
|
|
5494
5490
|
## `sf plugins install PLUGIN`
|
|
5495
5491
|
|
|
@@ -5538,7 +5534,7 @@ EXAMPLES
|
|
|
5538
5534
|
$ sf plugins install someuser/someplugin
|
|
5539
5535
|
```
|
|
5540
5536
|
|
|
5541
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5537
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/install.ts)_
|
|
5542
5538
|
|
|
5543
5539
|
## `sf plugins link PATH`
|
|
5544
5540
|
|
|
@@ -5568,7 +5564,7 @@ EXAMPLES
|
|
|
5568
5564
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5569
5565
|
```
|
|
5570
5566
|
|
|
5571
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5567
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/link.ts)_
|
|
5572
5568
|
|
|
5573
5569
|
## `sf plugins reset`
|
|
5574
5570
|
|
|
@@ -5583,7 +5579,7 @@ FLAGS
|
|
|
5583
5579
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5584
5580
|
```
|
|
5585
5581
|
|
|
5586
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5582
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/reset.ts)_
|
|
5587
5583
|
|
|
5588
5584
|
## `sf plugins trust verify`
|
|
5589
5585
|
|
|
@@ -5612,7 +5608,7 @@ EXAMPLES
|
|
|
5612
5608
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5613
5609
|
```
|
|
5614
5610
|
|
|
5615
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5611
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.4/src/commands/plugins/trust/verify.ts)_
|
|
5616
5612
|
|
|
5617
5613
|
## `sf plugins uninstall [PLUGIN]`
|
|
5618
5614
|
|
|
@@ -5640,7 +5636,7 @@ EXAMPLES
|
|
|
5640
5636
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5641
5637
|
```
|
|
5642
5638
|
|
|
5643
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5639
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/uninstall.ts)_
|
|
5644
5640
|
|
|
5645
5641
|
## `sf plugins update`
|
|
5646
5642
|
|
|
@@ -5658,7 +5654,7 @@ DESCRIPTION
|
|
|
5658
5654
|
Update installed plugins.
|
|
5659
5655
|
```
|
|
5660
5656
|
|
|
5661
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1
|
|
5657
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/update.ts)_
|
|
5662
5658
|
|
|
5663
5659
|
## `sf project convert mdapi`
|
|
5664
5660
|
|
|
@@ -5721,7 +5717,7 @@ FLAG DESCRIPTIONS
|
|
|
5721
5717
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5722
5718
|
```
|
|
5723
5719
|
|
|
5724
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
5720
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/convert/mdapi.ts)_
|
|
5725
5721
|
|
|
5726
5722
|
## `sf project convert source`
|
|
5727
5723
|
|
|
@@ -5733,7 +5729,7 @@ USAGE
|
|
|
5733
5729
|
[-p <value> | -x <value> | -m <value>]
|
|
5734
5730
|
|
|
5735
5731
|
FLAGS
|
|
5736
|
-
-d, --output-dir=<value> [default:
|
|
5732
|
+
-d, --output-dir=<value> [default: metadataPackage_1717296698220] Output directory to store the Metadata
|
|
5737
5733
|
API–formatted files in.
|
|
5738
5734
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5739
5735
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5794,7 +5790,7 @@ FLAG DESCRIPTIONS
|
|
|
5794
5790
|
Override the api version used for api requests made by this command
|
|
5795
5791
|
```
|
|
5796
5792
|
|
|
5797
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
5793
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/convert/source.ts)_
|
|
5798
5794
|
|
|
5799
5795
|
## `sf project convert source-behavior`
|
|
5800
5796
|
|
|
@@ -5851,7 +5847,7 @@ EXAMPLES
|
|
|
5851
5847
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5852
5848
|
```
|
|
5853
5849
|
|
|
5854
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
5850
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/convert/source-behavior.ts)_
|
|
5855
5851
|
|
|
5856
5852
|
## `sf project delete source`
|
|
5857
5853
|
|
|
@@ -5991,7 +5987,7 @@ FLAG DESCRIPTIONS
|
|
|
5991
5987
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5992
5988
|
```
|
|
5993
5989
|
|
|
5994
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
5990
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/delete/source.ts)_
|
|
5995
5991
|
|
|
5996
5992
|
## `sf project delete tracking`
|
|
5997
5993
|
|
|
@@ -6028,7 +6024,7 @@ EXAMPLES
|
|
|
6028
6024
|
$ sf project delete tracking --target-org my-scratch
|
|
6029
6025
|
```
|
|
6030
6026
|
|
|
6031
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6027
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/delete/tracking.ts)_
|
|
6032
6028
|
|
|
6033
6029
|
## `sf project deploy cancel`
|
|
6034
6030
|
|
|
@@ -6100,7 +6096,7 @@ FLAG DESCRIPTIONS
|
|
|
6100
6096
|
project deploy report".
|
|
6101
6097
|
```
|
|
6102
6098
|
|
|
6103
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6099
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/cancel.ts)_
|
|
6104
6100
|
|
|
6105
6101
|
## `sf project deploy preview`
|
|
6106
6102
|
|
|
@@ -6183,7 +6179,7 @@ FLAG DESCRIPTIONS
|
|
|
6183
6179
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6184
6180
|
```
|
|
6185
6181
|
|
|
6186
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6182
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/preview.ts)_
|
|
6187
6183
|
|
|
6188
6184
|
## `sf project deploy quick`
|
|
6189
6185
|
|
|
@@ -6276,7 +6272,7 @@ ERROR CODES
|
|
|
6276
6272
|
Canceling (69) The deploy is being canceled.
|
|
6277
6273
|
```
|
|
6278
6274
|
|
|
6279
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/quick.ts)_
|
|
6280
6276
|
|
|
6281
6277
|
## `sf project deploy report`
|
|
6282
6278
|
|
|
@@ -6368,7 +6364,7 @@ FLAG DESCRIPTIONS
|
|
|
6368
6364
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6369
6365
|
```
|
|
6370
6366
|
|
|
6371
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6367
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/report.ts)_
|
|
6372
6368
|
|
|
6373
6369
|
## `sf project deploy resume`
|
|
6374
6370
|
|
|
@@ -6465,7 +6461,7 @@ ERROR CODES
|
|
|
6465
6461
|
Canceling (69) The deploy is being canceled.
|
|
6466
6462
|
```
|
|
6467
6463
|
|
|
6468
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6464
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/resume.ts)_
|
|
6469
6465
|
|
|
6470
6466
|
## `sf project deploy start`
|
|
6471
6467
|
|
|
@@ -6708,7 +6704,7 @@ ERROR CODES
|
|
|
6708
6704
|
Canceling (69) The deploy is being canceled.
|
|
6709
6705
|
```
|
|
6710
6706
|
|
|
6711
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6707
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/start.ts)_
|
|
6712
6708
|
|
|
6713
6709
|
## `sf project deploy validate`
|
|
6714
6710
|
|
|
@@ -6897,7 +6893,7 @@ ERROR CODES
|
|
|
6897
6893
|
Canceling (69) The deploy is being canceled.
|
|
6898
6894
|
```
|
|
6899
6895
|
|
|
6900
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
6896
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/validate.ts)_
|
|
6901
6897
|
|
|
6902
6898
|
## `sf project generate`
|
|
6903
6899
|
|
|
@@ -7079,7 +7075,7 @@ EXAMPLES
|
|
|
7079
7075
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7080
7076
|
```
|
|
7081
7077
|
|
|
7082
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
7078
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/generate/manifest.ts)_
|
|
7083
7079
|
|
|
7084
7080
|
## `sf project list ignored`
|
|
7085
7081
|
|
|
@@ -7121,7 +7117,7 @@ EXAMPLES
|
|
|
7121
7117
|
$ sf project list ignored --source-dir package.xml
|
|
7122
7118
|
```
|
|
7123
7119
|
|
|
7124
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
7120
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/list/ignored.ts)_
|
|
7125
7121
|
|
|
7126
7122
|
## `sf project reset tracking`
|
|
7127
7123
|
|
|
@@ -7170,7 +7166,7 @@ EXAMPLES
|
|
|
7170
7166
|
$ sf project reset tracking --revision 30
|
|
7171
7167
|
```
|
|
7172
7168
|
|
|
7173
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
7169
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/reset/tracking.ts)_
|
|
7174
7170
|
|
|
7175
7171
|
## `sf project retrieve preview`
|
|
7176
7172
|
|
|
@@ -7224,7 +7220,7 @@ FLAG DESCRIPTIONS
|
|
|
7224
7220
|
production orgs.
|
|
7225
7221
|
```
|
|
7226
7222
|
|
|
7227
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
7223
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/retrieve/preview.ts)_
|
|
7228
7224
|
|
|
7229
7225
|
## `sf project retrieve start`
|
|
7230
7226
|
|
|
@@ -7388,7 +7384,7 @@ ENVIRONMENT VARIABLES
|
|
|
7388
7384
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7389
7385
|
```
|
|
7390
7386
|
|
|
7391
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.
|
|
7387
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/retrieve/start.ts)_
|
|
7392
7388
|
|
|
7393
7389
|
## `sf schema generate field`
|
|
7394
7390
|
|
|
@@ -7442,7 +7438,7 @@ FLAG DESCRIPTIONS
|
|
|
7442
7438
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7443
7439
|
```
|
|
7444
7440
|
|
|
7445
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7441
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.7/src/commands/schema/generate/field.ts)_
|
|
7446
7442
|
|
|
7447
7443
|
## `sf schema generate platformevent`
|
|
7448
7444
|
|
|
@@ -7474,7 +7470,7 @@ EXAMPLES
|
|
|
7474
7470
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7475
7471
|
```
|
|
7476
7472
|
|
|
7477
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7473
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.7/src/commands/schema/generate/platformevent.ts)_
|
|
7478
7474
|
|
|
7479
7475
|
## `sf schema generate sobject`
|
|
7480
7476
|
|
|
@@ -7531,7 +7527,7 @@ FLAG DESCRIPTIONS
|
|
|
7531
7527
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7532
7528
|
```
|
|
7533
7529
|
|
|
7534
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7530
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.7/src/commands/schema/generate/sobject.ts)_
|
|
7535
7531
|
|
|
7536
7532
|
## `sf schema generate tab`
|
|
7537
7533
|
|
|
@@ -7579,7 +7575,7 @@ FLAG DESCRIPTIONS
|
|
|
7579
7575
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7580
7576
|
```
|
|
7581
7577
|
|
|
7582
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7578
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.7/src/commands/schema/generate/tab.ts)_
|
|
7583
7579
|
|
|
7584
7580
|
## `sf search`
|
|
7585
7581
|
|
|
@@ -7595,7 +7591,7 @@ DESCRIPTION
|
|
|
7595
7591
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7596
7592
|
```
|
|
7597
7593
|
|
|
7598
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0
|
|
7594
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.0/src/commands/search.ts)_
|
|
7599
7595
|
|
|
7600
7596
|
## `sf sobject describe`
|
|
7601
7597
|
|
|
@@ -7642,7 +7638,7 @@ EXAMPLES
|
|
|
7642
7638
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7643
7639
|
```
|
|
7644
7640
|
|
|
7645
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7641
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.10/src/commands/sobject/describe.ts)_
|
|
7646
7642
|
|
|
7647
7643
|
## `sf sobject list`
|
|
7648
7644
|
|
|
@@ -7681,7 +7677,7 @@ EXAMPLES
|
|
|
7681
7677
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7682
7678
|
```
|
|
7683
7679
|
|
|
7684
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7680
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.10/src/commands/sobject/list.ts)_
|
|
7685
7681
|
|
|
7686
7682
|
## `sf static-resource generate`
|
|
7687
7683
|
|
|
@@ -7780,7 +7776,7 @@ EXAMPLES
|
|
|
7780
7776
|
$ sf update --available
|
|
7781
7777
|
```
|
|
7782
7778
|
|
|
7783
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2
|
|
7779
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.2/src/commands/update.ts)_
|
|
7784
7780
|
|
|
7785
7781
|
## `sf version`
|
|
7786
7782
|
|
|
@@ -7800,7 +7796,7 @@ FLAG DESCRIPTIONS
|
|
|
7800
7796
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7801
7797
|
```
|
|
7802
7798
|
|
|
7803
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.
|
|
7799
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.0/src/commands/version.ts)_
|
|
7804
7800
|
|
|
7805
7801
|
## `sf visualforce generate component`
|
|
7806
7802
|
|
|
@@ -7926,8 +7922,20 @@ EXAMPLES
|
|
|
7926
7922
|
See which plugin the `help` command is in:
|
|
7927
7923
|
|
|
7928
7924
|
$ sf which help
|
|
7925
|
+
|
|
7926
|
+
Use colon separators.
|
|
7927
|
+
|
|
7928
|
+
$ sf which foo:bar:baz
|
|
7929
|
+
|
|
7930
|
+
Use spaces as separators.
|
|
7931
|
+
|
|
7932
|
+
$ sf which foo bar baz
|
|
7933
|
+
|
|
7934
|
+
Wrap command in quotes to use spaces as separators.
|
|
7935
|
+
|
|
7936
|
+
$ sf which "foo bar baz"
|
|
7929
7937
|
```
|
|
7930
7938
|
|
|
7931
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.
|
|
7939
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.0/src/commands/which.ts)_
|
|
7932
7940
|
|
|
7933
7941
|
<!-- commandsstop -->
|