@salesforce/cli 2.136.1 → 2.136.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -40
- package/npm-shrinkwrap.json +49 -40
- package/oclif.lock +40 -46
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.136.
|
|
28
|
+
@salesforce/cli/2.136.3 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -5284,7 +5284,7 @@ EXAMPLES
|
|
|
5284
5284
|
$ sf org list auth
|
|
5285
5285
|
```
|
|
5286
5286
|
|
|
5287
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5287
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/list/auth.ts)_
|
|
5288
5288
|
|
|
5289
5289
|
## `sf org list limits`
|
|
5290
5290
|
|
|
@@ -5584,7 +5584,7 @@ FLAG DESCRIPTIONS
|
|
|
5584
5584
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5585
5585
|
```
|
|
5586
5586
|
|
|
5587
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5587
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/access-token.ts)_
|
|
5588
5588
|
|
|
5589
5589
|
## `sf org login jwt`
|
|
5590
5590
|
|
|
@@ -5675,7 +5675,7 @@ FLAG DESCRIPTIONS
|
|
|
5675
5675
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5676
5676
|
```
|
|
5677
5677
|
|
|
5678
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5678
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/jwt.ts)_
|
|
5679
5679
|
|
|
5680
5680
|
## `sf org login sfdx-url`
|
|
5681
5681
|
|
|
@@ -5745,7 +5745,7 @@ EXAMPLES
|
|
|
5745
5745
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5746
5746
|
```
|
|
5747
5747
|
|
|
5748
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5748
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/sfdx-url.ts)_
|
|
5749
5749
|
|
|
5750
5750
|
## `sf org login web`
|
|
5751
5751
|
|
|
@@ -5850,7 +5850,7 @@ FLAG DESCRIPTIONS
|
|
|
5850
5850
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5851
5851
|
```
|
|
5852
5852
|
|
|
5853
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5853
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/web.ts)_
|
|
5854
5854
|
|
|
5855
5855
|
## `sf org logout`
|
|
5856
5856
|
|
|
@@ -5916,7 +5916,7 @@ FLAG DESCRIPTIONS
|
|
|
5916
5916
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5917
5917
|
```
|
|
5918
5918
|
|
|
5919
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5919
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/logout.ts)_
|
|
5920
5920
|
|
|
5921
5921
|
## `sf org open`
|
|
5922
5922
|
|
|
@@ -8405,7 +8405,7 @@ FLAG DESCRIPTIONS
|
|
|
8405
8405
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8406
8406
|
```
|
|
8407
8407
|
|
|
8408
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8408
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/mdapi.ts)_
|
|
8409
8409
|
|
|
8410
8410
|
## `sf project convert source`
|
|
8411
8411
|
|
|
@@ -8478,7 +8478,7 @@ FLAG DESCRIPTIONS
|
|
|
8478
8478
|
Override the api version used for api requests made by this command
|
|
8479
8479
|
```
|
|
8480
8480
|
|
|
8481
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8481
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/source.ts)_
|
|
8482
8482
|
|
|
8483
8483
|
## `sf project convert source-behavior`
|
|
8484
8484
|
|
|
@@ -8537,7 +8537,7 @@ EXAMPLES
|
|
|
8537
8537
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
8538
8538
|
```
|
|
8539
8539
|
|
|
8540
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8540
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/source-behavior.ts)_
|
|
8541
8541
|
|
|
8542
8542
|
## `sf project delete source`
|
|
8543
8543
|
|
|
@@ -8690,7 +8690,7 @@ FLAG DESCRIPTIONS
|
|
|
8690
8690
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8691
8691
|
```
|
|
8692
8692
|
|
|
8693
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8693
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/delete/source.ts)_
|
|
8694
8694
|
|
|
8695
8695
|
## `sf project delete tracking`
|
|
8696
8696
|
|
|
@@ -8727,7 +8727,7 @@ EXAMPLES
|
|
|
8727
8727
|
$ sf project delete tracking --target-org my-scratch
|
|
8728
8728
|
```
|
|
8729
8729
|
|
|
8730
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8730
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/delete/tracking.ts)_
|
|
8731
8731
|
|
|
8732
8732
|
## `sf project deploy cancel`
|
|
8733
8733
|
|
|
@@ -8799,7 +8799,7 @@ FLAG DESCRIPTIONS
|
|
|
8799
8799
|
project deploy report".
|
|
8800
8800
|
```
|
|
8801
8801
|
|
|
8802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/cancel.ts)_
|
|
8803
8803
|
|
|
8804
8804
|
## `sf project deploy preview`
|
|
8805
8805
|
|
|
@@ -8882,7 +8882,7 @@ FLAG DESCRIPTIONS
|
|
|
8882
8882
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/preview.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `sf project deploy quick`
|
|
8888
8888
|
|
|
@@ -8975,7 +8975,7 @@ ERROR CODES
|
|
|
8975
8975
|
Canceling (69) The deploy is being canceled.
|
|
8976
8976
|
```
|
|
8977
8977
|
|
|
8978
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8978
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/quick.ts)_
|
|
8979
8979
|
|
|
8980
8980
|
## `sf project deploy report`
|
|
8981
8981
|
|
|
@@ -9067,7 +9067,7 @@ FLAG DESCRIPTIONS
|
|
|
9067
9067
|
--coverage-formatters lcov --coverage-formatters clover
|
|
9068
9068
|
```
|
|
9069
9069
|
|
|
9070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/report.ts)_
|
|
9071
9071
|
|
|
9072
9072
|
## `sf project deploy resume`
|
|
9073
9073
|
|
|
@@ -9164,7 +9164,7 @@ ERROR CODES
|
|
|
9164
9164
|
Canceling (69) The deploy is being canceled.
|
|
9165
9165
|
```
|
|
9166
9166
|
|
|
9167
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9167
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/resume.ts)_
|
|
9168
9168
|
|
|
9169
9169
|
## `sf project deploy start`
|
|
9170
9170
|
|
|
@@ -9430,7 +9430,7 @@ ERROR CODES
|
|
|
9430
9430
|
Canceling (69) The deploy is being canceled.
|
|
9431
9431
|
```
|
|
9432
9432
|
|
|
9433
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9433
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/start.ts)_
|
|
9434
9434
|
|
|
9435
9435
|
## `sf project deploy validate`
|
|
9436
9436
|
|
|
@@ -9634,7 +9634,7 @@ ERROR CODES
|
|
|
9634
9634
|
Canceling (69) The deploy is being canceled.
|
|
9635
9635
|
```
|
|
9636
9636
|
|
|
9637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/validate.ts)_
|
|
9638
9638
|
|
|
9639
9639
|
## `sf project generate manifest`
|
|
9640
9640
|
|
|
@@ -9730,7 +9730,7 @@ EXAMPLES
|
|
|
9730
9730
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9731
9731
|
```
|
|
9732
9732
|
|
|
9733
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9733
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/generate/manifest.ts)_
|
|
9734
9734
|
|
|
9735
9735
|
## `sf project list ignored`
|
|
9736
9736
|
|
|
@@ -9772,7 +9772,7 @@ EXAMPLES
|
|
|
9772
9772
|
$ sf project list ignored --source-dir package.xml
|
|
9773
9773
|
```
|
|
9774
9774
|
|
|
9775
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9775
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/list/ignored.ts)_
|
|
9776
9776
|
|
|
9777
9777
|
## `sf project reset tracking`
|
|
9778
9778
|
|
|
@@ -9821,7 +9821,7 @@ EXAMPLES
|
|
|
9821
9821
|
$ sf project reset tracking --revision 30
|
|
9822
9822
|
```
|
|
9823
9823
|
|
|
9824
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9824
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/reset/tracking.ts)_
|
|
9825
9825
|
|
|
9826
9826
|
## `sf project retrieve preview`
|
|
9827
9827
|
|
|
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
|
|
|
9875
9875
|
production orgs.
|
|
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.46/src/commands/project/retrieve/preview.ts)_
|
|
9879
9879
|
|
|
9880
9880
|
## `sf project retrieve start`
|
|
9881
9881
|
|
|
@@ -10056,7 +10056,7 @@ ENVIRONMENT VARIABLES
|
|
|
10056
10056
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
10057
10057
|
```
|
|
10058
10058
|
|
|
10059
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10059
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/retrieve/start.ts)_
|
|
10060
10060
|
|
|
10061
10061
|
## `sf schema generate field`
|
|
10062
10062
|
|
|
@@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS
|
|
|
10393
10393
|
directory.
|
|
10394
10394
|
```
|
|
10395
10395
|
|
|
10396
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10396
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_
|
|
10397
10397
|
|
|
10398
10398
|
## `sf template generate apex class`
|
|
10399
10399
|
|
|
@@ -10453,7 +10453,7 @@ FLAG DESCRIPTIONS
|
|
|
10453
10453
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10454
10454
|
```
|
|
10455
10455
|
|
|
10456
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10456
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_
|
|
10457
10457
|
|
|
10458
10458
|
## `sf template generate apex trigger`
|
|
10459
10459
|
|
|
@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
|
|
|
10523
10523
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10524
10524
|
```
|
|
10525
10525
|
|
|
10526
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10526
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_
|
|
10527
10527
|
|
|
10528
10528
|
## `sf template generate digital-experience site`
|
|
10529
10529
|
|
|
@@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS
|
|
|
10577
10577
|
project, defaults to the current directory.
|
|
10578
10578
|
```
|
|
10579
10579
|
|
|
10580
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10580
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_
|
|
10581
10581
|
|
|
10582
10582
|
## `sf template generate flexipage`
|
|
10583
10583
|
|
|
@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
|
|
|
10659
10659
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10660
10660
|
```
|
|
10661
10661
|
|
|
10662
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10662
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_
|
|
10663
10663
|
|
|
10664
10664
|
## `sf template generate lightning app`
|
|
10665
10665
|
|
|
@@ -10717,7 +10717,7 @@ FLAG DESCRIPTIONS
|
|
|
10717
10717
|
field in the DX project's "sfdx-project.json" file.
|
|
10718
10718
|
```
|
|
10719
10719
|
|
|
10720
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10720
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_
|
|
10721
10721
|
|
|
10722
10722
|
## `sf template generate lightning component`
|
|
10723
10723
|
|
|
@@ -10794,7 +10794,7 @@ FLAG DESCRIPTIONS
|
|
|
10794
10794
|
field in the DX project's "sfdx-project.json" file.
|
|
10795
10795
|
```
|
|
10796
10796
|
|
|
10797
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10797
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_
|
|
10798
10798
|
|
|
10799
10799
|
## `sf template generate lightning event`
|
|
10800
10800
|
|
|
@@ -10852,7 +10852,7 @@ FLAG DESCRIPTIONS
|
|
|
10852
10852
|
field in the DX project's "sfdx-project.json" file.
|
|
10853
10853
|
```
|
|
10854
10854
|
|
|
10855
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10855
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_
|
|
10856
10856
|
|
|
10857
10857
|
## `sf template generate lightning interface`
|
|
10858
10858
|
|
|
@@ -10910,7 +10910,7 @@ FLAG DESCRIPTIONS
|
|
|
10910
10910
|
field in the DX project's "sfdx-project.json" file.
|
|
10911
10911
|
```
|
|
10912
10912
|
|
|
10913
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10913
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_
|
|
10914
10914
|
|
|
10915
10915
|
## `sf template generate lightning test`
|
|
10916
10916
|
|
|
@@ -10968,7 +10968,7 @@ FLAG DESCRIPTIONS
|
|
|
10968
10968
|
field in the DX project's "sfdx-project.json" file.
|
|
10969
10969
|
```
|
|
10970
10970
|
|
|
10971
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10971
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_
|
|
10972
10972
|
|
|
10973
10973
|
## `sf template generate project`
|
|
10974
10974
|
|
|
@@ -11094,7 +11094,7 @@ FLAG DESCRIPTIONS
|
|
|
11094
11094
|
server-side type stripping.
|
|
11095
11095
|
```
|
|
11096
11096
|
|
|
11097
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11097
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_
|
|
11098
11098
|
|
|
11099
11099
|
## `sf template generate static-resource`
|
|
11100
11100
|
|
|
@@ -11157,7 +11157,7 @@ FLAG DESCRIPTIONS
|
|
|
11157
11157
|
etc.
|
|
11158
11158
|
```
|
|
11159
11159
|
|
|
11160
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11160
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_
|
|
11161
11161
|
|
|
11162
11162
|
## `sf template generate ui-bundle`
|
|
11163
11163
|
|
|
@@ -11241,7 +11241,7 @@ FLAG DESCRIPTIONS
|
|
|
11241
11241
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11242
11242
|
```
|
|
11243
11243
|
|
|
11244
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11244
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11245
11245
|
|
|
11246
11246
|
## `sf template generate visualforce component`
|
|
11247
11247
|
|
|
@@ -11298,7 +11298,7 @@ FLAG DESCRIPTIONS
|
|
|
11298
11298
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11299
11299
|
```
|
|
11300
11300
|
|
|
11301
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11301
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_
|
|
11302
11302
|
|
|
11303
11303
|
## `sf template generate visualforce page`
|
|
11304
11304
|
|
|
@@ -11349,7 +11349,7 @@ FLAG DESCRIPTIONS
|
|
|
11349
11349
|
The name can be up to 40 characters and must start with a letter.
|
|
11350
11350
|
```
|
|
11351
11351
|
|
|
11352
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11352
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_
|
|
11353
11353
|
|
|
11354
11354
|
## `sf update [CHANNEL]`
|
|
11355
11355
|
|
|
@@ -11407,7 +11407,7 @@ FLAG DESCRIPTIONS
|
|
|
11407
11407
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
11408
11408
|
```
|
|
11409
11409
|
|
|
11410
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
11410
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.46/src/commands/version.ts)_
|
|
11411
11411
|
|
|
11412
11412
|
## `sf which`
|
|
11413
11413
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.136.
|
|
3
|
+
"version": "2.136.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.136.
|
|
9
|
+
"version": "2.136.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.11.
|
|
14
|
+
"@oclif/core": "4.11.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.49",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.52",
|
|
17
17
|
"@oclif/plugin-help": "6.2.48",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.67",
|
|
20
20
|
"@oclif/plugin-search": "1.2.48",
|
|
21
21
|
"@oclif/plugin-update": "4.7.39",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.46",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.64",
|
|
24
24
|
"@oclif/plugin-which": "3.2.53",
|
|
25
25
|
"@salesforce/core": "^8.28.0",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.40.2",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.27",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.30",
|
|
30
|
-
"@salesforce/plugin-auth": "4.3.
|
|
30
|
+
"@salesforce/plugin-auth": "4.3.12",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.99",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.24.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.24.46",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.131",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.89",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.78",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.106",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.21",
|
|
42
|
-
"@salesforce/plugin-templates": "56.
|
|
42
|
+
"@salesforce/plugin-templates": "56.17.0",
|
|
43
43
|
"@salesforce/plugin-trust": "3.8.8",
|
|
44
44
|
"@salesforce/plugin-user": "3.9.4",
|
|
45
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
45
|
+
"@salesforce/sf-plugins-core": "12.2.17",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -3447,9 +3447,9 @@
|
|
|
3447
3447
|
}
|
|
3448
3448
|
},
|
|
3449
3449
|
"node_modules/@oclif/core": {
|
|
3450
|
-
"version": "4.11.
|
|
3451
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3452
|
-
"integrity": "sha512-
|
|
3450
|
+
"version": "4.11.3",
|
|
3451
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
3452
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
3453
3453
|
"license": "MIT",
|
|
3454
3454
|
"dependencies": {
|
|
3455
3455
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3466,7 +3466,7 @@
|
|
|
3466
3466
|
"semver": "^7.8.0",
|
|
3467
3467
|
"string-width": "^4.2.3",
|
|
3468
3468
|
"supports-color": "^8",
|
|
3469
|
-
"tinyglobby": "^0.2.
|
|
3469
|
+
"tinyglobby": "^0.2.16",
|
|
3470
3470
|
"widest-line": "^3.1.0",
|
|
3471
3471
|
"wordwrap": "^1.0.0",
|
|
3472
3472
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3940,9 +3940,9 @@
|
|
|
3940
3940
|
}
|
|
3941
3941
|
},
|
|
3942
3942
|
"node_modules/@oclif/plugin-version": {
|
|
3943
|
-
"version": "2.2.
|
|
3944
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3945
|
-
"integrity": "sha512-
|
|
3943
|
+
"version": "2.2.46",
|
|
3944
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.46.tgz",
|
|
3945
|
+
"integrity": "sha512-6eq2CgmJH6gyyJqh2ATcxaZGFduE9bGKN+KlBjNS+n+BVJW4MMbR3lhcv1EoNuY1C6hRnTc6/hPOAzlASusSXA==",
|
|
3946
3946
|
"license": "MIT",
|
|
3947
3947
|
"dependencies": {
|
|
3948
3948
|
"@oclif/core": "^4",
|
|
@@ -5044,9 +5044,9 @@
|
|
|
5044
5044
|
}
|
|
5045
5045
|
},
|
|
5046
5046
|
"node_modules/@salesforce/plugin-auth": {
|
|
5047
|
-
"version": "4.3.
|
|
5048
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
5049
|
-
"integrity": "sha512-
|
|
5047
|
+
"version": "4.3.12",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.12.tgz",
|
|
5049
|
+
"integrity": "sha512-I+pHxmjND5wi7vVcPkl+r2FdhjvpNAMG9NACqGId7irXmKaDbavfFocNhyjn0wXXgZYVsDBs4kaf2cZ3HM11oQ==",
|
|
5050
5050
|
"license": "Apache-2.0",
|
|
5051
5051
|
"dependencies": {
|
|
5052
5052
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
"@oclif/core": "^4",
|
|
5055
5055
|
"@salesforce/core": "^8.25.1",
|
|
5056
5056
|
"@salesforce/kit": "^3.2.4",
|
|
5057
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5057
|
+
"@salesforce/plugin-info": "^3.4.131",
|
|
5058
5058
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5059
5059
|
"@salesforce/ts-types": "^2.0.11",
|
|
5060
5060
|
"open": "^10.2.0"
|
|
@@ -5122,9 +5122,9 @@
|
|
|
5122
5122
|
}
|
|
5123
5123
|
},
|
|
5124
5124
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5125
|
-
"version": "3.24.
|
|
5126
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.
|
|
5127
|
-
"integrity": "sha512-
|
|
5125
|
+
"version": "3.24.46",
|
|
5126
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.46.tgz",
|
|
5127
|
+
"integrity": "sha512-G284SB5o4D1soVpfXGbO+95GMuCWVxYwtf3ID6Xhfk5Uum3ZotWqYNsEXfPoWO9g4asme8GFYyDGHhiZ4hIZSg==",
|
|
5128
5128
|
"license": "Apache-2.0",
|
|
5129
5129
|
"dependencies": {
|
|
5130
5130
|
"@inquirer/prompts": "^7.8.3",
|
|
@@ -5370,9 +5370,9 @@
|
|
|
5370
5370
|
}
|
|
5371
5371
|
},
|
|
5372
5372
|
"node_modules/@salesforce/plugin-templates": {
|
|
5373
|
-
"version": "56.
|
|
5374
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
5375
|
-
"integrity": "sha512
|
|
5373
|
+
"version": "56.17.0",
|
|
5374
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz",
|
|
5375
|
+
"integrity": "sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA==",
|
|
5376
5376
|
"license": "Apache-2.0",
|
|
5377
5377
|
"dependencies": {
|
|
5378
5378
|
"@salesforce/core": "^8.28.4",
|
|
@@ -5437,16 +5437,16 @@
|
|
|
5437
5437
|
"license": "ISC"
|
|
5438
5438
|
},
|
|
5439
5439
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5440
|
-
"version": "12.2.
|
|
5441
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5442
|
-
"integrity": "sha512-
|
|
5440
|
+
"version": "12.2.17",
|
|
5441
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz",
|
|
5442
|
+
"integrity": "sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==",
|
|
5443
5443
|
"license": "Apache-2.0",
|
|
5444
5444
|
"dependencies": {
|
|
5445
5445
|
"@inquirer/confirm": "^6.0.12",
|
|
5446
5446
|
"@inquirer/password": "^5.0.12",
|
|
5447
5447
|
"@oclif/core": "^4.11.2",
|
|
5448
5448
|
"@oclif/table": "^0.5.7",
|
|
5449
|
-
"@salesforce/core": "^8.
|
|
5449
|
+
"@salesforce/core": "^8.30.0",
|
|
5450
5450
|
"@salesforce/kit": "^3.2.3",
|
|
5451
5451
|
"@salesforce/ts-types": "^2.0.12",
|
|
5452
5452
|
"ansis": "^3.3.2",
|
|
@@ -18096,6 +18096,8 @@
|
|
|
18096
18096
|
},
|
|
18097
18097
|
"node_modules/npm/node_modules/tinyglobby": {
|
|
18098
18098
|
"version": "0.2.16",
|
|
18099
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
18100
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
18099
18101
|
"inBundle": true,
|
|
18100
18102
|
"license": "MIT",
|
|
18101
18103
|
"dependencies": {
|
|
@@ -18111,6 +18113,8 @@
|
|
|
18111
18113
|
},
|
|
18112
18114
|
"node_modules/npm/node_modules/tinyglobby/node_modules/fdir": {
|
|
18113
18115
|
"version": "6.5.0",
|
|
18116
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
18117
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
18114
18118
|
"inBundle": true,
|
|
18115
18119
|
"license": "MIT",
|
|
18116
18120
|
"engines": {
|
|
@@ -18127,6 +18131,8 @@
|
|
|
18127
18131
|
},
|
|
18128
18132
|
"node_modules/npm/node_modules/tinyglobby/node_modules/picomatch": {
|
|
18129
18133
|
"version": "4.0.4",
|
|
18134
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
18135
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
18130
18136
|
"inBundle": true,
|
|
18131
18137
|
"license": "MIT",
|
|
18132
18138
|
"engines": {
|
|
@@ -21537,13 +21543,13 @@
|
|
|
21537
21543
|
"license": "MIT"
|
|
21538
21544
|
},
|
|
21539
21545
|
"node_modules/tinyglobby": {
|
|
21540
|
-
"version": "0.2.
|
|
21541
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
21542
|
-
"integrity": "sha512-
|
|
21546
|
+
"version": "0.2.16",
|
|
21547
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
21548
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
21543
21549
|
"license": "MIT",
|
|
21544
21550
|
"dependencies": {
|
|
21545
|
-
"fdir": "^6.
|
|
21546
|
-
"picomatch": "^4.0.
|
|
21551
|
+
"fdir": "^6.5.0",
|
|
21552
|
+
"picomatch": "^4.0.4"
|
|
21547
21553
|
},
|
|
21548
21554
|
"engines": {
|
|
21549
21555
|
"node": ">=12.0.0"
|
|
@@ -21553,10 +21559,13 @@
|
|
|
21553
21559
|
}
|
|
21554
21560
|
},
|
|
21555
21561
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
21556
|
-
"version": "6.
|
|
21557
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
21558
|
-
"integrity": "sha512-
|
|
21562
|
+
"version": "6.5.0",
|
|
21563
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
21564
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
21559
21565
|
"license": "MIT",
|
|
21566
|
+
"engines": {
|
|
21567
|
+
"node": ">=12.0.0"
|
|
21568
|
+
},
|
|
21560
21569
|
"peerDependencies": {
|
|
21561
21570
|
"picomatch": "^3 || ^4"
|
|
21562
21571
|
},
|
|
@@ -21567,9 +21576,9 @@
|
|
|
21567
21576
|
}
|
|
21568
21577
|
},
|
|
21569
21578
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
21570
|
-
"version": "4.0.
|
|
21571
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
21572
|
-
"integrity": "sha512-
|
|
21579
|
+
"version": "4.0.4",
|
|
21580
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
21581
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
21573
21582
|
"license": "MIT",
|
|
21574
21583
|
"engines": {
|
|
21575
21584
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1575,10 +1575,10 @@
|
|
|
1575
1575
|
node-gyp "^12.1.0"
|
|
1576
1576
|
proc-log "^6.0.0"
|
|
1577
1577
|
|
|
1578
|
-
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.
|
|
1579
|
-
version "4.11.
|
|
1580
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
1581
|
-
integrity sha512-
|
|
1578
|
+
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.3":
|
|
1579
|
+
version "4.11.3"
|
|
1580
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz"
|
|
1581
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1582
1582
|
dependencies:
|
|
1583
1583
|
ansi-escapes "^4.3.2"
|
|
1584
1584
|
ansis "^3.17.0"
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
semver "^7.8.0"
|
|
1595
1595
|
string-width "^4.2.3"
|
|
1596
1596
|
supports-color "^8"
|
|
1597
|
-
tinyglobby "^0.2.
|
|
1597
|
+
tinyglobby "^0.2.16"
|
|
1598
1598
|
widest-line "^3.1.0"
|
|
1599
1599
|
wordwrap "^1.0.0"
|
|
1600
1600
|
wrap-ansi "^7.0.0"
|
|
@@ -1706,10 +1706,10 @@
|
|
|
1706
1706
|
semver "^7.7.4"
|
|
1707
1707
|
tar-fs "^2.1.4"
|
|
1708
1708
|
|
|
1709
|
-
"@oclif/plugin-version@2.2.
|
|
1710
|
-
version "2.2.
|
|
1711
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1712
|
-
integrity sha512-
|
|
1709
|
+
"@oclif/plugin-version@2.2.46":
|
|
1710
|
+
version "2.2.46"
|
|
1711
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.46.tgz"
|
|
1712
|
+
integrity sha512-6eq2CgmJH6gyyJqh2ATcxaZGFduE9bGKN+KlBjNS+n+BVJW4MMbR3lhcv1EoNuY1C6hRnTc6/hPOAzlASusSXA==
|
|
1713
1713
|
dependencies:
|
|
1714
1714
|
"@oclif/core" "^4"
|
|
1715
1715
|
ansis "^3.17.0"
|
|
@@ -2190,17 +2190,17 @@
|
|
|
2190
2190
|
got "^13.0.0"
|
|
2191
2191
|
proxy-agent "^6.5.0"
|
|
2192
2192
|
|
|
2193
|
-
"@salesforce/plugin-auth@4.3.
|
|
2194
|
-
version "4.3.
|
|
2195
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
2196
|
-
integrity sha512-
|
|
2193
|
+
"@salesforce/plugin-auth@4.3.12":
|
|
2194
|
+
version "4.3.12"
|
|
2195
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.12.tgz"
|
|
2196
|
+
integrity sha512-I+pHxmjND5wi7vVcPkl+r2FdhjvpNAMG9NACqGId7irXmKaDbavfFocNhyjn0wXXgZYVsDBs4kaf2cZ3HM11oQ==
|
|
2197
2197
|
dependencies:
|
|
2198
2198
|
"@inquirer/checkbox" "^2.5.0"
|
|
2199
2199
|
"@inquirer/select" "^2.5.0"
|
|
2200
2200
|
"@oclif/core" "^4"
|
|
2201
2201
|
"@salesforce/core" "^8.25.1"
|
|
2202
2202
|
"@salesforce/kit" "^3.2.4"
|
|
2203
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2203
|
+
"@salesforce/plugin-info" "^3.4.131"
|
|
2204
2204
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2205
2205
|
"@salesforce/ts-types" "^2.0.11"
|
|
2206
2206
|
open "^10.2.0"
|
|
@@ -2239,10 +2239,10 @@
|
|
|
2239
2239
|
undici "^7.25.0"
|
|
2240
2240
|
zod "^4.4.3"
|
|
2241
2241
|
|
|
2242
|
-
"@salesforce/plugin-deploy-retrieve@3.24.
|
|
2243
|
-
version "3.24.
|
|
2244
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.
|
|
2245
|
-
integrity sha512-
|
|
2242
|
+
"@salesforce/plugin-deploy-retrieve@3.24.46":
|
|
2243
|
+
version "3.24.46"
|
|
2244
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.46.tgz"
|
|
2245
|
+
integrity sha512-G284SB5o4D1soVpfXGbO+95GMuCWVxYwtf3ID6Xhfk5Uum3ZotWqYNsEXfPoWO9g4asme8GFYyDGHhiZ4hIZSg==
|
|
2246
2246
|
dependencies:
|
|
2247
2247
|
"@inquirer/prompts" "^7.8.3"
|
|
2248
2248
|
"@oclif/core" "^4.10.5"
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
ansis "^3.17.0"
|
|
2259
2259
|
terminal-link "^3.0.0"
|
|
2260
2260
|
|
|
2261
|
-
"@salesforce/plugin-info@^3.4.
|
|
2261
|
+
"@salesforce/plugin-info@^3.4.123", "@salesforce/plugin-info@^3.4.124", "@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@3.4.131":
|
|
2262
2262
|
version "3.4.131"
|
|
2263
2263
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.131.tgz"
|
|
2264
2264
|
integrity sha512-Xu+mN/sdBYasy4297Ka9JT7UtKdnBEzsIbukfy+hGqRaNpj7iIVihGFzXnBqUMH6ZK8oIgsUWvaLs9NK31FgMQ==
|
|
@@ -2403,10 +2403,10 @@
|
|
|
2403
2403
|
"@salesforce/ts-types" "^2.0.12"
|
|
2404
2404
|
debug "^4.4.3"
|
|
2405
2405
|
|
|
2406
|
-
"@salesforce/plugin-templates@56.
|
|
2407
|
-
version "56.
|
|
2408
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
2409
|
-
integrity sha512
|
|
2406
|
+
"@salesforce/plugin-templates@56.17.0":
|
|
2407
|
+
version "56.17.0"
|
|
2408
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz"
|
|
2409
|
+
integrity sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA==
|
|
2410
2410
|
dependencies:
|
|
2411
2411
|
"@salesforce/core" "^8.28.4"
|
|
2412
2412
|
"@salesforce/sf-plugins-core" "^12"
|
|
@@ -2449,16 +2449,16 @@
|
|
|
2449
2449
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz"
|
|
2450
2450
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
2451
2451
|
|
|
2452
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.14", "@salesforce/sf-plugins-core@^12.2.15", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.
|
|
2453
|
-
version "12.2.
|
|
2454
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2455
|
-
integrity sha512-
|
|
2452
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.14", "@salesforce/sf-plugins-core@^12.2.15", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.17":
|
|
2453
|
+
version "12.2.17"
|
|
2454
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz"
|
|
2455
|
+
integrity sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==
|
|
2456
2456
|
dependencies:
|
|
2457
2457
|
"@inquirer/confirm" "^6.0.12"
|
|
2458
2458
|
"@inquirer/password" "^5.0.12"
|
|
2459
2459
|
"@oclif/core" "^4.11.2"
|
|
2460
2460
|
"@oclif/table" "^0.5.7"
|
|
2461
|
-
"@salesforce/core" "^8.
|
|
2461
|
+
"@salesforce/core" "^8.30.0"
|
|
2462
2462
|
"@salesforce/kit" "^3.2.3"
|
|
2463
2463
|
"@salesforce/ts-types" "^2.0.12"
|
|
2464
2464
|
ansis "^3.3.2"
|
|
@@ -5469,13 +5469,10 @@ faye@^1.4.0, faye@^1.4.1, faye@1.4.1:
|
|
|
5469
5469
|
tough-cookie "*"
|
|
5470
5470
|
tunnel-agent "*"
|
|
5471
5471
|
|
|
5472
|
-
fdir@^6.4.4:
|
|
5473
|
-
version "6.4.5"
|
|
5474
|
-
resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz"
|
|
5475
|
-
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
5476
|
-
|
|
5477
5472
|
fdir@^6.5.0:
|
|
5478
5473
|
version "6.5.0"
|
|
5474
|
+
resolved "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz"
|
|
5475
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
5479
5476
|
|
|
5480
5477
|
figures@^3.2.0:
|
|
5481
5478
|
version "3.2.0"
|
|
@@ -8966,19 +8963,16 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
|
8966
8963
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
8967
8964
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
8968
8965
|
|
|
8969
|
-
"picomatch@^3 || ^4", picomatch@^4.0.
|
|
8970
|
-
version "4.0.
|
|
8971
|
-
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
8972
|
-
integrity sha512-
|
|
8966
|
+
"picomatch@^3 || ^4", picomatch@^4.0.4:
|
|
8967
|
+
version "4.0.4"
|
|
8968
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz"
|
|
8969
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
8973
8970
|
|
|
8974
8971
|
picomatch@^3.0.1:
|
|
8975
8972
|
version "3.0.1"
|
|
8976
8973
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz"
|
|
8977
8974
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
8978
8975
|
|
|
8979
|
-
picomatch@^4.0.4:
|
|
8980
|
-
version "4.0.4"
|
|
8981
|
-
|
|
8982
8976
|
pify@^2.3.0:
|
|
8983
8977
|
version "2.3.0"
|
|
8984
8978
|
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
|
|
@@ -10409,13 +10403,13 @@ tiny-relative-date@^2.0.2:
|
|
|
10409
10403
|
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-2.0.2.tgz"
|
|
10410
10404
|
integrity sha512-rGxAbeL9z3J4pI2GtBEoFaavHdO4RKAU54hEuOef5kfx5aPqiQtbhYktMOTL5OA33db8BjsDcLXuNp+/v19PHw==
|
|
10411
10405
|
|
|
10412
|
-
tinyglobby@^0.2.12, tinyglobby@^0.2.
|
|
10413
|
-
version "0.2.
|
|
10414
|
-
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
10415
|
-
integrity sha512-
|
|
10406
|
+
tinyglobby@^0.2.12, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
10407
|
+
version "0.2.16"
|
|
10408
|
+
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz"
|
|
10409
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
10416
10410
|
dependencies:
|
|
10417
|
-
fdir "^6.
|
|
10418
|
-
picomatch "^4.0.
|
|
10411
|
+
fdir "^6.5.0"
|
|
10412
|
+
picomatch "^4.0.4"
|
|
10419
10413
|
|
|
10420
10414
|
to-buffer@^1.2.0:
|
|
10421
10415
|
version "1.2.1"
|
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.136.
|
|
4
|
+
"version": "2.136.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "4.11.
|
|
149
|
+
"@oclif/core": "4.11.3",
|
|
150
150
|
"@oclif/plugin-autocomplete": "3.2.49",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.52",
|
|
152
152
|
"@oclif/plugin-help": "6.2.48",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.67",
|
|
155
155
|
"@oclif/plugin-search": "1.2.48",
|
|
156
156
|
"@oclif/plugin-update": "4.7.39",
|
|
157
|
-
"@oclif/plugin-version": "2.2.
|
|
157
|
+
"@oclif/plugin-version": "2.2.46",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.64",
|
|
159
159
|
"@oclif/plugin-which": "3.2.53",
|
|
160
160
|
"@salesforce/core": "^8.28.0",
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
"@salesforce/plugin-agent": "1.40.2",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.27",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.30",
|
|
165
|
-
"@salesforce/plugin-auth": "4.3.
|
|
165
|
+
"@salesforce/plugin-auth": "4.3.12",
|
|
166
166
|
"@salesforce/plugin-data": "4.0.99",
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "3.24.
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "3.24.46",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.131",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.89",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.78",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.106",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.21",
|
|
177
|
-
"@salesforce/plugin-templates": "56.
|
|
177
|
+
"@salesforce/plugin-templates": "56.17.0",
|
|
178
178
|
"@salesforce/plugin-trust": "3.8.8",
|
|
179
179
|
"@salesforce/plugin-user": "3.9.4",
|
|
180
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
180
|
+
"@salesforce/sf-plugins-core": "12.2.17",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|
|
183
183
|
"pinnedDependencies": [
|