@salesforce/cli 2.143.3 → 2.143.5
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 +69 -69
- package/npm-shrinkwrap.json +305 -451
- package/oclif.lock +331 -435
- package/oclif.manifest.json +126 -126
- package/package.json +14 -14
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.143.
|
|
28
|
+
@salesforce/cli/2.143.5 linux-x64 node-v24.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3283,7 +3283,7 @@ EXAMPLES
|
|
|
3283
3283
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
3284
3284
|
```
|
|
3285
3285
|
|
|
3286
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
3286
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.46/src/commands/api/request/graphql.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf api request rest [URL]`
|
|
3289
3289
|
|
|
@@ -3392,7 +3392,7 @@ FLAG DESCRIPTIONS
|
|
|
3392
3392
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
3393
3393
|
```
|
|
3394
3394
|
|
|
3395
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
3395
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.46/src/commands/api/request/rest.ts)_
|
|
3396
3396
|
|
|
3397
3397
|
## `sf autocomplete [SHELL]`
|
|
3398
3398
|
|
|
@@ -4790,7 +4790,7 @@ EXAMPLES
|
|
|
4790
4790
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4791
4791
|
```
|
|
4792
4792
|
|
|
4793
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4793
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.147/src/commands/doctor.ts)_
|
|
4794
4794
|
|
|
4795
4795
|
## `sf force data bulk delete`
|
|
4796
4796
|
|
|
@@ -4992,7 +4992,7 @@ EXAMPLES
|
|
|
4992
4992
|
$ sf info releasenotes display --version latest
|
|
4993
4993
|
```
|
|
4994
4994
|
|
|
4995
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4995
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.147/src/commands/info/releasenotes/display.ts)_
|
|
4996
4996
|
|
|
4997
4997
|
## `sf logic get test`
|
|
4998
4998
|
|
|
@@ -5298,7 +5298,7 @@ EXAMPLES
|
|
|
5298
5298
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5301
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/auth/show-access-token.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf org auth show-sfdx-auth-url`
|
|
5304
5304
|
|
|
@@ -5342,7 +5342,7 @@ EXAMPLES
|
|
|
5342
5342
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5343
5343
|
```
|
|
5344
5344
|
|
|
5345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5345
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5346
5346
|
|
|
5347
5347
|
## `sf org auth show-user-password`
|
|
5348
5348
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/auth/show-user-password.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf org create agent-user`
|
|
5395
5395
|
|
|
@@ -5467,7 +5467,7 @@ FLAG DESCRIPTIONS
|
|
|
5467
5467
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5468
5468
|
```
|
|
5469
5469
|
|
|
5470
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5470
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/create/agent-user.ts)_
|
|
5471
5471
|
|
|
5472
5472
|
## `sf org create sandbox`
|
|
5473
5473
|
|
|
@@ -5601,7 +5601,7 @@ FLAG DESCRIPTIONS
|
|
|
5601
5601
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5602
5602
|
```
|
|
5603
5603
|
|
|
5604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5604
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/create/sandbox.ts)_
|
|
5605
5605
|
|
|
5606
5606
|
## `sf org create scratch`
|
|
5607
5607
|
|
|
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5783
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5784
5784
|
```
|
|
5785
5785
|
|
|
5786
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5786
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/create/scratch.ts)_
|
|
5787
5787
|
|
|
5788
5788
|
## `sf org create user`
|
|
5789
5789
|
|
|
@@ -5937,7 +5937,7 @@ EXAMPLES
|
|
|
5937
5937
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5938
5938
|
```
|
|
5939
5939
|
|
|
5940
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5940
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/delete/sandbox.ts)_
|
|
5941
5941
|
|
|
5942
5942
|
## `sf org delete scratch`
|
|
5943
5943
|
|
|
@@ -5981,7 +5981,7 @@ EXAMPLES
|
|
|
5981
5981
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5982
5982
|
```
|
|
5983
5983
|
|
|
5984
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5984
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/delete/scratch.ts)_
|
|
5985
5985
|
|
|
5986
5986
|
## `sf org disable tracking`
|
|
5987
5987
|
|
|
@@ -6020,7 +6020,7 @@ EXAMPLES
|
|
|
6020
6020
|
$ sf org disable tracking
|
|
6021
6021
|
```
|
|
6022
6022
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6023
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/disable/tracking.ts)_
|
|
6024
6024
|
|
|
6025
6025
|
## `sf org display`
|
|
6026
6026
|
|
|
@@ -6065,7 +6065,7 @@ EXAMPLES
|
|
|
6065
6065
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6066
6066
|
```
|
|
6067
6067
|
|
|
6068
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6068
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/display.ts)_
|
|
6069
6069
|
|
|
6070
6070
|
## `sf org display user`
|
|
6071
6071
|
|
|
@@ -6145,7 +6145,7 @@ EXAMPLES
|
|
|
6145
6145
|
$ sf org enable tracking
|
|
6146
6146
|
```
|
|
6147
6147
|
|
|
6148
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6148
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/enable/tracking.ts)_
|
|
6149
6149
|
|
|
6150
6150
|
## `sf org generate password`
|
|
6151
6151
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf org list --clean
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6254
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/list.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf org list auth`
|
|
6257
6257
|
|
|
@@ -6323,7 +6323,7 @@ EXAMPLES
|
|
|
6323
6323
|
$ sf org list limits --target-org my-scratch-org
|
|
6324
6324
|
```
|
|
6325
6325
|
|
|
6326
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6326
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.98/src/commands/org/list/limits.ts)_
|
|
6327
6327
|
|
|
6328
6328
|
## `sf org list metadata`
|
|
6329
6329
|
|
|
@@ -6390,7 +6390,7 @@ FLAG DESCRIPTIONS
|
|
|
6390
6390
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6391
6391
|
```
|
|
6392
6392
|
|
|
6393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/list/metadata.ts)_
|
|
6394
6394
|
|
|
6395
6395
|
## `sf org list metadata-types`
|
|
6396
6396
|
|
|
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
|
|
|
6445
6445
|
Override the api version used for api requests made by this command
|
|
6446
6446
|
```
|
|
6447
6447
|
|
|
6448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/list/metadata-types.ts)_
|
|
6449
6449
|
|
|
6450
6450
|
## `sf org list sobject record-counts`
|
|
6451
6451
|
|
|
@@ -6491,7 +6491,7 @@ EXAMPLES
|
|
|
6491
6491
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
6492
6492
|
```
|
|
6493
6493
|
|
|
6494
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6494
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.98/src/commands/org/list/sobject/record-counts.ts)_
|
|
6495
6495
|
|
|
6496
6496
|
## `sf org list users`
|
|
6497
6497
|
|
|
@@ -6991,7 +6991,7 @@ EXAMPLES
|
|
|
6991
6991
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6992
6992
|
```
|
|
6993
6993
|
|
|
6994
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6994
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/open.ts)_
|
|
6995
6995
|
|
|
6996
6996
|
## `sf org open agent`
|
|
6997
6997
|
|
|
@@ -7055,7 +7055,7 @@ EXAMPLES
|
|
|
7055
7055
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7056
7056
|
```
|
|
7057
7057
|
|
|
7058
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7058
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/open/agent.ts)_
|
|
7059
7059
|
|
|
7060
7060
|
## `sf org open authoring-bundle`
|
|
7061
7061
|
|
|
@@ -7101,7 +7101,7 @@ EXAMPLES
|
|
|
7101
7101
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7102
7102
|
```
|
|
7103
7103
|
|
|
7104
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7104
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/open/authoring-bundle.ts)_
|
|
7105
7105
|
|
|
7106
7106
|
## `sf org refresh sandbox`
|
|
7107
7107
|
|
|
@@ -7204,7 +7204,7 @@ FLAG DESCRIPTIONS
|
|
|
7204
7204
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7205
7205
|
```
|
|
7206
7206
|
|
|
7207
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7207
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/refresh/sandbox.ts)_
|
|
7208
7208
|
|
|
7209
7209
|
## `sf org resume sandbox`
|
|
7210
7210
|
|
|
@@ -7267,7 +7267,7 @@ FLAG DESCRIPTIONS
|
|
|
7267
7267
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7268
7268
|
```
|
|
7269
7269
|
|
|
7270
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7270
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/resume/sandbox.ts)_
|
|
7271
7271
|
|
|
7272
7272
|
## `sf org resume scratch`
|
|
7273
7273
|
|
|
@@ -7320,7 +7320,7 @@ FLAG DESCRIPTIONS
|
|
|
7320
7320
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7321
7321
|
```
|
|
7322
7322
|
|
|
7323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7323
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.16/src/commands/org/resume/scratch.ts)_
|
|
7324
7324
|
|
|
7325
7325
|
## `sf package convert`
|
|
7326
7326
|
|
|
@@ -9036,7 +9036,7 @@ EXAMPLES
|
|
|
9036
9036
|
$ sf plugins discover
|
|
9037
9037
|
```
|
|
9038
9038
|
|
|
9039
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
9039
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.38/src/commands/plugins/discover.ts)_
|
|
9040
9040
|
|
|
9041
9041
|
## `sf plugins:inspect PLUGIN...`
|
|
9042
9042
|
|
|
@@ -9195,7 +9195,7 @@ EXAMPLES
|
|
|
9195
9195
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9196
9196
|
```
|
|
9197
9197
|
|
|
9198
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9198
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.33/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9199
9199
|
|
|
9200
9200
|
## `sf plugins trust allowlist list`
|
|
9201
9201
|
|
|
@@ -9223,7 +9223,7 @@ EXAMPLES
|
|
|
9223
9223
|
$ sf plugins trust allowlist list
|
|
9224
9224
|
```
|
|
9225
9225
|
|
|
9226
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9226
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.33/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9227
9227
|
|
|
9228
9228
|
## `sf plugins trust allowlist remove`
|
|
9229
9229
|
|
|
@@ -9260,7 +9260,7 @@ EXAMPLES
|
|
|
9260
9260
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9261
9261
|
```
|
|
9262
9262
|
|
|
9263
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9263
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.33/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9264
9264
|
|
|
9265
9265
|
## `sf plugins trust verify`
|
|
9266
9266
|
|
|
@@ -9289,7 +9289,7 @@ EXAMPLES
|
|
|
9289
9289
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9290
9290
|
```
|
|
9291
9291
|
|
|
9292
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9292
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.33/src/commands/plugins/trust/verify.ts)_
|
|
9293
9293
|
|
|
9294
9294
|
## `sf plugins uninstall [PLUGIN]`
|
|
9295
9295
|
|
|
@@ -9398,7 +9398,7 @@ FLAG DESCRIPTIONS
|
|
|
9398
9398
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9399
9399
|
```
|
|
9400
9400
|
|
|
9401
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9401
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/convert/mdapi.ts)_
|
|
9402
9402
|
|
|
9403
9403
|
## `sf project convert source`
|
|
9404
9404
|
|
|
@@ -9471,7 +9471,7 @@ FLAG DESCRIPTIONS
|
|
|
9471
9471
|
Override the api version used for api requests made by this command
|
|
9472
9472
|
```
|
|
9473
9473
|
|
|
9474
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9474
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/convert/source.ts)_
|
|
9475
9475
|
|
|
9476
9476
|
## `sf project convert source-behavior`
|
|
9477
9477
|
|
|
@@ -9530,7 +9530,7 @@ EXAMPLES
|
|
|
9530
9530
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
9531
9531
|
```
|
|
9532
9532
|
|
|
9533
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9533
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/convert/source-behavior.ts)_
|
|
9534
9534
|
|
|
9535
9535
|
## `sf project delete source`
|
|
9536
9536
|
|
|
@@ -9683,7 +9683,7 @@ FLAG DESCRIPTIONS
|
|
|
9683
9683
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
9684
9684
|
```
|
|
9685
9685
|
|
|
9686
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9686
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/delete/source.ts)_
|
|
9687
9687
|
|
|
9688
9688
|
## `sf project delete tracking`
|
|
9689
9689
|
|
|
@@ -9720,7 +9720,7 @@ EXAMPLES
|
|
|
9720
9720
|
$ sf project delete tracking --target-org my-scratch
|
|
9721
9721
|
```
|
|
9722
9722
|
|
|
9723
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9723
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/delete/tracking.ts)_
|
|
9724
9724
|
|
|
9725
9725
|
## `sf project deploy cancel`
|
|
9726
9726
|
|
|
@@ -9792,7 +9792,7 @@ FLAG DESCRIPTIONS
|
|
|
9792
9792
|
project deploy report".
|
|
9793
9793
|
```
|
|
9794
9794
|
|
|
9795
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9795
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/cancel.ts)_
|
|
9796
9796
|
|
|
9797
9797
|
## `sf project deploy preview`
|
|
9798
9798
|
|
|
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
|
|
|
9875
9875
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9876
9876
|
```
|
|
9877
9877
|
|
|
9878
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9878
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/preview.ts)_
|
|
9879
9879
|
|
|
9880
9880
|
## `sf project deploy quick`
|
|
9881
9881
|
|
|
@@ -9968,7 +9968,7 @@ ERROR CODES
|
|
|
9968
9968
|
Canceling (69) The deploy is being canceled.
|
|
9969
9969
|
```
|
|
9970
9970
|
|
|
9971
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9971
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/quick.ts)_
|
|
9972
9972
|
|
|
9973
9973
|
## `sf project deploy report`
|
|
9974
9974
|
|
|
@@ -10060,7 +10060,7 @@ FLAG DESCRIPTIONS
|
|
|
10060
10060
|
--coverage-formatters lcov --coverage-formatters clover
|
|
10061
10061
|
```
|
|
10062
10062
|
|
|
10063
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10063
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/report.ts)_
|
|
10064
10064
|
|
|
10065
10065
|
## `sf project deploy resume`
|
|
10066
10066
|
|
|
@@ -10157,7 +10157,7 @@ ERROR CODES
|
|
|
10157
10157
|
Canceling (69) The deploy is being canceled.
|
|
10158
10158
|
```
|
|
10159
10159
|
|
|
10160
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10160
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/resume.ts)_
|
|
10161
10161
|
|
|
10162
10162
|
## `sf project deploy start`
|
|
10163
10163
|
|
|
@@ -10423,7 +10423,7 @@ ERROR CODES
|
|
|
10423
10423
|
Canceling (69) The deploy is being canceled.
|
|
10424
10424
|
```
|
|
10425
10425
|
|
|
10426
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10426
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/start.ts)_
|
|
10427
10427
|
|
|
10428
10428
|
## `sf project deploy validate`
|
|
10429
10429
|
|
|
@@ -10627,7 +10627,7 @@ ERROR CODES
|
|
|
10627
10627
|
Canceling (69) The deploy is being canceled.
|
|
10628
10628
|
```
|
|
10629
10629
|
|
|
10630
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10630
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/deploy/validate.ts)_
|
|
10631
10631
|
|
|
10632
10632
|
## `sf project generate manifest`
|
|
10633
10633
|
|
|
@@ -10723,7 +10723,7 @@ EXAMPLES
|
|
|
10723
10723
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
10724
10724
|
```
|
|
10725
10725
|
|
|
10726
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10726
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/generate/manifest.ts)_
|
|
10727
10727
|
|
|
10728
10728
|
## `sf project list ignored`
|
|
10729
10729
|
|
|
@@ -10765,7 +10765,7 @@ EXAMPLES
|
|
|
10765
10765
|
$ sf project list ignored --source-dir package.xml
|
|
10766
10766
|
```
|
|
10767
10767
|
|
|
10768
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10768
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/list/ignored.ts)_
|
|
10769
10769
|
|
|
10770
10770
|
## `sf project reset tracking`
|
|
10771
10771
|
|
|
@@ -10814,7 +10814,7 @@ EXAMPLES
|
|
|
10814
10814
|
$ sf project reset tracking --revision 30
|
|
10815
10815
|
```
|
|
10816
10816
|
|
|
10817
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10817
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/reset/tracking.ts)_
|
|
10818
10818
|
|
|
10819
10819
|
## `sf project retrieve preview`
|
|
10820
10820
|
|
|
@@ -10868,7 +10868,7 @@ FLAG DESCRIPTIONS
|
|
|
10868
10868
|
production orgs.
|
|
10869
10869
|
```
|
|
10870
10870
|
|
|
10871
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10871
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/retrieve/preview.ts)_
|
|
10872
10872
|
|
|
10873
10873
|
## `sf project retrieve start`
|
|
10874
10874
|
|
|
@@ -11049,7 +11049,7 @@ ENVIRONMENT VARIABLES
|
|
|
11049
11049
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
11050
11050
|
```
|
|
11051
11051
|
|
|
11052
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
11052
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.56/src/commands/project/retrieve/start.ts)_
|
|
11053
11053
|
|
|
11054
11054
|
## `sf schema generate field`
|
|
11055
11055
|
|
|
@@ -11103,7 +11103,7 @@ FLAG DESCRIPTIONS
|
|
|
11103
11103
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
11104
11104
|
```
|
|
11105
11105
|
|
|
11106
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11106
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.121/src/commands/schema/generate/field.ts)_
|
|
11107
11107
|
|
|
11108
11108
|
## `sf schema generate platformevent`
|
|
11109
11109
|
|
|
@@ -11135,7 +11135,7 @@ EXAMPLES
|
|
|
11135
11135
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
11136
11136
|
```
|
|
11137
11137
|
|
|
11138
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11138
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.121/src/commands/schema/generate/platformevent.ts)_
|
|
11139
11139
|
|
|
11140
11140
|
## `sf schema generate sobject`
|
|
11141
11141
|
|
|
@@ -11192,7 +11192,7 @@ FLAG DESCRIPTIONS
|
|
|
11192
11192
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
11193
11193
|
```
|
|
11194
11194
|
|
|
11195
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11195
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.121/src/commands/schema/generate/sobject.ts)_
|
|
11196
11196
|
|
|
11197
11197
|
## `sf schema generate tab`
|
|
11198
11198
|
|
|
@@ -11240,7 +11240,7 @@ FLAG DESCRIPTIONS
|
|
|
11240
11240
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
11241
11241
|
```
|
|
11242
11242
|
|
|
11243
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11243
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.121/src/commands/schema/generate/tab.ts)_
|
|
11244
11244
|
|
|
11245
11245
|
## `sf search`
|
|
11246
11246
|
|
|
@@ -11256,7 +11256,7 @@ DESCRIPTION
|
|
|
11256
11256
|
Once you select a command, hit enter and it will show the help for that command.
|
|
11257
11257
|
```
|
|
11258
11258
|
|
|
11259
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
11259
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.53/src/commands/search.ts)_
|
|
11260
11260
|
|
|
11261
11261
|
## `sf sobject describe`
|
|
11262
11262
|
|
|
@@ -11386,7 +11386,7 @@ FLAG DESCRIPTIONS
|
|
|
11386
11386
|
directory.
|
|
11387
11387
|
```
|
|
11388
11388
|
|
|
11389
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11389
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/analytics/template.ts)_
|
|
11390
11390
|
|
|
11391
11391
|
## `sf template generate apex class`
|
|
11392
11392
|
|
|
@@ -11446,7 +11446,7 @@ FLAG DESCRIPTIONS
|
|
|
11446
11446
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11447
11447
|
```
|
|
11448
11448
|
|
|
11449
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11449
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/apex/class.ts)_
|
|
11450
11450
|
|
|
11451
11451
|
## `sf template generate apex trigger`
|
|
11452
11452
|
|
|
@@ -11516,7 +11516,7 @@ FLAG DESCRIPTIONS
|
|
|
11516
11516
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11517
11517
|
```
|
|
11518
11518
|
|
|
11519
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11519
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/apex/trigger.ts)_
|
|
11520
11520
|
|
|
11521
11521
|
## `sf template generate digital-experience site`
|
|
11522
11522
|
|
|
@@ -11570,7 +11570,7 @@ FLAG DESCRIPTIONS
|
|
|
11570
11570
|
project, defaults to the current directory.
|
|
11571
11571
|
```
|
|
11572
11572
|
|
|
11573
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11573
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/digital-experience/site.ts)_
|
|
11574
11574
|
|
|
11575
11575
|
## `sf template generate flexipage`
|
|
11576
11576
|
|
|
@@ -11652,7 +11652,7 @@ FLAG DESCRIPTIONS
|
|
|
11652
11652
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11653
11653
|
```
|
|
11654
11654
|
|
|
11655
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11655
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/flexipage/index.ts)_
|
|
11656
11656
|
|
|
11657
11657
|
## `sf template generate lightning app`
|
|
11658
11658
|
|
|
@@ -11710,7 +11710,7 @@ FLAG DESCRIPTIONS
|
|
|
11710
11710
|
field in the DX project's "sfdx-project.json" file.
|
|
11711
11711
|
```
|
|
11712
11712
|
|
|
11713
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11713
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/lightning/app.ts)_
|
|
11714
11714
|
|
|
11715
11715
|
## `sf template generate lightning component`
|
|
11716
11716
|
|
|
@@ -11787,7 +11787,7 @@ FLAG DESCRIPTIONS
|
|
|
11787
11787
|
field in the DX project's "sfdx-project.json" file.
|
|
11788
11788
|
```
|
|
11789
11789
|
|
|
11790
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11790
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/lightning/component.ts)_
|
|
11791
11791
|
|
|
11792
11792
|
## `sf template generate lightning event`
|
|
11793
11793
|
|
|
@@ -11845,7 +11845,7 @@ FLAG DESCRIPTIONS
|
|
|
11845
11845
|
field in the DX project's "sfdx-project.json" file.
|
|
11846
11846
|
```
|
|
11847
11847
|
|
|
11848
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11848
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/lightning/event.ts)_
|
|
11849
11849
|
|
|
11850
11850
|
## `sf template generate lightning interface`
|
|
11851
11851
|
|
|
@@ -11903,7 +11903,7 @@ FLAG DESCRIPTIONS
|
|
|
11903
11903
|
field in the DX project's "sfdx-project.json" file.
|
|
11904
11904
|
```
|
|
11905
11905
|
|
|
11906
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11906
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/lightning/interface.ts)_
|
|
11907
11907
|
|
|
11908
11908
|
## `sf template generate lightning test`
|
|
11909
11909
|
|
|
@@ -11961,7 +11961,7 @@ FLAG DESCRIPTIONS
|
|
|
11961
11961
|
field in the DX project's "sfdx-project.json" file.
|
|
11962
11962
|
```
|
|
11963
11963
|
|
|
11964
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11964
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/lightning/test.ts)_
|
|
11965
11965
|
|
|
11966
11966
|
## `sf template generate project`
|
|
11967
11967
|
|
|
@@ -12087,7 +12087,7 @@ FLAG DESCRIPTIONS
|
|
|
12087
12087
|
server-side type stripping.
|
|
12088
12088
|
```
|
|
12089
12089
|
|
|
12090
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12090
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/project/index.ts)_
|
|
12091
12091
|
|
|
12092
12092
|
## `sf template generate static-resource`
|
|
12093
12093
|
|
|
@@ -12150,7 +12150,7 @@ FLAG DESCRIPTIONS
|
|
|
12150
12150
|
etc.
|
|
12151
12151
|
```
|
|
12152
12152
|
|
|
12153
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12153
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/static-resource/index.ts)_
|
|
12154
12154
|
|
|
12155
12155
|
## `sf template generate ui-bundle`
|
|
12156
12156
|
|
|
@@ -12239,7 +12239,7 @@ FLAG DESCRIPTIONS
|
|
|
12239
12239
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12240
12240
|
```
|
|
12241
12241
|
|
|
12242
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12242
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12243
12243
|
|
|
12244
12244
|
## `sf template generate visualforce component`
|
|
12245
12245
|
|
|
@@ -12296,7 +12296,7 @@ FLAG DESCRIPTIONS
|
|
|
12296
12296
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12297
12297
|
```
|
|
12298
12298
|
|
|
12299
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12299
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/visualforce/component.ts)_
|
|
12300
12300
|
|
|
12301
12301
|
## `sf template generate visualforce page`
|
|
12302
12302
|
|
|
@@ -12347,7 +12347,7 @@ FLAG DESCRIPTIONS
|
|
|
12347
12347
|
The name can be up to 40 characters and must start with a letter.
|
|
12348
12348
|
```
|
|
12349
12349
|
|
|
12350
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12350
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.13/src/commands/template/generate/visualforce/page.ts)_
|
|
12351
12351
|
|
|
12352
12352
|
## `sf update [CHANNEL]`
|
|
12353
12353
|
|