@salesforce/cli 2.19.3 → 2.19.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 +45 -48
- package/npm-shrinkwrap.json +115 -123
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
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.19.
|
|
27
|
+
@salesforce/cli/2.19.5 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -319,7 +319,7 @@ FLAG DESCRIPTIONS
|
|
|
319
319
|
directory.
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
322
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/analytics/generate/template.ts)_
|
|
323
323
|
|
|
324
324
|
## `sf apex generate class`
|
|
325
325
|
|
|
@@ -375,7 +375,7 @@ FLAG DESCRIPTIONS
|
|
|
375
375
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
378
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/apex/generate/class.ts)_
|
|
379
379
|
|
|
380
380
|
## `sf apex generate trigger`
|
|
381
381
|
|
|
@@ -442,7 +442,7 @@ FLAG DESCRIPTIONS
|
|
|
442
442
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
445
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/apex/generate/trigger.ts)_
|
|
446
446
|
|
|
447
447
|
## `sf apex get log`
|
|
448
448
|
|
|
@@ -495,7 +495,7 @@ FLAG DESCRIPTIONS
|
|
|
495
495
|
directory.
|
|
496
496
|
```
|
|
497
497
|
|
|
498
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
498
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/get/log.ts)_
|
|
499
499
|
|
|
500
500
|
## `sf apex get test`
|
|
501
501
|
|
|
@@ -547,7 +547,7 @@ EXAMPLES
|
|
|
547
547
|
me@myorg',
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
550
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/get/test.ts)_
|
|
551
551
|
|
|
552
552
|
## `sf apex list log`
|
|
553
553
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ sf apex list log --target-org me@my.org
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
588
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/list/log.ts)_
|
|
589
589
|
|
|
590
590
|
## `sf apex run`
|
|
591
591
|
|
|
@@ -630,7 +630,7 @@ EXAMPLES
|
|
|
630
630
|
$ sf apex run
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
633
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/run.ts)_
|
|
634
634
|
|
|
635
635
|
## `sf apex run test`
|
|
636
636
|
|
|
@@ -736,7 +736,7 @@ FLAG DESCRIPTIONS
|
|
|
736
736
|
--tests Test1 --tests Test2
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
739
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/run/test.ts)_
|
|
740
740
|
|
|
741
741
|
## `sf apex tail log`
|
|
742
742
|
|
|
@@ -744,7 +744,7 @@ Activate debug logging and display logs in the terminal.
|
|
|
744
744
|
|
|
745
745
|
```
|
|
746
746
|
USAGE
|
|
747
|
-
$ sf apex tail log -o <value> [--
|
|
747
|
+
$ sf apex tail log -o <value> [--api-version <value>] [-c] [-d <value> | -s]
|
|
748
748
|
|
|
749
749
|
FLAGS
|
|
750
750
|
-c, --color Apply default colors to noteworthy log lines.
|
|
@@ -753,9 +753,6 @@ FLAGS
|
|
|
753
753
|
-s, --skip-trace-flag Skip trace flag setup. Assumes that a trace flag and debug level are fully set up.
|
|
754
754
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
755
755
|
|
|
756
|
-
GLOBAL FLAGS
|
|
757
|
-
--json Format output as json.
|
|
758
|
-
|
|
759
756
|
DESCRIPTION
|
|
760
757
|
Activate debug logging and display logs in the terminal.
|
|
761
758
|
|
|
@@ -778,7 +775,7 @@ EXAMPLES
|
|
|
778
775
|
$ sf apex tail log --color --skip-trace-flag
|
|
779
776
|
```
|
|
780
777
|
|
|
781
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
778
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/tail/log.ts)_
|
|
782
779
|
|
|
783
780
|
## `sf autocomplete [SHELL]`
|
|
784
781
|
|
|
@@ -841,7 +838,7 @@ DESCRIPTION
|
|
|
841
838
|
list all the commands
|
|
842
839
|
```
|
|
843
840
|
|
|
844
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.
|
|
841
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.7/src/commands/commands.ts)_
|
|
845
842
|
|
|
846
843
|
## `sf config get`
|
|
847
844
|
|
|
@@ -3129,7 +3126,7 @@ DESCRIPTION
|
|
|
3129
3126
|
Display help for sf.
|
|
3130
3127
|
```
|
|
3131
3128
|
|
|
3132
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
3129
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.7/src/commands/help.ts)_
|
|
3133
3130
|
|
|
3134
3131
|
## `sf info releasenotes display`
|
|
3135
3132
|
|
|
@@ -3221,7 +3218,7 @@ FLAG DESCRIPTIONS
|
|
|
3221
3218
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3222
3219
|
```
|
|
3223
3220
|
|
|
3224
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
3221
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/app.ts)_
|
|
3225
3222
|
|
|
3226
3223
|
## `sf lightning generate component`
|
|
3227
3224
|
|
|
@@ -3289,7 +3286,7 @@ FLAG DESCRIPTIONS
|
|
|
3289
3286
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3290
3287
|
```
|
|
3291
3288
|
|
|
3292
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
3289
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/component.ts)_
|
|
3293
3290
|
|
|
3294
3291
|
## `sf lightning generate event`
|
|
3295
3292
|
|
|
@@ -3342,7 +3339,7 @@ FLAG DESCRIPTIONS
|
|
|
3342
3339
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3343
3340
|
```
|
|
3344
3341
|
|
|
3345
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
3342
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/event.ts)_
|
|
3346
3343
|
|
|
3347
3344
|
## `sf lightning generate interface`
|
|
3348
3345
|
|
|
@@ -3395,7 +3392,7 @@ FLAG DESCRIPTIONS
|
|
|
3395
3392
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3396
3393
|
```
|
|
3397
3394
|
|
|
3398
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
3395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/interface.ts)_
|
|
3399
3396
|
|
|
3400
3397
|
## `sf lightning generate test`
|
|
3401
3398
|
|
|
@@ -3448,7 +3445,7 @@ FLAG DESCRIPTIONS
|
|
|
3448
3445
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3449
3446
|
```
|
|
3450
3447
|
|
|
3451
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
3448
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/test.ts)_
|
|
3452
3449
|
|
|
3453
3450
|
## `sf org assign permset`
|
|
3454
3451
|
|
|
@@ -5050,7 +5047,7 @@ Displays installation properties of a plugin.
|
|
|
5050
5047
|
|
|
5051
5048
|
```
|
|
5052
5049
|
USAGE
|
|
5053
|
-
$ sf plugins
|
|
5050
|
+
$ sf plugins inspect PLUGIN...
|
|
5054
5051
|
|
|
5055
5052
|
ARGUMENTS
|
|
5056
5053
|
PLUGIN [default: .] Plugin to inspect.
|
|
@@ -5077,7 +5074,7 @@ Installs a plugin into the CLI.
|
|
|
5077
5074
|
|
|
5078
5075
|
```
|
|
5079
5076
|
USAGE
|
|
5080
|
-
$ sf plugins
|
|
5077
|
+
$ sf plugins install PLUGIN...
|
|
5081
5078
|
|
|
5082
5079
|
ARGUMENTS
|
|
5083
5080
|
PLUGIN Plugin to install.
|
|
@@ -5121,7 +5118,7 @@ Links a plugin into the CLI for development.
|
|
|
5121
5118
|
|
|
5122
5119
|
```
|
|
5123
5120
|
USAGE
|
|
5124
|
-
$ sf plugins
|
|
5121
|
+
$ sf plugins link PLUGIN
|
|
5125
5122
|
|
|
5126
5123
|
ARGUMENTS
|
|
5127
5124
|
PATH [default: .] path to plugin
|
|
@@ -5190,7 +5187,7 @@ Removes a plugin from the CLI.
|
|
|
5190
5187
|
|
|
5191
5188
|
```
|
|
5192
5189
|
USAGE
|
|
5193
|
-
$ sf plugins
|
|
5190
|
+
$ sf plugins uninstall PLUGIN...
|
|
5194
5191
|
|
|
5195
5192
|
ARGUMENTS
|
|
5196
5193
|
PLUGIN plugin to uninstall
|
|
@@ -5290,7 +5287,7 @@ FLAG DESCRIPTIONS
|
|
|
5290
5287
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5291
5288
|
```
|
|
5292
5289
|
|
|
5293
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/convert/mdapi.ts)_
|
|
5294
5291
|
|
|
5295
5292
|
## `sf project convert source`
|
|
5296
5293
|
|
|
@@ -5302,7 +5299,7 @@ USAGE
|
|
|
5302
5299
|
<value> | -m <value>]
|
|
5303
5300
|
|
|
5304
5301
|
FLAGS
|
|
5305
|
-
-d, --output-dir=<value> [default:
|
|
5302
|
+
-d, --output-dir=<value> [default: metadataPackage_1700509416605] Output directory to store the Metadata
|
|
5306
5303
|
API–formatted files in.
|
|
5307
5304
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5308
5305
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5362,7 +5359,7 @@ FLAG DESCRIPTIONS
|
|
|
5362
5359
|
Override the api version used for api requests made by this command
|
|
5363
5360
|
```
|
|
5364
5361
|
|
|
5365
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5362
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/convert/source.ts)_
|
|
5366
5363
|
|
|
5367
5364
|
## `sf project delete source`
|
|
5368
5365
|
|
|
@@ -5500,7 +5497,7 @@ FLAG DESCRIPTIONS
|
|
|
5500
5497
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5501
5498
|
```
|
|
5502
5499
|
|
|
5503
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5500
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/source.ts)_
|
|
5504
5501
|
|
|
5505
5502
|
## `sf project delete tracking`
|
|
5506
5503
|
|
|
@@ -5535,7 +5532,7 @@ EXAMPLES
|
|
|
5535
5532
|
$ sf project delete tracking --target-org my-scratch
|
|
5536
5533
|
```
|
|
5537
5534
|
|
|
5538
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5535
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/tracking.ts)_
|
|
5539
5536
|
|
|
5540
5537
|
## `sf project deploy cancel`
|
|
5541
5538
|
|
|
@@ -5605,7 +5602,7 @@ FLAG DESCRIPTIONS
|
|
|
5605
5602
|
project deploy report".
|
|
5606
5603
|
```
|
|
5607
5604
|
|
|
5608
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5605
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/cancel.ts)_
|
|
5609
5606
|
|
|
5610
5607
|
## `sf project deploy preview`
|
|
5611
5608
|
|
|
@@ -5688,7 +5685,7 @@ FLAG DESCRIPTIONS
|
|
|
5688
5685
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5689
5686
|
```
|
|
5690
5687
|
|
|
5691
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5688
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/preview.ts)_
|
|
5692
5689
|
|
|
5693
5690
|
## `sf project deploy quick`
|
|
5694
5691
|
|
|
@@ -5781,7 +5778,7 @@ ERROR CODES
|
|
|
5781
5778
|
Canceling (69) The deploy is being canceled.
|
|
5782
5779
|
```
|
|
5783
5780
|
|
|
5784
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5781
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/quick.ts)_
|
|
5785
5782
|
|
|
5786
5783
|
## `sf project deploy report`
|
|
5787
5784
|
|
|
@@ -5876,7 +5873,7 @@ FLAG DESCRIPTIONS
|
|
|
5876
5873
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5877
5874
|
```
|
|
5878
5875
|
|
|
5879
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5876
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/report.ts)_
|
|
5880
5877
|
|
|
5881
5878
|
## `sf project deploy resume`
|
|
5882
5879
|
|
|
@@ -5972,7 +5969,7 @@ ERROR CODES
|
|
|
5972
5969
|
Canceling (69) The deploy is being canceled.
|
|
5973
5970
|
```
|
|
5974
5971
|
|
|
5975
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
5972
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/resume.ts)_
|
|
5976
5973
|
|
|
5977
5974
|
## `sf project deploy start`
|
|
5978
5975
|
|
|
@@ -6201,7 +6198,7 @@ ERROR CODES
|
|
|
6201
6198
|
Canceling (69) The deploy is being canceled.
|
|
6202
6199
|
```
|
|
6203
6200
|
|
|
6204
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6201
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/start.ts)_
|
|
6205
6202
|
|
|
6206
6203
|
## `sf project deploy validate`
|
|
6207
6204
|
|
|
@@ -6380,7 +6377,7 @@ ERROR CODES
|
|
|
6380
6377
|
Canceling (69) The deploy is being canceled.
|
|
6381
6378
|
```
|
|
6382
6379
|
|
|
6383
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/validate.ts)_
|
|
6384
6381
|
|
|
6385
6382
|
## `sf project generate`
|
|
6386
6383
|
|
|
@@ -6484,7 +6481,7 @@ FLAG DESCRIPTIONS
|
|
|
6484
6481
|
Override the api version used for api requests made by this command
|
|
6485
6482
|
```
|
|
6486
6483
|
|
|
6487
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6484
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/project/generate.ts)_
|
|
6488
6485
|
|
|
6489
6486
|
## `sf project generate manifest`
|
|
6490
6487
|
|
|
@@ -6559,7 +6556,7 @@ EXAMPLES
|
|
|
6559
6556
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6560
6557
|
```
|
|
6561
6558
|
|
|
6562
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6559
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/generate/manifest.ts)_
|
|
6563
6560
|
|
|
6564
6561
|
## `sf project list ignored`
|
|
6565
6562
|
|
|
@@ -6600,7 +6597,7 @@ EXAMPLES
|
|
|
6600
6597
|
$ sf project list ignored --source-dir package.xml
|
|
6601
6598
|
```
|
|
6602
6599
|
|
|
6603
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6600
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/list/ignored.ts)_
|
|
6604
6601
|
|
|
6605
6602
|
## `sf project reset tracking`
|
|
6606
6603
|
|
|
@@ -6647,7 +6644,7 @@ EXAMPLES
|
|
|
6647
6644
|
$ sf project reset tracking --revision 30
|
|
6648
6645
|
```
|
|
6649
6646
|
|
|
6650
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6647
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/reset/tracking.ts)_
|
|
6651
6648
|
|
|
6652
6649
|
## `sf project retrieve preview`
|
|
6653
6650
|
|
|
@@ -6702,7 +6699,7 @@ FLAG DESCRIPTIONS
|
|
|
6702
6699
|
Overrides your default org.
|
|
6703
6700
|
```
|
|
6704
6701
|
|
|
6705
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6702
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/preview.ts)_
|
|
6706
6703
|
|
|
6707
6704
|
## `sf project retrieve start`
|
|
6708
6705
|
|
|
@@ -6856,7 +6853,7 @@ ENVIRONMENT VARIABLES
|
|
|
6856
6853
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6857
6854
|
```
|
|
6858
6855
|
|
|
6859
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
6856
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/start.ts)_
|
|
6860
6857
|
|
|
6861
6858
|
## `sf schema generate field`
|
|
6862
6859
|
|
|
@@ -7053,7 +7050,7 @@ DESCRIPTION
|
|
|
7053
7050
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7054
7051
|
```
|
|
7055
7052
|
|
|
7056
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7053
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.8/src/commands/search.ts)_
|
|
7057
7054
|
|
|
7058
7055
|
## `sf sobject describe`
|
|
7059
7056
|
|
|
@@ -7195,7 +7192,7 @@ FLAG DESCRIPTIONS
|
|
|
7195
7192
|
etc.
|
|
7196
7193
|
```
|
|
7197
7194
|
|
|
7198
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7195
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/static-resource/generate.ts)_
|
|
7199
7196
|
|
|
7200
7197
|
## `sf update [CHANNEL]`
|
|
7201
7198
|
|
|
@@ -7307,7 +7304,7 @@ FLAG DESCRIPTIONS
|
|
|
7307
7304
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7308
7305
|
```
|
|
7309
7306
|
|
|
7310
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7307
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/visualforce/generate/component.ts)_
|
|
7311
7308
|
|
|
7312
7309
|
## `sf visualforce generate page`
|
|
7313
7310
|
|
|
@@ -7355,7 +7352,7 @@ FLAG DESCRIPTIONS
|
|
|
7355
7352
|
The name can be up to 40 characters and must start with a letter.
|
|
7356
7353
|
```
|
|
7357
7354
|
|
|
7358
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7355
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/visualforce/generate/page.ts)_
|
|
7359
7356
|
|
|
7360
7357
|
## `sf which`
|
|
7361
7358
|
|
|
@@ -7374,6 +7371,6 @@ EXAMPLES
|
|
|
7374
7371
|
$ sf which help
|
|
7375
7372
|
```
|
|
7376
7373
|
|
|
7377
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.
|
|
7374
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.10/src/commands/which.ts)_
|
|
7378
7375
|
|
|
7379
7376
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.19.
|
|
9
|
+
"version": "2.19.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.12.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
15
|
+
"@oclif/plugin-commands": "3.0.7",
|
|
16
|
+
"@oclif/plugin-help": "6.0.7",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.4",
|
|
18
18
|
"@oclif/plugin-plugins": "4.1.8",
|
|
19
|
-
"@oclif/plugin-search": "1.0.
|
|
19
|
+
"@oclif/plugin-search": "1.0.8",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.7",
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
23
|
+
"@oclif/plugin-which": "3.0.10",
|
|
24
24
|
"@salesforce/core": "^6.1.3",
|
|
25
|
-
"@salesforce/plugin-apex": "3.0.
|
|
25
|
+
"@salesforce/plugin-apex": "3.0.6",
|
|
26
26
|
"@salesforce/plugin-auth": "3.0.6",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.1.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.1.3",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.3",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.2",
|
|
31
31
|
"@salesforce/plugin-login": "2.0.5",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.2",
|
|
37
37
|
"@salesforce/plugin-source": "2.11.4",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.2",
|
|
39
|
-
"@salesforce/plugin-templates": "56.0.
|
|
39
|
+
"@salesforce/plugin-templates": "56.0.2",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.4",
|
|
41
41
|
"@salesforce/plugin-user": "3.0.4",
|
|
42
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
42
|
+
"@salesforce/sf-plugins-core": "5.0.2",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/debug": "^4.1.12",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
58
58
|
"@typescript-eslint/parser": "^5.62.0",
|
|
59
|
-
"aws-sdk": "^2.
|
|
59
|
+
"aws-sdk": "^2.1499.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
61
|
"eslint": "^8.53.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
@@ -2191,9 +2191,9 @@
|
|
|
2191
2191
|
}
|
|
2192
2192
|
},
|
|
2193
2193
|
"node_modules/@oclif/core": {
|
|
2194
|
-
"version": "3.
|
|
2195
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2196
|
-
"integrity": "sha512-
|
|
2194
|
+
"version": "3.12.0",
|
|
2195
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.12.0.tgz",
|
|
2196
|
+
"integrity": "sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==",
|
|
2197
2197
|
"license": "MIT",
|
|
2198
2198
|
"dependencies": {
|
|
2199
2199
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2202,6 +2202,7 @@
|
|
|
2202
2202
|
"chalk": "^4.1.2",
|
|
2203
2203
|
"clean-stack": "^3.0.1",
|
|
2204
2204
|
"cli-progress": "^3.12.0",
|
|
2205
|
+
"color": "^4.2.3",
|
|
2205
2206
|
"debug": "^4.3.4",
|
|
2206
2207
|
"ejs": "^3.1.9",
|
|
2207
2208
|
"get-package-type": "^0.1.0",
|
|
@@ -2391,12 +2392,12 @@
|
|
|
2391
2392
|
}
|
|
2392
2393
|
},
|
|
2393
2394
|
"node_modules/@oclif/plugin-commands": {
|
|
2394
|
-
"version": "3.0.
|
|
2395
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2396
|
-
"integrity": "sha512-
|
|
2395
|
+
"version": "3.0.7",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.7.tgz",
|
|
2397
|
+
"integrity": "sha512-xVJCLxlrPrYbGaUyjqyHlnSXOAyyxy/zLiyiZXuzwr/K4/qXDXk18COkh/Ump5aVyagSgFR2QMp8nakkQmbxEg==",
|
|
2397
2398
|
"license": "MIT",
|
|
2398
2399
|
"dependencies": {
|
|
2399
|
-
"@oclif/core": "^3.
|
|
2400
|
+
"@oclif/core": "^3.11.0",
|
|
2400
2401
|
"lodash.pickby": "^4.6.0",
|
|
2401
2402
|
"lodash.sortby": "^4.7.0",
|
|
2402
2403
|
"lodash.template": "^4.5.0",
|
|
@@ -2407,12 +2408,12 @@
|
|
|
2407
2408
|
}
|
|
2408
2409
|
},
|
|
2409
2410
|
"node_modules/@oclif/plugin-help": {
|
|
2410
|
-
"version": "6.0.
|
|
2411
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2412
|
-
"integrity": "sha512
|
|
2411
|
+
"version": "6.0.7",
|
|
2412
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.7.tgz",
|
|
2413
|
+
"integrity": "sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==",
|
|
2413
2414
|
"license": "MIT",
|
|
2414
2415
|
"dependencies": {
|
|
2415
|
-
"@oclif/core": "^3.
|
|
2416
|
+
"@oclif/core": "^3.11.0"
|
|
2416
2417
|
},
|
|
2417
2418
|
"engines": {
|
|
2418
2419
|
"node": ">=18.0.0"
|
|
@@ -5991,12 +5992,12 @@
|
|
|
5991
5992
|
}
|
|
5992
5993
|
},
|
|
5993
5994
|
"node_modules/@oclif/plugin-search": {
|
|
5994
|
-
"version": "1.0.
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.
|
|
5996
|
-
"integrity": "sha512-
|
|
5995
|
+
"version": "1.0.8",
|
|
5996
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.8.tgz",
|
|
5997
|
+
"integrity": "sha512-InaXCpMAugjLOkaZ2eioxi9HmTx3jD4Q4GTg6OA4ialu+Hs5xF8LUt4tWYM4hNLX0Tmsu6/Uu8kIVE3/B40dQQ==",
|
|
5997
5998
|
"license": "MIT",
|
|
5998
5999
|
"dependencies": {
|
|
5999
|
-
"@oclif/core": "^3.
|
|
6000
|
+
"@oclif/core": "^3.11.0",
|
|
6000
6001
|
"inquirer-autocomplete-standalone": "^0.8.1"
|
|
6001
6002
|
},
|
|
6002
6003
|
"engines": {
|
|
@@ -6133,12 +6134,12 @@
|
|
|
6133
6134
|
}
|
|
6134
6135
|
},
|
|
6135
6136
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
6136
|
-
"version": "3.0.
|
|
6137
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
6138
|
-
"integrity": "sha512-
|
|
6137
|
+
"version": "3.0.3",
|
|
6138
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.3.tgz",
|
|
6139
|
+
"integrity": "sha512-p9Ai5olqj52NTndtntFbVreRCtJg9dgnfAl5Zi6hmIpgzVtPYDxLwa3PnMufKFc3fUkno5xnJ0TsKfxt0QruDw==",
|
|
6139
6140
|
"license": "MIT",
|
|
6140
6141
|
"dependencies": {
|
|
6141
|
-
"@oclif/core": "^3.
|
|
6142
|
+
"@oclif/core": "^3.11.0",
|
|
6142
6143
|
"chalk": "^5.3.0",
|
|
6143
6144
|
"debug": "^4.1.0",
|
|
6144
6145
|
"http-call": "^5.2.2",
|
|
@@ -6161,12 +6162,12 @@
|
|
|
6161
6162
|
}
|
|
6162
6163
|
},
|
|
6163
6164
|
"node_modules/@oclif/plugin-which": {
|
|
6164
|
-
"version": "3.0.
|
|
6165
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
6166
|
-
"integrity": "sha512
|
|
6165
|
+
"version": "3.0.10",
|
|
6166
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.10.tgz",
|
|
6167
|
+
"integrity": "sha512-/szaFxrcjQVDJfsoQK9kAGdssa2PoB+Vbye6k6m2EzBSCC0CEqTYoCL4MEwf6Mf51CgVS2eA9IEM75nQHwP2fA==",
|
|
6167
6168
|
"license": "MIT",
|
|
6168
6169
|
"dependencies": {
|
|
6169
|
-
"@oclif/core": "^3.
|
|
6170
|
+
"@oclif/core": "^3.11.0"
|
|
6170
6171
|
},
|
|
6171
6172
|
"engines": {
|
|
6172
6173
|
"node": ">=18.0.0"
|
|
@@ -6536,9 +6537,9 @@
|
|
|
6536
6537
|
}
|
|
6537
6538
|
},
|
|
6538
6539
|
"node_modules/@salesforce/core": {
|
|
6539
|
-
"version": "6.1.
|
|
6540
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.1.
|
|
6541
|
-
"integrity": "sha512
|
|
6540
|
+
"version": "6.1.4",
|
|
6541
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.1.4.tgz",
|
|
6542
|
+
"integrity": "sha512-/1hhcpMyx3DaFrxZ/il0a8yUapRRuWzUlxUntahp9ELo/Fx7FiE7o2g0jh8AxAqfb4LKu1mV8sV656liClx6sA==",
|
|
6542
6543
|
"license": "BSD-3-Clause",
|
|
6543
6544
|
"dependencies": {
|
|
6544
6545
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -6553,7 +6554,7 @@
|
|
|
6553
6554
|
"jsforce": "^2.0.0-beta.28",
|
|
6554
6555
|
"jsonwebtoken": "9.0.2",
|
|
6555
6556
|
"jszip": "3.10.1",
|
|
6556
|
-
"pino": "^8.16.
|
|
6557
|
+
"pino": "^8.16.2",
|
|
6557
6558
|
"pino-abstract-transport": "^1.1.0",
|
|
6558
6559
|
"pino-pretty": "^10.2.3",
|
|
6559
6560
|
"proper-lockfile": "^4.1.2",
|
|
@@ -7052,15 +7053,15 @@
|
|
|
7052
7053
|
}
|
|
7053
7054
|
},
|
|
7054
7055
|
"node_modules/@salesforce/plugin-apex": {
|
|
7055
|
-
"version": "3.0.
|
|
7056
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.
|
|
7057
|
-
"integrity": "sha512-
|
|
7056
|
+
"version": "3.0.6",
|
|
7057
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.6.tgz",
|
|
7058
|
+
"integrity": "sha512-cuJ8phh7XIQlEyVfcwrOuWZ5PlHqnpJDdNF0telqPGmNvRrKJv4ROomesZxzAYoJmUqFEuAVrGnO5k2atYZTgg==",
|
|
7058
7059
|
"license": "BSD-3-Clause",
|
|
7059
7060
|
"dependencies": {
|
|
7060
|
-
"@oclif/core": "^3.
|
|
7061
|
+
"@oclif/core": "^3.11.0",
|
|
7061
7062
|
"@salesforce/apex-node": "^2.1.2",
|
|
7062
7063
|
"@salesforce/core": "^5.3.20",
|
|
7063
|
-
"@salesforce/sf-plugins-core": "^4.1.
|
|
7064
|
+
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
7064
7065
|
"chalk": "^5.3.0",
|
|
7065
7066
|
"color-convert": "^2.0.1",
|
|
7066
7067
|
"color-name": "^2.0.0"
|
|
@@ -7144,6 +7145,15 @@
|
|
|
7144
7145
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7145
7146
|
}
|
|
7146
7147
|
},
|
|
7148
|
+
"node_modules/@salesforce/plugin-apex/node_modules/color-name": {
|
|
7149
|
+
"version": "2.0.0",
|
|
7150
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
|
|
7151
|
+
"integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
|
|
7152
|
+
"license": "MIT",
|
|
7153
|
+
"engines": {
|
|
7154
|
+
"node": ">=12.20"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7147
7157
|
"node_modules/@salesforce/plugin-auth": {
|
|
7148
7158
|
"version": "3.0.6",
|
|
7149
7159
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.6.tgz",
|
|
@@ -7355,9 +7365,9 @@
|
|
|
7355
7365
|
}
|
|
7356
7366
|
},
|
|
7357
7367
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7358
|
-
"version": "2.1.
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.
|
|
7360
|
-
"integrity": "sha512-
|
|
7368
|
+
"version": "2.1.3",
|
|
7369
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.1.3.tgz",
|
|
7370
|
+
"integrity": "sha512-j2r5/WpEyZTtdDl+0Xk/hlQqJhw/rovT2D/NQyOgRlNIZSdpQKIjQDpVA4DflqDEYnlYMwM6sKcMMiwfFC+M2w==",
|
|
7361
7371
|
"license": "BSD-3-Clause",
|
|
7362
7372
|
"dependencies": {
|
|
7363
7373
|
"@oclif/core": "^3.11.0",
|
|
@@ -8227,15 +8237,15 @@
|
|
|
8227
8237
|
}
|
|
8228
8238
|
},
|
|
8229
8239
|
"node_modules/@salesforce/plugin-templates": {
|
|
8230
|
-
"version": "56.0.
|
|
8231
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.
|
|
8232
|
-
"integrity": "sha512-
|
|
8240
|
+
"version": "56.0.2",
|
|
8241
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.2.tgz",
|
|
8242
|
+
"integrity": "sha512-GFNacWj2KP1GH4ap8iar99gyor0BI6hn+dsKvdQzSqGZ2FA9NUlYIUVNGVJ8LzmbwRDCQ4GuvztCS2T4wq87ww==",
|
|
8233
8243
|
"license": "BSD-3-Clause",
|
|
8234
8244
|
"dependencies": {
|
|
8235
8245
|
"@oclif/core": "^3.11.0",
|
|
8236
|
-
"@salesforce/core": "^
|
|
8237
|
-
"@salesforce/sf-plugins-core": "^
|
|
8238
|
-
"@salesforce/templates": "^59.0.
|
|
8246
|
+
"@salesforce/core": "^6.1.4",
|
|
8247
|
+
"@salesforce/sf-plugins-core": "^5.0.2",
|
|
8248
|
+
"@salesforce/templates": "^59.0.2",
|
|
8239
8249
|
"yeoman-environment": "^3",
|
|
8240
8250
|
"yeoman-generator": "^5"
|
|
8241
8251
|
},
|
|
@@ -8243,53 +8253,6 @@
|
|
|
8243
8253
|
"node": ">=18.0.0"
|
|
8244
8254
|
}
|
|
8245
8255
|
},
|
|
8246
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/core": {
|
|
8247
|
-
"version": "5.3.20",
|
|
8248
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
8249
|
-
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
8250
|
-
"license": "BSD-3-Clause",
|
|
8251
|
-
"dependencies": {
|
|
8252
|
-
"@salesforce/kit": "^3.0.15",
|
|
8253
|
-
"@salesforce/schemas": "^1.6.1",
|
|
8254
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8255
|
-
"@types/semver": "^7.5.4",
|
|
8256
|
-
"ajv": "^8.12.0",
|
|
8257
|
-
"change-case": "^4.1.2",
|
|
8258
|
-
"faye": "^1.4.0",
|
|
8259
|
-
"form-data": "^4.0.0",
|
|
8260
|
-
"js2xmlparser": "^4.0.1",
|
|
8261
|
-
"jsforce": "^2.0.0-beta.28",
|
|
8262
|
-
"jsonwebtoken": "9.0.2",
|
|
8263
|
-
"jszip": "3.10.1",
|
|
8264
|
-
"pino": "^8.16.0",
|
|
8265
|
-
"pino-abstract-transport": "^1.0.0",
|
|
8266
|
-
"pino-pretty": "^10.2.3",
|
|
8267
|
-
"proper-lockfile": "^4.1.2",
|
|
8268
|
-
"semver": "^7.5.4",
|
|
8269
|
-
"ts-retry-promise": "^0.7.1"
|
|
8270
|
-
},
|
|
8271
|
-
"engines": {
|
|
8272
|
-
"node": ">=16.0.0"
|
|
8273
|
-
}
|
|
8274
|
-
},
|
|
8275
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
8276
|
-
"version": "4.1.2",
|
|
8277
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.2.tgz",
|
|
8278
|
-
"integrity": "sha512-mjb9mLyfLos4Y+/qhko2mrKgwxMzWipAnR/Inuu9cuw4dK9sCgHl79t4zU+6FyNT2T14Q9md/hDXN5QNg0eGJA==",
|
|
8279
|
-
"license": "BSD-3-Clause",
|
|
8280
|
-
"dependencies": {
|
|
8281
|
-
"@oclif/core": "^3.0.0",
|
|
8282
|
-
"@salesforce/core": "^5.3.1",
|
|
8283
|
-
"@salesforce/kit": "^3.0.13",
|
|
8284
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
8285
|
-
"@types/inquirer": "^8.2.3",
|
|
8286
|
-
"chalk": "^4",
|
|
8287
|
-
"inquirer": "^8.2.5"
|
|
8288
|
-
},
|
|
8289
|
-
"engines": {
|
|
8290
|
-
"node": ">=16.0.0"
|
|
8291
|
-
}
|
|
8292
|
-
},
|
|
8293
8256
|
"node_modules/@salesforce/plugin-trust": {
|
|
8294
8257
|
"version": "3.0.4",
|
|
8295
8258
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.4.tgz",
|
|
@@ -8491,13 +8454,13 @@
|
|
|
8491
8454
|
"license": "ISC"
|
|
8492
8455
|
},
|
|
8493
8456
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8494
|
-
"version": "5.0.
|
|
8495
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
8496
|
-
"integrity": "sha512-
|
|
8457
|
+
"version": "5.0.2",
|
|
8458
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.2.tgz",
|
|
8459
|
+
"integrity": "sha512-76mARkIufJJ4HAW5p2UVrF17g1Fqy5Gc5NuXt/GOsxROqj281o3x4DBSrEhJE3zrD9cqfboiMa8OB9CGpMJ74Q==",
|
|
8497
8460
|
"license": "BSD-3-Clause",
|
|
8498
8461
|
"dependencies": {
|
|
8499
8462
|
"@oclif/core": "^3.11.0",
|
|
8500
|
-
"@salesforce/core": "^6.1.
|
|
8463
|
+
"@salesforce/core": "^6.1.3",
|
|
8501
8464
|
"@salesforce/kit": "^3.0.15",
|
|
8502
8465
|
"@salesforce/ts-types": "^2.0.9",
|
|
8503
8466
|
"@types/inquirer": "^8.2.3",
|
|
@@ -8509,19 +8472,19 @@
|
|
|
8509
8472
|
}
|
|
8510
8473
|
},
|
|
8511
8474
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8512
|
-
"version": "10.0.
|
|
8513
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.
|
|
8514
|
-
"integrity": "sha512-
|
|
8475
|
+
"version": "10.0.2",
|
|
8476
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.2.tgz",
|
|
8477
|
+
"integrity": "sha512-Lj9QXoRBZANW4PNZpGwRA5CDztnczwrJyETcDADRFVzQG/HmCJKlRMVEKck+rs4ZB2PE891raNR2v5zo6vtvvg==",
|
|
8515
8478
|
"license": "BSD-3-Clause",
|
|
8516
8479
|
"dependencies": {
|
|
8517
|
-
"@salesforce/core": "^6.1.
|
|
8480
|
+
"@salesforce/core": "^6.1.3",
|
|
8518
8481
|
"@salesforce/kit": "^3.0.15",
|
|
8519
8482
|
"@salesforce/ts-types": "^2.0.9",
|
|
8520
8483
|
"fast-levenshtein": "^3.0.0",
|
|
8521
8484
|
"fast-xml-parser": "^4.3.2",
|
|
8522
8485
|
"got": "^11.8.6",
|
|
8523
8486
|
"graceful-fs": "^4.2.11",
|
|
8524
|
-
"ignore": "^5.
|
|
8487
|
+
"ignore": "^5.3.0",
|
|
8525
8488
|
"jszip": "^3.10.1",
|
|
8526
8489
|
"mime": "2.6.0",
|
|
8527
8490
|
"minimatch": "^5.1.6",
|
|
@@ -10105,9 +10068,9 @@
|
|
|
10105
10068
|
}
|
|
10106
10069
|
},
|
|
10107
10070
|
"node_modules/aws-sdk": {
|
|
10108
|
-
"version": "2.
|
|
10109
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
10110
|
-
"integrity": "sha512-
|
|
10071
|
+
"version": "2.1499.0",
|
|
10072
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1499.0.tgz",
|
|
10073
|
+
"integrity": "sha512-kh89lcXx7lP83uVjzRPkOueRoM8gQlep86W9+l3qCTHSLiVJuc0MiPmqCLMPlOAZil+35roFkwWIP2FJ1WcdXg==",
|
|
10111
10074
|
"dev": true,
|
|
10112
10075
|
"license": "Apache-2.0",
|
|
10113
10076
|
"dependencies": {
|
|
@@ -11142,6 +11105,19 @@
|
|
|
11142
11105
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
11143
11106
|
}
|
|
11144
11107
|
},
|
|
11108
|
+
"node_modules/color": {
|
|
11109
|
+
"version": "4.2.3",
|
|
11110
|
+
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
11111
|
+
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
11112
|
+
"license": "MIT",
|
|
11113
|
+
"dependencies": {
|
|
11114
|
+
"color-convert": "^2.0.1",
|
|
11115
|
+
"color-string": "^1.9.0"
|
|
11116
|
+
},
|
|
11117
|
+
"engines": {
|
|
11118
|
+
"node": ">=12.5.0"
|
|
11119
|
+
}
|
|
11120
|
+
},
|
|
11145
11121
|
"node_modules/color-convert": {
|
|
11146
11122
|
"version": "2.0.1",
|
|
11147
11123
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -11154,19 +11130,20 @@
|
|
|
11154
11130
|
"node": ">=7.0.0"
|
|
11155
11131
|
}
|
|
11156
11132
|
},
|
|
11157
|
-
"node_modules/color-
|
|
11133
|
+
"node_modules/color-name": {
|
|
11158
11134
|
"version": "1.1.4",
|
|
11159
11135
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
11160
11136
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
11161
11137
|
"license": "MIT"
|
|
11162
11138
|
},
|
|
11163
|
-
"node_modules/color-
|
|
11164
|
-
"version": "
|
|
11165
|
-
"resolved": "https://registry.npmjs.org/color-
|
|
11166
|
-
"integrity": "sha512-
|
|
11139
|
+
"node_modules/color-string": {
|
|
11140
|
+
"version": "1.9.1",
|
|
11141
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
11142
|
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
11167
11143
|
"license": "MIT",
|
|
11168
|
-
"
|
|
11169
|
-
"
|
|
11144
|
+
"dependencies": {
|
|
11145
|
+
"color-name": "^1.0.0",
|
|
11146
|
+
"simple-swizzle": "^0.2.2"
|
|
11170
11147
|
}
|
|
11171
11148
|
},
|
|
11172
11149
|
"node_modules/color-support": {
|
|
@@ -15216,9 +15193,9 @@
|
|
|
15216
15193
|
"license": "BSD-3-Clause"
|
|
15217
15194
|
},
|
|
15218
15195
|
"node_modules/ignore": {
|
|
15219
|
-
"version": "5.
|
|
15220
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
|
15221
|
-
"integrity": "sha512-
|
|
15196
|
+
"version": "5.3.0",
|
|
15197
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz",
|
|
15198
|
+
"integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
|
|
15222
15199
|
"license": "MIT",
|
|
15223
15200
|
"engines": {
|
|
15224
15201
|
"node": ">= 4"
|
|
@@ -24903,6 +24880,21 @@
|
|
|
24903
24880
|
"simple-concat": "^1.0.0"
|
|
24904
24881
|
}
|
|
24905
24882
|
},
|
|
24883
|
+
"node_modules/simple-swizzle": {
|
|
24884
|
+
"version": "0.2.2",
|
|
24885
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
24886
|
+
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
24887
|
+
"license": "MIT",
|
|
24888
|
+
"dependencies": {
|
|
24889
|
+
"is-arrayish": "^0.3.1"
|
|
24890
|
+
}
|
|
24891
|
+
},
|
|
24892
|
+
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
24893
|
+
"version": "0.3.2",
|
|
24894
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
24895
|
+
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
24896
|
+
"license": "MIT"
|
|
24897
|
+
},
|
|
24906
24898
|
"node_modules/sinon": {
|
|
24907
24899
|
"version": "15.2.0",
|
|
24908
24900
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@salesforce/plugin-user"
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
|
-
"@salesforce/plugin-custom-metadata": "3.0.
|
|
74
|
+
"@salesforce/plugin-custom-metadata": "3.0.3",
|
|
75
75
|
"@salesforce/plugin-community": "3.0.2",
|
|
76
76
|
"@salesforce/plugin-dev": "1.3.3",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.4",
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.
|
|
128
|
+
"@oclif/core": "3.12.0",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
|
-
"@oclif/plugin-commands": "3.0.
|
|
131
|
-
"@oclif/plugin-help": "6.0.
|
|
130
|
+
"@oclif/plugin-commands": "3.0.7",
|
|
131
|
+
"@oclif/plugin-help": "6.0.7",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.4",
|
|
133
133
|
"@oclif/plugin-plugins": "4.1.8",
|
|
134
|
-
"@oclif/plugin-search": "1.0.
|
|
134
|
+
"@oclif/plugin-search": "1.0.8",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.7",
|
|
137
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
138
|
-
"@oclif/plugin-which": "3.0.
|
|
137
|
+
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
138
|
+
"@oclif/plugin-which": "3.0.10",
|
|
139
139
|
"@salesforce/core": "^6.1.3",
|
|
140
|
-
"@salesforce/plugin-apex": "3.0.
|
|
140
|
+
"@salesforce/plugin-apex": "3.0.6",
|
|
141
141
|
"@salesforce/plugin-auth": "3.0.6",
|
|
142
142
|
"@salesforce/plugin-data": "3.0.1",
|
|
143
|
-
"@salesforce/plugin-deploy-retrieve": "2.1.
|
|
143
|
+
"@salesforce/plugin-deploy-retrieve": "2.1.3",
|
|
144
144
|
"@salesforce/plugin-info": "3.0.3",
|
|
145
145
|
"@salesforce/plugin-limits": "3.0.2",
|
|
146
146
|
"@salesforce/plugin-login": "2.0.5",
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
"@salesforce/plugin-sobject": "1.0.2",
|
|
152
152
|
"@salesforce/plugin-source": "2.11.4",
|
|
153
153
|
"@salesforce/plugin-telemetry": "3.1.2",
|
|
154
|
-
"@salesforce/plugin-templates": "56.0.
|
|
154
|
+
"@salesforce/plugin-templates": "56.0.2",
|
|
155
155
|
"@salesforce/plugin-trust": "3.0.4",
|
|
156
156
|
"@salesforce/plugin-user": "3.0.4",
|
|
157
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
157
|
+
"@salesforce/sf-plugins-core": "5.0.2",
|
|
158
158
|
"debug": "^4.3.4"
|
|
159
159
|
},
|
|
160
160
|
"pinnedDependencies": [
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"resolutions": {
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.2",
|
|
194
|
-
"@salesforce/source-deploy-retrieve": "10.0.
|
|
194
|
+
"@salesforce/source-deploy-retrieve": "10.0.2",
|
|
195
195
|
"@salesforce/source-tracking": "5.0.1"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"@types/debug": "^4.1.12",
|
|
244
244
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
245
245
|
"@typescript-eslint/parser": "^5.62.0",
|
|
246
|
-
"aws-sdk": "^2.
|
|
246
|
+
"aws-sdk": "^2.1499.0",
|
|
247
247
|
"chai": "^4.3.10",
|
|
248
248
|
"eslint": "^8.53.0",
|
|
249
249
|
"eslint-config-oclif": "^5",
|