@salesforce/cli 2.57.4 → 2.57.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 +46 -46
- package/npm-shrinkwrap.json +180 -839
- package/oclif.lock +55 -313
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.57.
|
|
27
|
+
@salesforce/cli/2.57.5 linux-x64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -520,7 +520,7 @@ FLAG DESCRIPTIONS
|
|
|
520
520
|
directory.
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
523
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/get/log.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf apex get test`
|
|
526
526
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
me@myorg'
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
578
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/get/test.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf apex list log`
|
|
581
581
|
|
|
@@ -615,7 +615,7 @@ EXAMPLES
|
|
|
615
615
|
$ sf apex list log --target-org me@my.org
|
|
616
616
|
```
|
|
617
617
|
|
|
618
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
618
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/list/log.ts)_
|
|
619
619
|
|
|
620
620
|
## `sf apex run`
|
|
621
621
|
|
|
@@ -662,7 +662,7 @@ EXAMPLES
|
|
|
662
662
|
$ sf apex run
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
665
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/run.ts)_
|
|
666
666
|
|
|
667
667
|
## `sf apex run test`
|
|
668
668
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
--tests Test1 --tests Test2
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
805
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/run/test.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf apex tail log`
|
|
808
808
|
|
|
@@ -845,7 +845,7 @@ EXAMPLES
|
|
|
845
845
|
$ sf apex tail log --color --skip-trace-flag
|
|
846
846
|
```
|
|
847
847
|
|
|
848
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.
|
|
848
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/tail/log.ts)_
|
|
849
849
|
|
|
850
850
|
## `sf api request graphql`
|
|
851
851
|
|
|
@@ -2840,7 +2840,7 @@ FLAG DESCRIPTIONS
|
|
|
2840
2840
|
|
|
2841
2841
|
```
|
|
2842
2842
|
|
|
2843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
2843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/create/sandbox.ts)_
|
|
2844
2844
|
|
|
2845
2845
|
## `sf org create scratch`
|
|
2846
2846
|
|
|
@@ -2996,7 +2996,7 @@ FLAG DESCRIPTIONS
|
|
|
2996
2996
|
|
|
2997
2997
|
```
|
|
2998
2998
|
|
|
2999
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
2999
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/create/scratch.ts)_
|
|
3000
3000
|
|
|
3001
3001
|
## `sf org create user`
|
|
3002
3002
|
|
|
@@ -3154,7 +3154,7 @@ Delete the sandbox without prompting to confirm:
|
|
|
3154
3154
|
|
|
3155
3155
|
```
|
|
3156
3156
|
|
|
3157
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3157
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/delete/sandbox.ts)_
|
|
3158
3158
|
|
|
3159
3159
|
## `sf org delete scratch`
|
|
3160
3160
|
|
|
@@ -3200,7 +3200,7 @@ Delete the scratch org without prompting to confirm :
|
|
|
3200
3200
|
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/delete/scratch.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org disable tracking`
|
|
3206
3206
|
|
|
@@ -3241,7 +3241,7 @@ Disable source tracking for your default org:
|
|
|
3241
3241
|
|
|
3242
3242
|
```
|
|
3243
3243
|
|
|
3244
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3244
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/disable/tracking.ts)_
|
|
3245
3245
|
|
|
3246
3246
|
## `sf org display`
|
|
3247
3247
|
|
|
@@ -3288,7 +3288,7 @@ Display information, including the sfdxAuthUrl property, about the org with alia
|
|
|
3288
3288
|
|
|
3289
3289
|
```
|
|
3290
3290
|
|
|
3291
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3291
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/display.ts)_
|
|
3292
3292
|
|
|
3293
3293
|
## `sf org display user`
|
|
3294
3294
|
|
|
@@ -3373,7 +3373,7 @@ Enable source tracking for your default org:
|
|
|
3373
3373
|
|
|
3374
3374
|
```
|
|
3375
3375
|
|
|
3376
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3376
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/enable/tracking.ts)_
|
|
3377
3377
|
|
|
3378
3378
|
## `sf org generate password`
|
|
3379
3379
|
|
|
@@ -3483,7 +3483,7 @@ List orgs and remove local org authorization info about non-active scratch orgs:
|
|
|
3483
3483
|
|
|
3484
3484
|
```
|
|
3485
3485
|
|
|
3486
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3486
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list.ts)_
|
|
3487
3487
|
|
|
3488
3488
|
## `sf org list auth`
|
|
3489
3489
|
|
|
@@ -3628,7 +3628,7 @@ FLAG DESCRIPTIONS
|
|
|
3628
3628
|
|
|
3629
3629
|
```
|
|
3630
3630
|
|
|
3631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list/metadata.ts)_
|
|
3632
3632
|
|
|
3633
3633
|
## `sf org list metadata-types`
|
|
3634
3634
|
|
|
@@ -3685,7 +3685,7 @@ FLAG DESCRIPTIONS
|
|
|
3685
3685
|
|
|
3686
3686
|
```
|
|
3687
3687
|
|
|
3688
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
3688
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list/metadata-types.ts)_
|
|
3689
3689
|
|
|
3690
3690
|
## `sf org list sobject record-counts`
|
|
3691
3691
|
|
|
@@ -4277,7 +4277,7 @@ Open a local Flow in Flow Builder:
|
|
|
4277
4277
|
|
|
4278
4278
|
```
|
|
4279
4279
|
|
|
4280
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
4280
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/open.ts)_
|
|
4281
4281
|
|
|
4282
4282
|
## `sf org refresh sandbox`
|
|
4283
4283
|
|
|
@@ -4356,7 +4356,7 @@ FLAG DESCRIPTIONS
|
|
|
4356
4356
|
|
|
4357
4357
|
```
|
|
4358
4358
|
|
|
4359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
4359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/refresh/sandbox.ts)_
|
|
4360
4360
|
|
|
4361
4361
|
## `sf org resume sandbox`
|
|
4362
4362
|
|
|
@@ -4421,7 +4421,7 @@ FLAG DESCRIPTIONS
|
|
|
4421
4421
|
|
|
4422
4422
|
```
|
|
4423
4423
|
|
|
4424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
4424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/resume/sandbox.ts)_
|
|
4425
4425
|
|
|
4426
4426
|
## `sf org resume scratch`
|
|
4427
4427
|
|
|
@@ -4470,7 +4470,7 @@ FLAG DESCRIPTIONS
|
|
|
4470
4470
|
|
|
4471
4471
|
```
|
|
4472
4472
|
|
|
4473
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.
|
|
4473
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/resume/scratch.ts)_
|
|
4474
4474
|
|
|
4475
4475
|
## `sf package create`
|
|
4476
4476
|
|
|
@@ -6057,7 +6057,7 @@ FLAG DESCRIPTIONS
|
|
|
6057
6057
|
|
|
6058
6058
|
```
|
|
6059
6059
|
|
|
6060
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6060
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/mdapi.ts)_
|
|
6061
6061
|
|
|
6062
6062
|
## `sf project convert source`
|
|
6063
6063
|
|
|
@@ -6070,7 +6070,7 @@ $ sf project convert source [--json] [--flags-dir <value>] [--api-version <value
|
|
|
6070
6070
|
[-p <value>... | -x <value> | -m <value>...]
|
|
6071
6071
|
|
|
6072
6072
|
FLAGS
|
|
6073
|
-
-d, --output-dir=<value> [default:
|
|
6073
|
+
-d, --output-dir=<value> [default: metadataPackage_1724687534457] Output directory to store the Metadata
|
|
6074
6074
|
API–formatted files in.
|
|
6075
6075
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
6076
6076
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -6132,7 +6132,7 @@ FLAG DESCRIPTIONS
|
|
|
6132
6132
|
|
|
6133
6133
|
```
|
|
6134
6134
|
|
|
6135
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6135
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/source.ts)_
|
|
6136
6136
|
|
|
6137
6137
|
## `sf project convert source-behavior`
|
|
6138
6138
|
|
|
@@ -6191,7 +6191,7 @@ Keep the temporary directory that contains the interim metadata API formatted fi
|
|
|
6191
6191
|
|
|
6192
6192
|
```
|
|
6193
6193
|
|
|
6194
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6194
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/source-behavior.ts)_
|
|
6195
6195
|
|
|
6196
6196
|
## `sf project delete source`
|
|
6197
6197
|
|
|
@@ -6333,7 +6333,7 @@ FLAG DESCRIPTIONS
|
|
|
6333
6333
|
|
|
6334
6334
|
```
|
|
6335
6335
|
|
|
6336
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6336
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/delete/source.ts)_
|
|
6337
6337
|
|
|
6338
6338
|
## `sf project delete tracking`
|
|
6339
6339
|
|
|
@@ -6372,7 +6372,7 @@ Delete local source tracking for the org with alias "my-scratch":
|
|
|
6372
6372
|
|
|
6373
6373
|
```
|
|
6374
6374
|
|
|
6375
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6375
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/delete/tracking.ts)_
|
|
6376
6376
|
|
|
6377
6377
|
## `sf project deploy cancel`
|
|
6378
6378
|
|
|
@@ -6446,7 +6446,7 @@ FLAG DESCRIPTIONS
|
|
|
6446
6446
|
|
|
6447
6447
|
```
|
|
6448
6448
|
|
|
6449
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6449
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/cancel.ts)_
|
|
6450
6450
|
|
|
6451
6451
|
## `sf project deploy preview`
|
|
6452
6452
|
|
|
@@ -6531,7 +6531,7 @@ FLAG DESCRIPTIONS
|
|
|
6531
6531
|
|
|
6532
6532
|
```
|
|
6533
6533
|
|
|
6534
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6534
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/preview.ts)_
|
|
6535
6535
|
|
|
6536
6536
|
## `sf project deploy quick`
|
|
6537
6537
|
|
|
@@ -6626,7 +6626,7 @@ Canceling (69) The deploy is being canceled.
|
|
|
6626
6626
|
|
|
6627
6627
|
```
|
|
6628
6628
|
|
|
6629
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6629
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/quick.ts)_
|
|
6630
6630
|
|
|
6631
6631
|
## `sf project deploy report`
|
|
6632
6632
|
|
|
@@ -6720,7 +6720,7 @@ FLAG DESCRIPTIONS
|
|
|
6720
6720
|
|
|
6721
6721
|
```
|
|
6722
6722
|
|
|
6723
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6723
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/report.ts)_
|
|
6724
6724
|
|
|
6725
6725
|
## `sf project deploy resume`
|
|
6726
6726
|
|
|
@@ -6819,7 +6819,7 @@ Canceling (69) The deploy is being canceled.
|
|
|
6819
6819
|
|
|
6820
6820
|
```
|
|
6821
6821
|
|
|
6822
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
6822
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/resume.ts)_
|
|
6823
6823
|
|
|
6824
6824
|
## `sf project deploy start`
|
|
6825
6825
|
|
|
@@ -7074,7 +7074,7 @@ Canceling (69) The deploy is being canceled.
|
|
|
7074
7074
|
|
|
7075
7075
|
```
|
|
7076
7076
|
|
|
7077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/start.ts)_
|
|
7078
7078
|
|
|
7079
7079
|
## `sf project deploy validate`
|
|
7080
7080
|
|
|
@@ -7266,7 +7266,7 @@ Canceling (69) The deploy is being canceled.
|
|
|
7266
7266
|
|
|
7267
7267
|
```
|
|
7268
7268
|
|
|
7269
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7269
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/validate.ts)_
|
|
7270
7270
|
|
|
7271
7271
|
## `sf project generate`
|
|
7272
7272
|
|
|
@@ -7452,7 +7452,7 @@ Create a manifest from the metadata components in the specified org and include
|
|
|
7452
7452
|
|
|
7453
7453
|
```
|
|
7454
7454
|
|
|
7455
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7455
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/generate/manifest.ts)_
|
|
7456
7456
|
|
|
7457
7457
|
## `sf project list ignored`
|
|
7458
7458
|
|
|
@@ -7496,7 +7496,7 @@ Check if a particular file is ignored:
|
|
|
7496
7496
|
|
|
7497
7497
|
```
|
|
7498
7498
|
|
|
7499
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7499
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/list/ignored.ts)_
|
|
7500
7500
|
|
|
7501
7501
|
## `sf project reset tracking`
|
|
7502
7502
|
|
|
@@ -7547,7 +7547,7 @@ Reset source tracking to revision number 30 for your default org:
|
|
|
7547
7547
|
|
|
7548
7548
|
```
|
|
7549
7549
|
|
|
7550
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7550
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/reset/tracking.ts)_
|
|
7551
7551
|
|
|
7552
7552
|
## `sf project retrieve preview`
|
|
7553
7553
|
|
|
@@ -7603,7 +7603,7 @@ FLAG DESCRIPTIONS
|
|
|
7603
7603
|
|
|
7604
7604
|
```
|
|
7605
7605
|
|
|
7606
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7606
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/retrieve/preview.ts)_
|
|
7607
7607
|
|
|
7608
7608
|
## `sf project retrieve start`
|
|
7609
7609
|
|
|
@@ -7782,7 +7782,7 @@ SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the me
|
|
|
7782
7782
|
|
|
7783
7783
|
```
|
|
7784
7784
|
|
|
7785
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.
|
|
7785
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/retrieve/start.ts)_
|
|
7786
7786
|
|
|
7787
7787
|
## `sf schema generate field`
|
|
7788
7788
|
|
|
@@ -7838,7 +7838,7 @@ FLAG DESCRIPTIONS
|
|
|
7838
7838
|
|
|
7839
7839
|
```
|
|
7840
7840
|
|
|
7841
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7841
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/field.ts)_
|
|
7842
7842
|
|
|
7843
7843
|
## `sf schema generate platformevent`
|
|
7844
7844
|
|
|
@@ -7872,7 +7872,7 @@ Create a platform event with the specified label:
|
|
|
7872
7872
|
|
|
7873
7873
|
```
|
|
7874
7874
|
|
|
7875
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7875
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/platformevent.ts)_
|
|
7876
7876
|
|
|
7877
7877
|
## `sf schema generate sobject`
|
|
7878
7878
|
|
|
@@ -7931,7 +7931,7 @@ FLAG DESCRIPTIONS
|
|
|
7931
7931
|
|
|
7932
7932
|
```
|
|
7933
7933
|
|
|
7934
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7934
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/sobject.ts)_
|
|
7935
7935
|
|
|
7936
7936
|
## `sf schema generate tab`
|
|
7937
7937
|
|
|
@@ -7981,7 +7981,7 @@ FLAG DESCRIPTIONS
|
|
|
7981
7981
|
|
|
7982
7982
|
```
|
|
7983
7983
|
|
|
7984
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7984
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/tab.ts)_
|
|
7985
7985
|
|
|
7986
7986
|
## `sf search`
|
|
7987
7987
|
|
|
@@ -8048,7 +8048,7 @@ Display the metadata of the ApexCodeCoverage Tooling API object in your default
|
|
|
8048
8048
|
|
|
8049
8049
|
```
|
|
8050
8050
|
|
|
8051
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8051
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.26/src/commands/sobject/describe.ts)_
|
|
8052
8052
|
|
|
8053
8053
|
## `sf sobject list`
|
|
8054
8054
|
|
|
@@ -8089,7 +8089,7 @@ List only custom objects in the org with alias "my-scratch-org":
|
|
|
8089
8089
|
|
|
8090
8090
|
```
|
|
8091
8091
|
|
|
8092
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8092
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.26/src/commands/sobject/list.ts)_
|
|
8093
8093
|
|
|
8094
8094
|
## `sf static-resource generate`
|
|
8095
8095
|
|
|
@@ -8192,7 +8192,7 @@ See available versions:
|
|
|
8192
8192
|
|
|
8193
8193
|
```
|
|
8194
8194
|
|
|
8195
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.
|
|
8195
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.5/src/commands/update.ts)_
|
|
8196
8196
|
|
|
8197
8197
|
## `sf version`
|
|
8198
8198
|
|