@salesforce/cli 2.140.2 → 2.140.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 +97 -97
- package/npm-shrinkwrap.json +164 -164
- package/oclif.lock +142 -151
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.140.
|
|
28
|
+
@salesforce/cli/2.140.4 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2303,7 +2303,7 @@ EXAMPLES
|
|
|
2303
2303
|
$ sf alias list
|
|
2304
2304
|
```
|
|
2305
2305
|
|
|
2306
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2306
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/alias/list.ts)_
|
|
2307
2307
|
|
|
2308
2308
|
## `sf alias set`
|
|
2309
2309
|
|
|
@@ -2352,7 +2352,7 @@ EXAMPLES
|
|
|
2352
2352
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2353
2353
|
```
|
|
2354
2354
|
|
|
2355
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2355
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/alias/set.ts)_
|
|
2356
2356
|
|
|
2357
2357
|
## `sf alias unset`
|
|
2358
2358
|
|
|
@@ -2392,7 +2392,7 @@ EXAMPLES
|
|
|
2392
2392
|
$ sf alias unset --all [--no-prompt]
|
|
2393
2393
|
```
|
|
2394
2394
|
|
|
2395
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2395
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/alias/unset.ts)_
|
|
2396
2396
|
|
|
2397
2397
|
## `sf apex get log`
|
|
2398
2398
|
|
|
@@ -2838,7 +2838,7 @@ EXAMPLES
|
|
|
2838
2838
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2839
2839
|
```
|
|
2840
2840
|
|
|
2841
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2841
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/graphql.ts)_
|
|
2842
2842
|
|
|
2843
2843
|
## `sf api request rest [URL]`
|
|
2844
2844
|
|
|
@@ -2947,7 +2947,7 @@ FLAG DESCRIPTIONS
|
|
|
2947
2947
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2950
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/rest.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf autocomplete [SHELL]`
|
|
2953
2953
|
|
|
@@ -3056,7 +3056,7 @@ CONFIGURATION VARIABLES
|
|
|
3056
3056
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3057
3057
|
```
|
|
3058
3058
|
|
|
3059
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3059
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/config/get.ts)_
|
|
3060
3060
|
|
|
3061
3061
|
## `sf config list`
|
|
3062
3062
|
|
|
@@ -3096,7 +3096,7 @@ EXAMPLES
|
|
|
3096
3096
|
$ sf config list
|
|
3097
3097
|
```
|
|
3098
3098
|
|
|
3099
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3099
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/config/list.ts)_
|
|
3100
3100
|
|
|
3101
3101
|
## `sf config set`
|
|
3102
3102
|
|
|
@@ -3165,7 +3165,7 @@ CONFIGURATION VARIABLES
|
|
|
3165
3165
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3166
3166
|
```
|
|
3167
3167
|
|
|
3168
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3168
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/config/set.ts)_
|
|
3169
3169
|
|
|
3170
3170
|
## `sf config unset`
|
|
3171
3171
|
|
|
@@ -3215,7 +3215,7 @@ CONFIGURATION VARIABLES
|
|
|
3215
3215
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3216
3216
|
```
|
|
3217
3217
|
|
|
3218
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3218
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.84/src/commands/config/unset.ts)_
|
|
3219
3219
|
|
|
3220
3220
|
## `sf data bulk results`
|
|
3221
3221
|
|
|
@@ -4345,7 +4345,7 @@ EXAMPLES
|
|
|
4345
4345
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4346
4346
|
```
|
|
4347
4347
|
|
|
4348
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4348
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/doctor.ts)_
|
|
4349
4349
|
|
|
4350
4350
|
## `sf force data bulk delete`
|
|
4351
4351
|
|
|
@@ -4547,7 +4547,7 @@ EXAMPLES
|
|
|
4547
4547
|
$ sf info releasenotes display --version latest
|
|
4548
4548
|
```
|
|
4549
4549
|
|
|
4550
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4550
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/info/releasenotes/display.ts)_
|
|
4551
4551
|
|
|
4552
4552
|
## `sf logic get test`
|
|
4553
4553
|
|
|
@@ -4853,7 +4853,7 @@ EXAMPLES
|
|
|
4853
4853
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4854
4854
|
```
|
|
4855
4855
|
|
|
4856
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4856
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-access-token.ts)_
|
|
4857
4857
|
|
|
4858
4858
|
## `sf org auth show-sfdx-auth-url`
|
|
4859
4859
|
|
|
@@ -4897,7 +4897,7 @@ EXAMPLES
|
|
|
4897
4897
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4898
4898
|
```
|
|
4899
4899
|
|
|
4900
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4900
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4901
4901
|
|
|
4902
4902
|
## `sf org auth show-user-password`
|
|
4903
4903
|
|
|
@@ -4944,7 +4944,7 @@ EXAMPLES
|
|
|
4944
4944
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4945
4945
|
```
|
|
4946
4946
|
|
|
4947
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4947
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-user-password.ts)_
|
|
4948
4948
|
|
|
4949
4949
|
## `sf org create agent-user`
|
|
4950
4950
|
|
|
@@ -5022,7 +5022,7 @@ FLAG DESCRIPTIONS
|
|
|
5022
5022
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5025
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/agent-user.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org create sandbox`
|
|
5028
5028
|
|
|
@@ -5156,7 +5156,7 @@ FLAG DESCRIPTIONS
|
|
|
5156
5156
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5157
5157
|
```
|
|
5158
5158
|
|
|
5159
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5159
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/sandbox.ts)_
|
|
5160
5160
|
|
|
5161
5161
|
## `sf org create scratch`
|
|
5162
5162
|
|
|
@@ -5338,7 +5338,7 @@ FLAG DESCRIPTIONS
|
|
|
5338
5338
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5339
5339
|
```
|
|
5340
5340
|
|
|
5341
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5341
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/scratch.ts)_
|
|
5342
5342
|
|
|
5343
5343
|
## `sf org create user`
|
|
5344
5344
|
|
|
@@ -5492,7 +5492,7 @@ EXAMPLES
|
|
|
5492
5492
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5493
5493
|
```
|
|
5494
5494
|
|
|
5495
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5495
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/sandbox.ts)_
|
|
5496
5496
|
|
|
5497
5497
|
## `sf org delete scratch`
|
|
5498
5498
|
|
|
@@ -5536,7 +5536,7 @@ EXAMPLES
|
|
|
5536
5536
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5537
5537
|
```
|
|
5538
5538
|
|
|
5539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/scratch.ts)_
|
|
5540
5540
|
|
|
5541
5541
|
## `sf org disable tracking`
|
|
5542
5542
|
|
|
@@ -5575,7 +5575,7 @@ EXAMPLES
|
|
|
5575
5575
|
$ sf org disable tracking
|
|
5576
5576
|
```
|
|
5577
5577
|
|
|
5578
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5578
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/disable/tracking.ts)_
|
|
5579
5579
|
|
|
5580
5580
|
## `sf org display`
|
|
5581
5581
|
|
|
@@ -5620,7 +5620,7 @@ EXAMPLES
|
|
|
5620
5620
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5621
5621
|
```
|
|
5622
5622
|
|
|
5623
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5623
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/display.ts)_
|
|
5624
5624
|
|
|
5625
5625
|
## `sf org display user`
|
|
5626
5626
|
|
|
@@ -5700,7 +5700,7 @@ EXAMPLES
|
|
|
5700
5700
|
$ sf org enable tracking
|
|
5701
5701
|
```
|
|
5702
5702
|
|
|
5703
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5703
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/enable/tracking.ts)_
|
|
5704
5704
|
|
|
5705
5705
|
## `sf org generate password`
|
|
5706
5706
|
|
|
@@ -5806,7 +5806,7 @@ EXAMPLES
|
|
|
5806
5806
|
$ sf org list --clean
|
|
5807
5807
|
```
|
|
5808
5808
|
|
|
5809
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5809
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf org list auth`
|
|
5812
5812
|
|
|
@@ -5838,7 +5838,7 @@ EXAMPLES
|
|
|
5838
5838
|
$ sf org list auth
|
|
5839
5839
|
```
|
|
5840
5840
|
|
|
5841
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
5841
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/list/auth.ts)_
|
|
5842
5842
|
|
|
5843
5843
|
## `sf org list limits`
|
|
5844
5844
|
|
|
@@ -5878,7 +5878,7 @@ EXAMPLES
|
|
|
5878
5878
|
$ sf org list limits --target-org my-scratch-org
|
|
5879
5879
|
```
|
|
5880
5880
|
|
|
5881
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5881
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/limits.ts)_
|
|
5882
5882
|
|
|
5883
5883
|
## `sf org list metadata`
|
|
5884
5884
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5948
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf org list metadata-types`
|
|
5951
5951
|
|
|
@@ -6000,7 +6000,7 @@ FLAG DESCRIPTIONS
|
|
|
6000
6000
|
Override the api version used for api requests made by this command
|
|
6001
6001
|
```
|
|
6002
6002
|
|
|
6003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6003
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata-types.ts)_
|
|
6004
6004
|
|
|
6005
6005
|
## `sf org list sobject record-counts`
|
|
6006
6006
|
|
|
@@ -6046,7 +6046,7 @@ EXAMPLES
|
|
|
6046
6046
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
6047
6047
|
```
|
|
6048
6048
|
|
|
6049
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6049
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/sobject/record-counts.ts)_
|
|
6050
6050
|
|
|
6051
6051
|
## `sf org list users`
|
|
6052
6052
|
|
|
@@ -6138,7 +6138,7 @@ FLAG DESCRIPTIONS
|
|
|
6138
6138
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6139
6139
|
```
|
|
6140
6140
|
|
|
6141
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6141
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/login/access-token.ts)_
|
|
6142
6142
|
|
|
6143
6143
|
## `sf org login jwt`
|
|
6144
6144
|
|
|
@@ -6229,7 +6229,7 @@ FLAG DESCRIPTIONS
|
|
|
6229
6229
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6230
6230
|
```
|
|
6231
6231
|
|
|
6232
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6232
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/login/jwt.ts)_
|
|
6233
6233
|
|
|
6234
6234
|
## `sf org login sfdx-url`
|
|
6235
6235
|
|
|
@@ -6299,7 +6299,7 @@ EXAMPLES
|
|
|
6299
6299
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
6300
6300
|
```
|
|
6301
6301
|
|
|
6302
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6302
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/login/sfdx-url.ts)_
|
|
6303
6303
|
|
|
6304
6304
|
## `sf org login web`
|
|
6305
6305
|
|
|
@@ -6404,7 +6404,7 @@ FLAG DESCRIPTIONS
|
|
|
6404
6404
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6405
6405
|
```
|
|
6406
6406
|
|
|
6407
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6407
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/login/web.ts)_
|
|
6408
6408
|
|
|
6409
6409
|
## `sf org logout`
|
|
6410
6410
|
|
|
@@ -6470,7 +6470,7 @@ FLAG DESCRIPTIONS
|
|
|
6470
6470
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
6471
6471
|
```
|
|
6472
6472
|
|
|
6473
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6473
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.2/src/commands/org/logout.ts)_
|
|
6474
6474
|
|
|
6475
6475
|
## `sf org open`
|
|
6476
6476
|
|
|
@@ -6546,7 +6546,7 @@ EXAMPLES
|
|
|
6546
6546
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6547
6547
|
```
|
|
6548
6548
|
|
|
6549
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6549
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open.ts)_
|
|
6550
6550
|
|
|
6551
6551
|
## `sf org open agent`
|
|
6552
6552
|
|
|
@@ -6610,7 +6610,7 @@ EXAMPLES
|
|
|
6610
6610
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6611
6611
|
```
|
|
6612
6612
|
|
|
6613
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6613
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/agent.ts)_
|
|
6614
6614
|
|
|
6615
6615
|
## `sf org open authoring-bundle`
|
|
6616
6616
|
|
|
@@ -6656,7 +6656,7 @@ EXAMPLES
|
|
|
6656
6656
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6657
6657
|
```
|
|
6658
6658
|
|
|
6659
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6659
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/authoring-bundle.ts)_
|
|
6660
6660
|
|
|
6661
6661
|
## `sf org refresh sandbox`
|
|
6662
6662
|
|
|
@@ -6759,7 +6759,7 @@ FLAG DESCRIPTIONS
|
|
|
6759
6759
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6760
6760
|
```
|
|
6761
6761
|
|
|
6762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/refresh/sandbox.ts)_
|
|
6763
6763
|
|
|
6764
6764
|
## `sf org resume sandbox`
|
|
6765
6765
|
|
|
@@ -6822,7 +6822,7 @@ FLAG DESCRIPTIONS
|
|
|
6822
6822
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6823
6823
|
```
|
|
6824
6824
|
|
|
6825
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6825
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/sandbox.ts)_
|
|
6826
6826
|
|
|
6827
6827
|
## `sf org resume scratch`
|
|
6828
6828
|
|
|
@@ -6875,7 +6875,7 @@ FLAG DESCRIPTIONS
|
|
|
6875
6875
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6876
6876
|
```
|
|
6877
6877
|
|
|
6878
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6878
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/scratch.ts)_
|
|
6879
6879
|
|
|
6880
6880
|
## `sf package convert`
|
|
6881
6881
|
|
|
@@ -6972,7 +6972,7 @@ FLAG DESCRIPTIONS
|
|
|
6972
6972
|
--installation-key-bypass flag is required.
|
|
6973
6973
|
```
|
|
6974
6974
|
|
|
6975
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
6975
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/convert.ts)_
|
|
6976
6976
|
|
|
6977
6977
|
## `sf package create`
|
|
6978
6978
|
|
|
@@ -7051,7 +7051,7 @@ FLAG DESCRIPTIONS
|
|
|
7051
7051
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
7052
7052
|
```
|
|
7053
7053
|
|
|
7054
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7054
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/create.ts)_
|
|
7055
7055
|
|
|
7056
7056
|
## `sf package delete`
|
|
7057
7057
|
|
|
@@ -7093,7 +7093,7 @@ EXAMPLES
|
|
|
7093
7093
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
7094
7094
|
```
|
|
7095
7095
|
|
|
7096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/delete.ts)_
|
|
7097
7097
|
|
|
7098
7098
|
## `sf package install`
|
|
7099
7099
|
|
|
@@ -7192,7 +7192,7 @@ FLAG DESCRIPTIONS
|
|
|
7192
7192
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
7193
7193
|
```
|
|
7194
7194
|
|
|
7195
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7195
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/install.ts)_
|
|
7196
7196
|
|
|
7197
7197
|
## `sf package install report`
|
|
7198
7198
|
|
|
@@ -7225,7 +7225,7 @@ EXAMPLES
|
|
|
7225
7225
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
7226
7226
|
```
|
|
7227
7227
|
|
|
7228
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7228
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/install/report.ts)_
|
|
7229
7229
|
|
|
7230
7230
|
## `sf package installed list`
|
|
7231
7231
|
|
|
@@ -7257,7 +7257,7 @@ EXAMPLES
|
|
|
7257
7257
|
$ sf package installed list --target-org me@example.com
|
|
7258
7258
|
```
|
|
7259
7259
|
|
|
7260
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7260
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/installed/list.ts)_
|
|
7261
7261
|
|
|
7262
7262
|
## `sf package list`
|
|
7263
7263
|
|
|
@@ -7295,7 +7295,7 @@ EXAMPLES
|
|
|
7295
7295
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
7296
7296
|
```
|
|
7297
7297
|
|
|
7298
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7298
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/list.ts)_
|
|
7299
7299
|
|
|
7300
7300
|
## `sf package push-upgrade abort`
|
|
7301
7301
|
|
|
@@ -7334,7 +7334,7 @@ EXAMPLES
|
|
|
7334
7334
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7335
7335
|
```
|
|
7336
7336
|
|
|
7337
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7337
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/push-upgrade/abort.ts)_
|
|
7338
7338
|
|
|
7339
7339
|
## `sf package push-upgrade list`
|
|
7340
7340
|
|
|
@@ -7393,7 +7393,7 @@ EXAMPLES
|
|
|
7393
7393
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
7394
7394
|
```
|
|
7395
7395
|
|
|
7396
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7396
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/push-upgrade/list.ts)_
|
|
7397
7397
|
|
|
7398
7398
|
## `sf package push-upgrade report`
|
|
7399
7399
|
|
|
@@ -7435,7 +7435,7 @@ EXAMPLES
|
|
|
7435
7435
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7436
7436
|
```
|
|
7437
7437
|
|
|
7438
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7438
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/push-upgrade/report.ts)_
|
|
7439
7439
|
|
|
7440
7440
|
## `sf package push-upgrade schedule`
|
|
7441
7441
|
|
|
@@ -7522,7 +7522,7 @@ FLAG DESCRIPTIONS
|
|
|
7522
7522
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
7523
7523
|
```
|
|
7524
7524
|
|
|
7525
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7525
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/push-upgrade/schedule.ts)_
|
|
7526
7526
|
|
|
7527
7527
|
## `sf package uninstall`
|
|
7528
7528
|
|
|
@@ -7570,7 +7570,7 @@ EXAMPLES
|
|
|
7570
7570
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
7571
7571
|
```
|
|
7572
7572
|
|
|
7573
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7573
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/uninstall.ts)_
|
|
7574
7574
|
|
|
7575
7575
|
## `sf package uninstall report`
|
|
7576
7576
|
|
|
@@ -7603,7 +7603,7 @@ EXAMPLES
|
|
|
7603
7603
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
7604
7604
|
```
|
|
7605
7605
|
|
|
7606
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7606
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/uninstall/report.ts)_
|
|
7607
7607
|
|
|
7608
7608
|
## `sf package update`
|
|
7609
7609
|
|
|
@@ -7671,7 +7671,7 @@ FLAG DESCRIPTIONS
|
|
|
7671
7671
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
7672
7672
|
```
|
|
7673
7673
|
|
|
7674
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7674
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/update.ts)_
|
|
7675
7675
|
|
|
7676
7676
|
## `sf package version create`
|
|
7677
7677
|
|
|
@@ -7848,7 +7848,7 @@ FLAG DESCRIPTIONS
|
|
|
7848
7848
|
periods of no output from commands.
|
|
7849
7849
|
```
|
|
7850
7850
|
|
|
7851
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7851
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/create.ts)_
|
|
7852
7852
|
|
|
7853
7853
|
## `sf package version create list`
|
|
7854
7854
|
|
|
@@ -7909,7 +7909,7 @@ EXAMPLES
|
|
|
7909
7909
|
$ sf package version create list --created-last-days 0 --status Success
|
|
7910
7910
|
```
|
|
7911
7911
|
|
|
7912
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7912
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/create/list.ts)_
|
|
7913
7913
|
|
|
7914
7914
|
## `sf package version create report`
|
|
7915
7915
|
|
|
@@ -7952,7 +7952,7 @@ EXAMPLES
|
|
|
7952
7952
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7953
7953
|
```
|
|
7954
7954
|
|
|
7955
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7955
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/create/report.ts)_
|
|
7956
7956
|
|
|
7957
7957
|
## `sf package version delete`
|
|
7958
7958
|
|
|
@@ -7993,7 +7993,7 @@ EXAMPLES
|
|
|
7993
7993
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7994
7994
|
```
|
|
7995
7995
|
|
|
7996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
7996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/delete.ts)_
|
|
7997
7997
|
|
|
7998
7998
|
## `sf package version displayancestry`
|
|
7999
7999
|
|
|
@@ -8053,7 +8053,7 @@ FLAG DESCRIPTIONS
|
|
|
8053
8053
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
8054
8054
|
```
|
|
8055
8055
|
|
|
8056
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8056
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/displayancestry.ts)_
|
|
8057
8057
|
|
|
8058
8058
|
## `sf package version displaydependencies`
|
|
8059
8059
|
|
|
@@ -8115,7 +8115,7 @@ FLAG DESCRIPTIONS
|
|
|
8115
8115
|
package, which must be installed last.
|
|
8116
8116
|
```
|
|
8117
8117
|
|
|
8118
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8118
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/displaydependencies.ts)_
|
|
8119
8119
|
|
|
8120
8120
|
## `sf package version list`
|
|
8121
8121
|
|
|
@@ -8191,7 +8191,7 @@ EXAMPLES
|
|
|
8191
8191
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
8192
8192
|
```
|
|
8193
8193
|
|
|
8194
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8194
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/list.ts)_
|
|
8195
8195
|
|
|
8196
8196
|
## `sf package version promote`
|
|
8197
8197
|
|
|
@@ -8235,7 +8235,7 @@ EXAMPLES
|
|
|
8235
8235
|
$ sf package version promote --package "Awesome Package Alias"
|
|
8236
8236
|
```
|
|
8237
8237
|
|
|
8238
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8238
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/promote.ts)_
|
|
8239
8239
|
|
|
8240
8240
|
## `sf package version report`
|
|
8241
8241
|
|
|
@@ -8275,7 +8275,7 @@ EXAMPLES
|
|
|
8275
8275
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
8276
8276
|
```
|
|
8277
8277
|
|
|
8278
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8278
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/report.ts)_
|
|
8279
8279
|
|
|
8280
8280
|
## `sf package version retrieve`
|
|
8281
8281
|
|
|
@@ -8320,7 +8320,7 @@ EXAMPLES
|
|
|
8320
8320
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
8321
8321
|
```
|
|
8322
8322
|
|
|
8323
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8323
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/retrieve.ts)_
|
|
8324
8324
|
|
|
8325
8325
|
## `sf package version update`
|
|
8326
8326
|
|
|
@@ -8373,7 +8373,7 @@ EXAMPLES
|
|
|
8373
8373
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
8374
8374
|
```
|
|
8375
8375
|
|
|
8376
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8376
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package/version/update.ts)_
|
|
8377
8377
|
|
|
8378
8378
|
## `sf package1 version create`
|
|
8379
8379
|
|
|
@@ -8440,7 +8440,7 @@ FLAG DESCRIPTIONS
|
|
|
8440
8440
|
subscribers.
|
|
8441
8441
|
```
|
|
8442
8442
|
|
|
8443
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8443
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package1/version/create.ts)_
|
|
8444
8444
|
|
|
8445
8445
|
## `sf package1 version create get`
|
|
8446
8446
|
|
|
@@ -8473,7 +8473,7 @@ EXAMPLES
|
|
|
8473
8473
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
8474
8474
|
```
|
|
8475
8475
|
|
|
8476
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8476
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package1/version/create/get.ts)_
|
|
8477
8477
|
|
|
8478
8478
|
## `sf package1 version display`
|
|
8479
8479
|
|
|
@@ -8507,7 +8507,7 @@ EXAMPLES
|
|
|
8507
8507
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
8508
8508
|
```
|
|
8509
8509
|
|
|
8510
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8510
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package1/version/display.ts)_
|
|
8511
8511
|
|
|
8512
8512
|
## `sf package1 version list`
|
|
8513
8513
|
|
|
@@ -8545,7 +8545,7 @@ FLAG DESCRIPTIONS
|
|
|
8545
8545
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
8546
8546
|
```
|
|
8547
8547
|
|
|
8548
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.
|
|
8548
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.3/src/commands/package1/version/list.ts)_
|
|
8549
8549
|
|
|
8550
8550
|
## `sf plugins`
|
|
8551
8551
|
|
|
@@ -8568,7 +8568,7 @@ EXAMPLES
|
|
|
8568
8568
|
$ sf plugins
|
|
8569
8569
|
```
|
|
8570
8570
|
|
|
8571
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8571
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/index.ts)_
|
|
8572
8572
|
|
|
8573
8573
|
## `sf plugins discover`
|
|
8574
8574
|
|
|
@@ -8586,7 +8586,7 @@ EXAMPLES
|
|
|
8586
8586
|
$ sf plugins discover
|
|
8587
8587
|
```
|
|
8588
8588
|
|
|
8589
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
8589
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.31/src/commands/plugins/discover.ts)_
|
|
8590
8590
|
|
|
8591
8591
|
## `sf plugins:inspect PLUGIN...`
|
|
8592
8592
|
|
|
@@ -8613,7 +8613,7 @@ EXAMPLES
|
|
|
8613
8613
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
8614
8614
|
```
|
|
8615
8615
|
|
|
8616
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8616
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/inspect.ts)_
|
|
8617
8617
|
|
|
8618
8618
|
## `sf plugins install PLUGIN`
|
|
8619
8619
|
|
|
@@ -8662,7 +8662,7 @@ EXAMPLES
|
|
|
8662
8662
|
$ sf plugins install someuser/someplugin
|
|
8663
8663
|
```
|
|
8664
8664
|
|
|
8665
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8665
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/install.ts)_
|
|
8666
8666
|
|
|
8667
8667
|
## `sf plugins link PATH`
|
|
8668
8668
|
|
|
@@ -8693,7 +8693,7 @@ EXAMPLES
|
|
|
8693
8693
|
$ sf plugins link @salesforce/plugin-packaging
|
|
8694
8694
|
```
|
|
8695
8695
|
|
|
8696
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8696
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/link.ts)_
|
|
8697
8697
|
|
|
8698
8698
|
## `sf plugins reset`
|
|
8699
8699
|
|
|
@@ -8708,7 +8708,7 @@ FLAGS
|
|
|
8708
8708
|
--reinstall Reinstall all plugins after uninstalling.
|
|
8709
8709
|
```
|
|
8710
8710
|
|
|
8711
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8711
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/reset.ts)_
|
|
8712
8712
|
|
|
8713
8713
|
## `sf plugins trust allowlist add`
|
|
8714
8714
|
|
|
@@ -8745,7 +8745,7 @@ EXAMPLES
|
|
|
8745
8745
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8746
8746
|
```
|
|
8747
8747
|
|
|
8748
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8748
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.19/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8749
8749
|
|
|
8750
8750
|
## `sf plugins trust allowlist list`
|
|
8751
8751
|
|
|
@@ -8773,7 +8773,7 @@ EXAMPLES
|
|
|
8773
8773
|
$ sf plugins trust allowlist list
|
|
8774
8774
|
```
|
|
8775
8775
|
|
|
8776
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8776
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.19/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8777
8777
|
|
|
8778
8778
|
## `sf plugins trust allowlist remove`
|
|
8779
8779
|
|
|
@@ -8810,7 +8810,7 @@ EXAMPLES
|
|
|
8810
8810
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8811
8811
|
```
|
|
8812
8812
|
|
|
8813
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8813
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.19/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8814
8814
|
|
|
8815
8815
|
## `sf plugins trust verify`
|
|
8816
8816
|
|
|
@@ -8839,7 +8839,7 @@ EXAMPLES
|
|
|
8839
8839
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8840
8840
|
```
|
|
8841
8841
|
|
|
8842
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8842
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.19/src/commands/plugins/trust/verify.ts)_
|
|
8843
8843
|
|
|
8844
8844
|
## `sf plugins uninstall [PLUGIN]`
|
|
8845
8845
|
|
|
@@ -8867,7 +8867,7 @@ EXAMPLES
|
|
|
8867
8867
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
8868
8868
|
```
|
|
8869
8869
|
|
|
8870
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8870
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/uninstall.ts)_
|
|
8871
8871
|
|
|
8872
8872
|
## `sf plugins update`
|
|
8873
8873
|
|
|
@@ -8885,7 +8885,7 @@ DESCRIPTION
|
|
|
8885
8885
|
Update installed plugins.
|
|
8886
8886
|
```
|
|
8887
8887
|
|
|
8888
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8888
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/update.ts)_
|
|
8889
8889
|
|
|
8890
8890
|
## `sf project convert mdapi`
|
|
8891
8891
|
|
|
@@ -10936,7 +10936,7 @@ FLAG DESCRIPTIONS
|
|
|
10936
10936
|
directory.
|
|
10937
10937
|
```
|
|
10938
10938
|
|
|
10939
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10939
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/analytics/template.ts)_
|
|
10940
10940
|
|
|
10941
10941
|
## `sf template generate apex class`
|
|
10942
10942
|
|
|
@@ -10996,7 +10996,7 @@ FLAG DESCRIPTIONS
|
|
|
10996
10996
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10997
10997
|
```
|
|
10998
10998
|
|
|
10999
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10999
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/class.ts)_
|
|
11000
11000
|
|
|
11001
11001
|
## `sf template generate apex trigger`
|
|
11002
11002
|
|
|
@@ -11066,7 +11066,7 @@ FLAG DESCRIPTIONS
|
|
|
11066
11066
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11067
11067
|
```
|
|
11068
11068
|
|
|
11069
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11069
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/trigger.ts)_
|
|
11070
11070
|
|
|
11071
11071
|
## `sf template generate digital-experience site`
|
|
11072
11072
|
|
|
@@ -11120,7 +11120,7 @@ FLAG DESCRIPTIONS
|
|
|
11120
11120
|
project, defaults to the current directory.
|
|
11121
11121
|
```
|
|
11122
11122
|
|
|
11123
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11123
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
11124
11124
|
|
|
11125
11125
|
## `sf template generate flexipage`
|
|
11126
11126
|
|
|
@@ -11202,7 +11202,7 @@ FLAG DESCRIPTIONS
|
|
|
11202
11202
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11203
11203
|
```
|
|
11204
11204
|
|
|
11205
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11205
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/flexipage/index.ts)_
|
|
11206
11206
|
|
|
11207
11207
|
## `sf template generate lightning app`
|
|
11208
11208
|
|
|
@@ -11260,7 +11260,7 @@ FLAG DESCRIPTIONS
|
|
|
11260
11260
|
field in the DX project's "sfdx-project.json" file.
|
|
11261
11261
|
```
|
|
11262
11262
|
|
|
11263
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11263
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/app.ts)_
|
|
11264
11264
|
|
|
11265
11265
|
## `sf template generate lightning component`
|
|
11266
11266
|
|
|
@@ -11337,7 +11337,7 @@ FLAG DESCRIPTIONS
|
|
|
11337
11337
|
field in the DX project's "sfdx-project.json" file.
|
|
11338
11338
|
```
|
|
11339
11339
|
|
|
11340
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11340
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/component.ts)_
|
|
11341
11341
|
|
|
11342
11342
|
## `sf template generate lightning event`
|
|
11343
11343
|
|
|
@@ -11395,7 +11395,7 @@ FLAG DESCRIPTIONS
|
|
|
11395
11395
|
field in the DX project's "sfdx-project.json" file.
|
|
11396
11396
|
```
|
|
11397
11397
|
|
|
11398
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11398
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/event.ts)_
|
|
11399
11399
|
|
|
11400
11400
|
## `sf template generate lightning interface`
|
|
11401
11401
|
|
|
@@ -11453,7 +11453,7 @@ FLAG DESCRIPTIONS
|
|
|
11453
11453
|
field in the DX project's "sfdx-project.json" file.
|
|
11454
11454
|
```
|
|
11455
11455
|
|
|
11456
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11456
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/interface.ts)_
|
|
11457
11457
|
|
|
11458
11458
|
## `sf template generate lightning test`
|
|
11459
11459
|
|
|
@@ -11511,7 +11511,7 @@ FLAG DESCRIPTIONS
|
|
|
11511
11511
|
field in the DX project's "sfdx-project.json" file.
|
|
11512
11512
|
```
|
|
11513
11513
|
|
|
11514
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11514
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/test.ts)_
|
|
11515
11515
|
|
|
11516
11516
|
## `sf template generate project`
|
|
11517
11517
|
|
|
@@ -11637,7 +11637,7 @@ FLAG DESCRIPTIONS
|
|
|
11637
11637
|
server-side type stripping.
|
|
11638
11638
|
```
|
|
11639
11639
|
|
|
11640
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11640
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/project/index.ts)_
|
|
11641
11641
|
|
|
11642
11642
|
## `sf template generate static-resource`
|
|
11643
11643
|
|
|
@@ -11700,7 +11700,7 @@ FLAG DESCRIPTIONS
|
|
|
11700
11700
|
etc.
|
|
11701
11701
|
```
|
|
11702
11702
|
|
|
11703
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11703
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/static-resource/index.ts)_
|
|
11704
11704
|
|
|
11705
11705
|
## `sf template generate ui-bundle`
|
|
11706
11706
|
|
|
@@ -11784,7 +11784,7 @@ FLAG DESCRIPTIONS
|
|
|
11784
11784
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11785
11785
|
```
|
|
11786
11786
|
|
|
11787
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11787
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11788
11788
|
|
|
11789
11789
|
## `sf template generate visualforce component`
|
|
11790
11790
|
|
|
@@ -11841,7 +11841,7 @@ FLAG DESCRIPTIONS
|
|
|
11841
11841
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11842
11842
|
```
|
|
11843
11843
|
|
|
11844
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11844
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/component.ts)_
|
|
11845
11845
|
|
|
11846
11846
|
## `sf template generate visualforce page`
|
|
11847
11847
|
|
|
@@ -11892,7 +11892,7 @@ FLAG DESCRIPTIONS
|
|
|
11892
11892
|
The name can be up to 40 characters and must start with a letter.
|
|
11893
11893
|
```
|
|
11894
11894
|
|
|
11895
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11895
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/page.ts)_
|
|
11896
11896
|
|
|
11897
11897
|
## `sf update [CHANNEL]`
|
|
11898
11898
|
|
|
@@ -11930,7 +11930,7 @@ EXAMPLES
|
|
|
11930
11930
|
$ sf update --available
|
|
11931
11931
|
```
|
|
11932
11932
|
|
|
11933
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11933
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.48/src/commands/update.ts)_
|
|
11934
11934
|
|
|
11935
11935
|
## `sf version`
|
|
11936
11936
|
|