@salesforce/cli 2.149.5 → 2.149.7
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 +60 -60
- package/npm-shrinkwrap.json +123 -51
- package/oclif.lock +61 -31
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.149.
|
|
28
|
+
@salesforce/cli/2.149.7 linux-x64 node-v24.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3706,7 +3706,7 @@ EXAMPLES
|
|
|
3706
3706
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
3707
3707
|
```
|
|
3708
3708
|
|
|
3709
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3709
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/bulk/results.ts)_
|
|
3710
3710
|
|
|
3711
3711
|
## `sf data create file`
|
|
3712
3712
|
|
|
@@ -3755,7 +3755,7 @@ EXAMPLES
|
|
|
3755
3755
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
3756
3756
|
```
|
|
3757
3757
|
|
|
3758
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3758
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/file.ts)_
|
|
3759
3759
|
|
|
3760
3760
|
## `sf data create record`
|
|
3761
3761
|
|
|
@@ -3814,7 +3814,7 @@ EXAMPLES
|
|
|
3814
3814
|
TracedEntityId=01p17000000R6bLAAS"
|
|
3815
3815
|
```
|
|
3816
3816
|
|
|
3817
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3817
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/record.ts)_
|
|
3818
3818
|
|
|
3819
3819
|
## `sf data delete bulk`
|
|
3820
3820
|
|
|
@@ -3873,7 +3873,7 @@ FLAG DESCRIPTIONS
|
|
|
3873
3873
|
and can be enabled only by a system administrator.
|
|
3874
3874
|
```
|
|
3875
3875
|
|
|
3876
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3876
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/bulk.ts)_
|
|
3877
3877
|
|
|
3878
3878
|
## `sf data delete record`
|
|
3879
3879
|
|
|
@@ -3934,7 +3934,7 @@ EXAMPLES
|
|
|
3934
3934
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3935
3935
|
```
|
|
3936
3936
|
|
|
3937
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3937
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/record.ts)_
|
|
3938
3938
|
|
|
3939
3939
|
## `sf data delete resume`
|
|
3940
3940
|
|
|
@@ -3973,7 +3973,7 @@ EXAMPLES
|
|
|
3973
3973
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3974
3974
|
```
|
|
3975
3975
|
|
|
3976
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
3976
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/resume.ts)_
|
|
3977
3977
|
|
|
3978
3978
|
## `sf data export bulk`
|
|
3979
3979
|
|
|
@@ -4040,7 +4040,7 @@ EXAMPLES
|
|
|
4040
4040
|
--result-format json --wait 10 --all-rows
|
|
4041
4041
|
```
|
|
4042
4042
|
|
|
4043
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4043
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/bulk.ts)_
|
|
4044
4044
|
|
|
4045
4045
|
## `sf data export resume`
|
|
4046
4046
|
|
|
@@ -4079,7 +4079,7 @@ EXAMPLES
|
|
|
4079
4079
|
$ sf data export resume --use-most-recent
|
|
4080
4080
|
```
|
|
4081
4081
|
|
|
4082
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4082
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/resume.ts)_
|
|
4083
4083
|
|
|
4084
4084
|
## `sf data export tree`
|
|
4085
4085
|
|
|
@@ -4139,7 +4139,7 @@ EXAMPLES
|
|
|
4139
4139
|
my-scratch
|
|
4140
4140
|
```
|
|
4141
4141
|
|
|
4142
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4142
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/tree.ts)_
|
|
4143
4143
|
|
|
4144
4144
|
## `sf data get record`
|
|
4145
4145
|
|
|
@@ -4203,7 +4203,7 @@ EXAMPLES
|
|
|
4203
4203
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
4204
4204
|
```
|
|
4205
4205
|
|
|
4206
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4206
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/get/record.ts)_
|
|
4207
4207
|
|
|
4208
4208
|
## `sf data import bulk`
|
|
4209
4209
|
|
|
@@ -4255,7 +4255,7 @@ EXAMPLES
|
|
|
4255
4255
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4256
4256
|
```
|
|
4257
4257
|
|
|
4258
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4258
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/bulk.ts)_
|
|
4259
4259
|
|
|
4260
4260
|
## `sf data import resume`
|
|
4261
4261
|
|
|
@@ -4291,7 +4291,7 @@ EXAMPLES
|
|
|
4291
4291
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
4292
4292
|
```
|
|
4293
4293
|
|
|
4294
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4294
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/resume.ts)_
|
|
4295
4295
|
|
|
4296
4296
|
## `sf data import tree`
|
|
4297
4297
|
|
|
@@ -4355,7 +4355,7 @@ FLAG DESCRIPTIONS
|
|
|
4355
4355
|
- files(array) - Files: An array of files paths to load
|
|
4356
4356
|
```
|
|
4357
4357
|
|
|
4358
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4358
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/tree.ts)_
|
|
4359
4359
|
|
|
4360
4360
|
## `sf data query`
|
|
4361
4361
|
|
|
@@ -4408,7 +4408,7 @@ EXAMPLES
|
|
|
4408
4408
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
4409
4409
|
```
|
|
4410
4410
|
|
|
4411
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4411
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/query.ts)_
|
|
4412
4412
|
|
|
4413
4413
|
## `sf data resume`
|
|
4414
4414
|
|
|
@@ -4445,7 +4445,7 @@ EXAMPLES
|
|
|
4445
4445
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
4446
4446
|
```
|
|
4447
4447
|
|
|
4448
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4448
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/resume.ts)_
|
|
4449
4449
|
|
|
4450
4450
|
## `sf data search`
|
|
4451
4451
|
|
|
@@ -4495,7 +4495,7 @@ EXAMPLES
|
|
|
4495
4495
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
4496
4496
|
```
|
|
4497
4497
|
|
|
4498
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4498
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/search.ts)_
|
|
4499
4499
|
|
|
4500
4500
|
## `sf data update bulk`
|
|
4501
4501
|
|
|
@@ -4550,7 +4550,7 @@ EXAMPLES
|
|
|
4550
4550
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4551
4551
|
```
|
|
4552
4552
|
|
|
4553
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4553
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/bulk.ts)_
|
|
4554
4554
|
|
|
4555
4555
|
## `sf data update record`
|
|
4556
4556
|
|
|
@@ -4614,7 +4614,7 @@ EXAMPLES
|
|
|
4614
4614
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
4615
4615
|
```
|
|
4616
4616
|
|
|
4617
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4617
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/record.ts)_
|
|
4618
4618
|
|
|
4619
4619
|
## `sf data update resume`
|
|
4620
4620
|
|
|
@@ -4653,7 +4653,7 @@ EXAMPLES
|
|
|
4653
4653
|
$ sf data update resume --use-most-recent
|
|
4654
4654
|
```
|
|
4655
4655
|
|
|
4656
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4656
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/resume.ts)_
|
|
4657
4657
|
|
|
4658
4658
|
## `sf data upsert bulk`
|
|
4659
4659
|
|
|
@@ -4709,7 +4709,7 @@ EXAMPLES
|
|
|
4709
4709
|
my-scratch
|
|
4710
4710
|
```
|
|
4711
4711
|
|
|
4712
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4712
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/bulk.ts)_
|
|
4713
4713
|
|
|
4714
4714
|
## `sf data upsert resume`
|
|
4715
4715
|
|
|
@@ -4748,7 +4748,7 @@ EXAMPLES
|
|
|
4748
4748
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
4749
4749
|
```
|
|
4750
4750
|
|
|
4751
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4751
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/resume.ts)_
|
|
4752
4752
|
|
|
4753
4753
|
## `sf doctor`
|
|
4754
4754
|
|
|
@@ -4843,7 +4843,7 @@ EXAMPLES
|
|
|
4843
4843
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
4844
4844
|
```
|
|
4845
4845
|
|
|
4846
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4846
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/delete.ts)_
|
|
4847
4847
|
|
|
4848
4848
|
## `sf force data bulk status`
|
|
4849
4849
|
|
|
@@ -4880,7 +4880,7 @@ EXAMPLES
|
|
|
4880
4880
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4881
4881
|
```
|
|
4882
4882
|
|
|
4883
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4883
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/status.ts)_
|
|
4884
4884
|
|
|
4885
4885
|
## `sf force data bulk upsert`
|
|
4886
4886
|
|
|
@@ -4938,7 +4938,7 @@ EXAMPLES
|
|
|
4938
4938
|
--target-org my-scratch
|
|
4939
4939
|
```
|
|
4940
4940
|
|
|
4941
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
4941
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/upsert.ts)_
|
|
4942
4942
|
|
|
4943
4943
|
## `sf help [COMMAND]`
|
|
4944
4944
|
|
|
@@ -5304,7 +5304,7 @@ EXAMPLES
|
|
|
5304
5304
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5305
5305
|
```
|
|
5306
5306
|
|
|
5307
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5307
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-access-token.ts)_
|
|
5308
5308
|
|
|
5309
5309
|
## `sf org auth show-sfdx-auth-url`
|
|
5310
5310
|
|
|
@@ -5348,7 +5348,7 @@ EXAMPLES
|
|
|
5348
5348
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5349
5349
|
```
|
|
5350
5350
|
|
|
5351
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5351
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5352
5352
|
|
|
5353
5353
|
## `sf org auth show-user-password`
|
|
5354
5354
|
|
|
@@ -5395,7 +5395,7 @@ EXAMPLES
|
|
|
5395
5395
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5396
5396
|
```
|
|
5397
5397
|
|
|
5398
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5398
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-user-password.ts)_
|
|
5399
5399
|
|
|
5400
5400
|
## `sf org create agent-user`
|
|
5401
5401
|
|
|
@@ -5473,7 +5473,7 @@ FLAG DESCRIPTIONS
|
|
|
5473
5473
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5474
5474
|
```
|
|
5475
5475
|
|
|
5476
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/agent-user.ts)_
|
|
5477
5477
|
|
|
5478
5478
|
## `sf org create sandbox`
|
|
5479
5479
|
|
|
@@ -5607,7 +5607,7 @@ FLAG DESCRIPTIONS
|
|
|
5607
5607
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5608
5608
|
```
|
|
5609
5609
|
|
|
5610
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5610
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/sandbox.ts)_
|
|
5611
5611
|
|
|
5612
5612
|
## `sf org create scratch`
|
|
5613
5613
|
|
|
@@ -5789,7 +5789,7 @@ FLAG DESCRIPTIONS
|
|
|
5789
5789
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5790
5790
|
```
|
|
5791
5791
|
|
|
5792
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5792
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/scratch.ts)_
|
|
5793
5793
|
|
|
5794
5794
|
## `sf org create user`
|
|
5795
5795
|
|
|
@@ -5943,7 +5943,7 @@ EXAMPLES
|
|
|
5943
5943
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5944
5944
|
```
|
|
5945
5945
|
|
|
5946
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5946
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/sandbox.ts)_
|
|
5947
5947
|
|
|
5948
5948
|
## `sf org delete scratch`
|
|
5949
5949
|
|
|
@@ -5987,7 +5987,7 @@ EXAMPLES
|
|
|
5987
5987
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5988
5988
|
```
|
|
5989
5989
|
|
|
5990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/scratch.ts)_
|
|
5991
5991
|
|
|
5992
5992
|
## `sf org disable tracking`
|
|
5993
5993
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf org disable tracking
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6029
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/disable/tracking.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf org display`
|
|
6032
6032
|
|
|
@@ -6071,7 +6071,7 @@ EXAMPLES
|
|
|
6071
6071
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6072
6072
|
```
|
|
6073
6073
|
|
|
6074
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6074
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/display.ts)_
|
|
6075
6075
|
|
|
6076
6076
|
## `sf org display user`
|
|
6077
6077
|
|
|
@@ -6151,7 +6151,7 @@ EXAMPLES
|
|
|
6151
6151
|
$ sf org enable tracking
|
|
6152
6152
|
```
|
|
6153
6153
|
|
|
6154
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6154
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/enable/tracking.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf org generate password`
|
|
6157
6157
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf org list --clean
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6257
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf org list auth`
|
|
6260
6260
|
|
|
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6393
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6394
6394
|
```
|
|
6395
6395
|
|
|
6396
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6396
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata.ts)_
|
|
6397
6397
|
|
|
6398
6398
|
## `sf org list metadata-types`
|
|
6399
6399
|
|
|
@@ -6448,7 +6448,7 @@ FLAG DESCRIPTIONS
|
|
|
6448
6448
|
Override the api version used for api requests made by this command
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6451
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata-types.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf org list sobject record-counts`
|
|
6454
6454
|
|
|
@@ -6997,7 +6997,7 @@ EXAMPLES
|
|
|
6997
6997
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6998
6998
|
```
|
|
6999
6999
|
|
|
7000
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open.ts)_
|
|
7001
7001
|
|
|
7002
7002
|
## `sf org open agent`
|
|
7003
7003
|
|
|
@@ -7061,7 +7061,7 @@ EXAMPLES
|
|
|
7061
7061
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7062
7062
|
```
|
|
7063
7063
|
|
|
7064
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7064
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/agent.ts)_
|
|
7065
7065
|
|
|
7066
7066
|
## `sf org open authoring-bundle`
|
|
7067
7067
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7110
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/authoring-bundle.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf org refresh sandbox`
|
|
7113
7113
|
|
|
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7210
7210
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7213
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/refresh/sandbox.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf org resume sandbox`
|
|
7216
7216
|
|
|
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
|
|
|
7273
7273
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7274
7274
|
```
|
|
7275
7275
|
|
|
7276
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7276
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/sandbox.ts)_
|
|
7277
7277
|
|
|
7278
7278
|
## `sf org resume scratch`
|
|
7279
7279
|
|
|
@@ -7326,7 +7326,7 @@ FLAG DESCRIPTIONS
|
|
|
7326
7326
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7327
7327
|
```
|
|
7328
7328
|
|
|
7329
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7329
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/scratch.ts)_
|
|
7330
7330
|
|
|
7331
7331
|
## `sf package convert`
|
|
7332
7332
|
|
|
@@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS
|
|
|
11400
11400
|
directory.
|
|
11401
11401
|
```
|
|
11402
11402
|
|
|
11403
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11403
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/analytics/template.ts)_
|
|
11404
11404
|
|
|
11405
11405
|
## `sf template generate apex class`
|
|
11406
11406
|
|
|
@@ -11462,7 +11462,7 @@ FLAG DESCRIPTIONS
|
|
|
11462
11462
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11463
11463
|
```
|
|
11464
11464
|
|
|
11465
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11465
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/class.ts)_
|
|
11466
11466
|
|
|
11467
11467
|
## `sf template generate apex trigger`
|
|
11468
11468
|
|
|
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
|
|
|
11532
11532
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11533
11533
|
```
|
|
11534
11534
|
|
|
11535
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11535
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/trigger.ts)_
|
|
11536
11536
|
|
|
11537
11537
|
## `sf template generate digital-experience site`
|
|
11538
11538
|
|
|
@@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS
|
|
|
11586
11586
|
project, defaults to the current directory.
|
|
11587
11587
|
```
|
|
11588
11588
|
|
|
11589
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11589
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/digital-experience/site.ts)_
|
|
11590
11590
|
|
|
11591
11591
|
## `sf template generate flexipage`
|
|
11592
11592
|
|
|
@@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS
|
|
|
11668
11668
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11669
11669
|
```
|
|
11670
11670
|
|
|
11671
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11671
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/flexipage/index.ts)_
|
|
11672
11672
|
|
|
11673
11673
|
## `sf template generate lightning app`
|
|
11674
11674
|
|
|
@@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS
|
|
|
11726
11726
|
field in the DX project's "sfdx-project.json" file.
|
|
11727
11727
|
```
|
|
11728
11728
|
|
|
11729
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11729
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/app.ts)_
|
|
11730
11730
|
|
|
11731
11731
|
## `sf template generate lightning component`
|
|
11732
11732
|
|
|
@@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS
|
|
|
11803
11803
|
field in the DX project's "sfdx-project.json" file.
|
|
11804
11804
|
```
|
|
11805
11805
|
|
|
11806
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11806
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/component.ts)_
|
|
11807
11807
|
|
|
11808
11808
|
## `sf template generate lightning event`
|
|
11809
11809
|
|
|
@@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS
|
|
|
11861
11861
|
field in the DX project's "sfdx-project.json" file.
|
|
11862
11862
|
```
|
|
11863
11863
|
|
|
11864
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11864
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/event.ts)_
|
|
11865
11865
|
|
|
11866
11866
|
## `sf template generate lightning interface`
|
|
11867
11867
|
|
|
@@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS
|
|
|
11919
11919
|
field in the DX project's "sfdx-project.json" file.
|
|
11920
11920
|
```
|
|
11921
11921
|
|
|
11922
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11922
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/interface.ts)_
|
|
11923
11923
|
|
|
11924
11924
|
## `sf template generate lightning test`
|
|
11925
11925
|
|
|
@@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS
|
|
|
11977
11977
|
field in the DX project's "sfdx-project.json" file.
|
|
11978
11978
|
```
|
|
11979
11979
|
|
|
11980
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11980
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/test.ts)_
|
|
11981
11981
|
|
|
11982
11982
|
## `sf template generate project`
|
|
11983
11983
|
|
|
@@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS
|
|
|
12109
12109
|
server-side type stripping.
|
|
12110
12110
|
```
|
|
12111
12111
|
|
|
12112
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12112
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/project/index.ts)_
|
|
12113
12113
|
|
|
12114
12114
|
## `sf template generate static-resource`
|
|
12115
12115
|
|
|
@@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS
|
|
|
12172
12172
|
etc.
|
|
12173
12173
|
```
|
|
12174
12174
|
|
|
12175
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12175
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/static-resource/index.ts)_
|
|
12176
12176
|
|
|
12177
12177
|
## `sf template generate ui-bundle`
|
|
12178
12178
|
|
|
@@ -12261,7 +12261,7 @@ FLAG DESCRIPTIONS
|
|
|
12261
12261
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12262
12262
|
```
|
|
12263
12263
|
|
|
12264
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12264
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12265
12265
|
|
|
12266
12266
|
## `sf template generate visualforce component`
|
|
12267
12267
|
|
|
@@ -12318,7 +12318,7 @@ FLAG DESCRIPTIONS
|
|
|
12318
12318
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12319
12319
|
```
|
|
12320
12320
|
|
|
12321
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12321
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/component.ts)_
|
|
12322
12322
|
|
|
12323
12323
|
## `sf template generate visualforce page`
|
|
12324
12324
|
|
|
@@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS
|
|
|
12369
12369
|
The name can be up to 40 characters and must start with a letter.
|
|
12370
12370
|
```
|
|
12371
12371
|
|
|
12372
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12372
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/page.ts)_
|
|
12373
12373
|
|
|
12374
12374
|
## `sf update [CHANNEL]`
|
|
12375
12375
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.149.
|
|
3
|
+
"version": "2.149.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.149.
|
|
9
|
+
"version": "2.149.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.0",
|
|
29
29
|
"@salesforce/plugin-api": "2.0.9",
|
|
30
30
|
"@salesforce/plugin-auth": "5.0.5",
|
|
31
|
-
"@salesforce/plugin-data": "5.1.
|
|
31
|
+
"@salesforce/plugin-data": "5.1.5",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
33
33
|
"@salesforce/plugin-info": "4.0.8",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
36
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
37
37
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
38
38
|
"@salesforce/plugin-schema": "4.0.5",
|
|
39
39
|
"@salesforce/plugin-settings": "3.0.5",
|
|
40
40
|
"@salesforce/plugin-sobject": "2.0.5",
|
|
41
41
|
"@salesforce/plugin-telemetry": "4.0.5",
|
|
42
|
-
"@salesforce/plugin-templates": "57.0.
|
|
42
|
+
"@salesforce/plugin-templates": "57.0.9",
|
|
43
43
|
"@salesforce/plugin-trust": "4.0.9",
|
|
44
44
|
"@salesforce/plugin-user": "5.0.1",
|
|
45
45
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
54
|
-
"@oclif/test": "^4.1.
|
|
54
|
+
"@oclif/test": "^4.1.22",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-release-management": "^6.0.1",
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -3127,6 +3127,22 @@
|
|
|
3127
3127
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3128
3128
|
}
|
|
3129
3129
|
},
|
|
3130
|
+
"node_modules/@oclif/core/node_modules/wsl-utils": {
|
|
3131
|
+
"version": "0.4.0",
|
|
3132
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
|
|
3133
|
+
"integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
|
|
3134
|
+
"license": "MIT",
|
|
3135
|
+
"dependencies": {
|
|
3136
|
+
"is-wsl": "^3.1.0",
|
|
3137
|
+
"powershell-utils": "^0.1.0"
|
|
3138
|
+
},
|
|
3139
|
+
"engines": {
|
|
3140
|
+
"node": ">=20"
|
|
3141
|
+
},
|
|
3142
|
+
"funding": {
|
|
3143
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3144
|
+
}
|
|
3145
|
+
},
|
|
3130
3146
|
"node_modules/@oclif/multi-stage-output": {
|
|
3131
3147
|
"version": "0.8.44",
|
|
3132
3148
|
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.44.tgz",
|
|
@@ -3673,9 +3689,9 @@
|
|
|
3673
3689
|
}
|
|
3674
3690
|
},
|
|
3675
3691
|
"node_modules/@oclif/test": {
|
|
3676
|
-
"version": "4.1.
|
|
3677
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
3678
|
-
"integrity": "sha512-
|
|
3692
|
+
"version": "4.1.22",
|
|
3693
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.22.tgz",
|
|
3694
|
+
"integrity": "sha512-szaFr78p60axV6ECky9U2SMABE0g1JQpV3qyRjuPCt0pyAlgEzXodLnk99coqE1mny2qYlOU440dd37Xd/AQUA==",
|
|
3679
3695
|
"dev": true,
|
|
3680
3696
|
"license": "MIT",
|
|
3681
3697
|
"dependencies": {
|
|
@@ -4895,9 +4911,9 @@
|
|
|
4895
4911
|
}
|
|
4896
4912
|
},
|
|
4897
4913
|
"node_modules/@salesforce/plugin-data": {
|
|
4898
|
-
"version": "5.1.
|
|
4899
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.
|
|
4900
|
-
"integrity": "sha512-
|
|
4914
|
+
"version": "5.1.5",
|
|
4915
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.5.tgz",
|
|
4916
|
+
"integrity": "sha512-Q6ydOGH8cDlUHfh07NSbqXDvRjo947o0Y8Uv+8i/C+rO2PGPt/htcHL3BzsYedG3DjJ3dpMROyesNZdmCkMbhQ==",
|
|
4901
4917
|
"license": "Apache-2.0",
|
|
4902
4918
|
"dependencies": {
|
|
4903
4919
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
@@ -4909,7 +4925,7 @@
|
|
|
4909
4925
|
"ansis": "^3.16.0",
|
|
4910
4926
|
"change-case": "^5.4.4",
|
|
4911
4927
|
"csv-parse": "^5.6.0",
|
|
4912
|
-
"csv-stringify": "^6.
|
|
4928
|
+
"csv-stringify": "^6.8.3",
|
|
4913
4929
|
"form-data": "^4.0.6",
|
|
4914
4930
|
"terminal-link": "^3.0.0",
|
|
4915
4931
|
"undici": "^7.29.0",
|
|
@@ -5003,9 +5019,9 @@
|
|
|
5003
5019
|
}
|
|
5004
5020
|
},
|
|
5005
5021
|
"node_modules/@salesforce/plugin-org": {
|
|
5006
|
-
"version": "6.0.
|
|
5007
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
5008
|
-
"integrity": "sha512-
|
|
5022
|
+
"version": "6.0.9",
|
|
5023
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz",
|
|
5024
|
+
"integrity": "sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==",
|
|
5009
5025
|
"license": "Apache-2.0",
|
|
5010
5026
|
"dependencies": {
|
|
5011
5027
|
"@oclif/core": "^4.13.3",
|
|
@@ -5018,7 +5034,7 @@
|
|
|
5018
5034
|
"ansis": "^3.16.0",
|
|
5019
5035
|
"change-case": "^5.4.4",
|
|
5020
5036
|
"is-wsl": "^3.1.1",
|
|
5021
|
-
"open": "^
|
|
5037
|
+
"open": "^11.0.1",
|
|
5022
5038
|
"terminal-link": "^3.0.0"
|
|
5023
5039
|
},
|
|
5024
5040
|
"engines": {
|
|
@@ -5031,6 +5047,66 @@
|
|
|
5031
5047
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5032
5048
|
"license": "MIT"
|
|
5033
5049
|
},
|
|
5050
|
+
"node_modules/@salesforce/plugin-org/node_modules/open": {
|
|
5051
|
+
"version": "11.0.1",
|
|
5052
|
+
"resolved": "https://registry.npmjs.org/open/-/open-11.0.1.tgz",
|
|
5053
|
+
"integrity": "sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==",
|
|
5054
|
+
"license": "MIT",
|
|
5055
|
+
"dependencies": {
|
|
5056
|
+
"default-browser": "^5.4.0",
|
|
5057
|
+
"define-lazy-prop": "^3.0.0",
|
|
5058
|
+
"is-in-ssh": "^1.0.0",
|
|
5059
|
+
"is-inside-container": "^1.0.0",
|
|
5060
|
+
"powershell-utils": "^0.2.0",
|
|
5061
|
+
"wsl-utils": "^1.0.0"
|
|
5062
|
+
},
|
|
5063
|
+
"engines": {
|
|
5064
|
+
"node": ">=20"
|
|
5065
|
+
},
|
|
5066
|
+
"funding": {
|
|
5067
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"node_modules/@salesforce/plugin-org/node_modules/powershell-utils": {
|
|
5071
|
+
"version": "0.2.0",
|
|
5072
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
|
|
5073
|
+
"integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
|
|
5074
|
+
"license": "MIT",
|
|
5075
|
+
"engines": {
|
|
5076
|
+
"node": ">=20"
|
|
5077
|
+
},
|
|
5078
|
+
"funding": {
|
|
5079
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5082
|
+
"node_modules/@salesforce/plugin-org/node_modules/wsl-utils": {
|
|
5083
|
+
"version": "1.0.0",
|
|
5084
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz",
|
|
5085
|
+
"integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
|
|
5086
|
+
"license": "MIT",
|
|
5087
|
+
"dependencies": {
|
|
5088
|
+
"is-wsl": "^3.1.0",
|
|
5089
|
+
"powershell-utils": "^0.1.0"
|
|
5090
|
+
},
|
|
5091
|
+
"engines": {
|
|
5092
|
+
"node": ">=20"
|
|
5093
|
+
},
|
|
5094
|
+
"funding": {
|
|
5095
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5096
|
+
}
|
|
5097
|
+
},
|
|
5098
|
+
"node_modules/@salesforce/plugin-org/node_modules/wsl-utils/node_modules/powershell-utils": {
|
|
5099
|
+
"version": "0.1.0",
|
|
5100
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
5101
|
+
"integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
5102
|
+
"license": "MIT",
|
|
5103
|
+
"engines": {
|
|
5104
|
+
"node": ">=20"
|
|
5105
|
+
},
|
|
5106
|
+
"funding": {
|
|
5107
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5034
5110
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5035
5111
|
"version": "3.0.5",
|
|
5036
5112
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-3.0.5.tgz",
|
|
@@ -5192,14 +5268,14 @@
|
|
|
5192
5268
|
}
|
|
5193
5269
|
},
|
|
5194
5270
|
"node_modules/@salesforce/plugin-templates": {
|
|
5195
|
-
"version": "57.0.
|
|
5196
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.
|
|
5197
|
-
"integrity": "sha512-
|
|
5271
|
+
"version": "57.0.9",
|
|
5272
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.9.tgz",
|
|
5273
|
+
"integrity": "sha512-kZw+tLuN26xCuYxJKOkAqyOSw0rNILSJODB6VwfOQE6cC6LL+8+h6BxVbtPjErPur6zCNIUtXhEmVGFvNW8qJA==",
|
|
5198
5274
|
"license": "Apache-2.0",
|
|
5199
5275
|
"dependencies": {
|
|
5200
5276
|
"@salesforce/core": "^9.1.2",
|
|
5201
5277
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5202
|
-
"@salesforce/templates": "^66.13.
|
|
5278
|
+
"@salesforce/templates": "^66.13.8"
|
|
5203
5279
|
},
|
|
5204
5280
|
"engines": {
|
|
5205
5281
|
"node": ">=22.0.0"
|
|
@@ -5708,9 +5784,9 @@
|
|
|
5708
5784
|
}
|
|
5709
5785
|
},
|
|
5710
5786
|
"node_modules/@salesforce/templates": {
|
|
5711
|
-
"version": "66.13.
|
|
5712
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.
|
|
5713
|
-
"integrity": "sha512-
|
|
5787
|
+
"version": "66.13.8",
|
|
5788
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.8.tgz",
|
|
5789
|
+
"integrity": "sha512-DIepXYRCHxQubnTlqM3LSdYQ+knhKuADr6bokZ8ebFLpGpjzPf/RCRwgid+Wqd8423a3yuDLTEN4LSSl0oUCdw==",
|
|
5714
5790
|
"license": "BSD-3-Clause",
|
|
5715
5791
|
"dependencies": {
|
|
5716
5792
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -9533,9 +9609,9 @@
|
|
|
9533
9609
|
"license": "MIT"
|
|
9534
9610
|
},
|
|
9535
9611
|
"node_modules/csv-stringify": {
|
|
9536
|
-
"version": "6.8.
|
|
9537
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.
|
|
9538
|
-
"integrity": "sha512-
|
|
9612
|
+
"version": "6.8.3",
|
|
9613
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.3.tgz",
|
|
9614
|
+
"integrity": "sha512-gIeSCvq5F4VtXV3naV3VAewLhBkiZBz+PPhTOA8H3Y8h/ELa+R1ml0GZck/4/Nzo9ep2lvOluilJ6MJlbZsKMA==",
|
|
9539
9615
|
"license": "MIT"
|
|
9540
9616
|
},
|
|
9541
9617
|
"node_modules/dargs": {
|
|
@@ -9701,9 +9777,9 @@
|
|
|
9701
9777
|
"license": "MIT"
|
|
9702
9778
|
},
|
|
9703
9779
|
"node_modules/default-browser": {
|
|
9704
|
-
"version": "5.5.
|
|
9705
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
9706
|
-
"integrity": "sha512-
|
|
9780
|
+
"version": "5.5.1",
|
|
9781
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz",
|
|
9782
|
+
"integrity": "sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==",
|
|
9707
9783
|
"license": "MIT",
|
|
9708
9784
|
"dependencies": {
|
|
9709
9785
|
"bundle-name": "^4.1.0",
|
|
@@ -13510,6 +13586,18 @@
|
|
|
13510
13586
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13511
13587
|
}
|
|
13512
13588
|
},
|
|
13589
|
+
"node_modules/is-in-ssh": {
|
|
13590
|
+
"version": "1.0.0",
|
|
13591
|
+
"resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
|
|
13592
|
+
"integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
|
|
13593
|
+
"license": "MIT",
|
|
13594
|
+
"engines": {
|
|
13595
|
+
"node": ">=20"
|
|
13596
|
+
},
|
|
13597
|
+
"funding": {
|
|
13598
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13599
|
+
}
|
|
13600
|
+
},
|
|
13513
13601
|
"node_modules/is-inside-container": {
|
|
13514
13602
|
"version": "1.0.0",
|
|
13515
13603
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -18980,21 +19068,6 @@
|
|
|
18980
19068
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18981
19069
|
}
|
|
18982
19070
|
},
|
|
18983
|
-
"node_modules/open/node_modules/wsl-utils": {
|
|
18984
|
-
"version": "0.1.0",
|
|
18985
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
18986
|
-
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
18987
|
-
"license": "MIT",
|
|
18988
|
-
"dependencies": {
|
|
18989
|
-
"is-wsl": "^3.1.0"
|
|
18990
|
-
},
|
|
18991
|
-
"engines": {
|
|
18992
|
-
"node": ">=18"
|
|
18993
|
-
},
|
|
18994
|
-
"funding": {
|
|
18995
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
18996
|
-
}
|
|
18997
|
-
},
|
|
18998
19071
|
"node_modules/optionator": {
|
|
18999
19072
|
"version": "0.9.4",
|
|
19000
19073
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
@@ -23157,16 +23230,15 @@
|
|
|
23157
23230
|
}
|
|
23158
23231
|
},
|
|
23159
23232
|
"node_modules/wsl-utils": {
|
|
23160
|
-
"version": "0.
|
|
23161
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.
|
|
23162
|
-
"integrity": "sha512-
|
|
23233
|
+
"version": "0.1.0",
|
|
23234
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
23235
|
+
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
23163
23236
|
"license": "MIT",
|
|
23164
23237
|
"dependencies": {
|
|
23165
|
-
"is-wsl": "^3.1.0"
|
|
23166
|
-
"powershell-utils": "^0.1.0"
|
|
23238
|
+
"is-wsl": "^3.1.0"
|
|
23167
23239
|
},
|
|
23168
23240
|
"engines": {
|
|
23169
|
-
"node": ">=
|
|
23241
|
+
"node": ">=18"
|
|
23170
23242
|
},
|
|
23171
23243
|
"funding": {
|
|
23172
23244
|
"url": "https://github.com/sponsors/sindresorhus"
|
package/oclif.lock
CHANGED
|
@@ -1509,10 +1509,10 @@
|
|
|
1509
1509
|
strip-ansi "^7.2.0"
|
|
1510
1510
|
wrap-ansi "^9.0.2"
|
|
1511
1511
|
|
|
1512
|
-
"@oclif/test@^4.1.
|
|
1513
|
-
version "4.1.
|
|
1514
|
-
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
1515
|
-
integrity sha512-
|
|
1512
|
+
"@oclif/test@^4.1.22":
|
|
1513
|
+
version "4.1.22"
|
|
1514
|
+
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.22.tgz"
|
|
1515
|
+
integrity sha512-szaFr78p60axV6ECky9U2SMABE0g1JQpV3qyRjuPCt0pyAlgEzXodLnk99coqE1mny2qYlOU440dd37Xd/AQUA==
|
|
1516
1516
|
dependencies:
|
|
1517
1517
|
ansis "^3.17.0"
|
|
1518
1518
|
debug "^4.4.3"
|
|
@@ -2058,10 +2058,10 @@
|
|
|
2058
2058
|
debug "^4.4.3"
|
|
2059
2059
|
handlebars "^4.7.9"
|
|
2060
2060
|
|
|
2061
|
-
"@salesforce/plugin-data@5.1.
|
|
2062
|
-
version "5.1.
|
|
2063
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.
|
|
2064
|
-
integrity sha512-
|
|
2061
|
+
"@salesforce/plugin-data@5.1.5":
|
|
2062
|
+
version "5.1.5"
|
|
2063
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.5.tgz"
|
|
2064
|
+
integrity sha512-Q6ydOGH8cDlUHfh07NSbqXDvRjo947o0Y8Uv+8i/C+rO2PGPt/htcHL3BzsYedG3DjJ3dpMROyesNZdmCkMbhQ==
|
|
2065
2065
|
dependencies:
|
|
2066
2066
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2067
2067
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
ansis "^3.16.0"
|
|
2073
2073
|
change-case "^5.4.4"
|
|
2074
2074
|
csv-parse "^5.6.0"
|
|
2075
|
-
csv-stringify "^6.
|
|
2075
|
+
csv-stringify "^6.8.3"
|
|
2076
2076
|
form-data "^4.0.6"
|
|
2077
2077
|
terminal-link "^3.0.0"
|
|
2078
2078
|
undici "^7.29.0"
|
|
@@ -2135,10 +2135,10 @@
|
|
|
2135
2135
|
got "^13.0.0"
|
|
2136
2136
|
proxy-agent "^6.5.0"
|
|
2137
2137
|
|
|
2138
|
-
"@salesforce/plugin-org@6.0.
|
|
2139
|
-
version "6.0.
|
|
2140
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
2141
|
-
integrity sha512-
|
|
2138
|
+
"@salesforce/plugin-org@6.0.9":
|
|
2139
|
+
version "6.0.9"
|
|
2140
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz"
|
|
2141
|
+
integrity sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==
|
|
2142
2142
|
dependencies:
|
|
2143
2143
|
"@oclif/core" "^4.13.3"
|
|
2144
2144
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
ansis "^3.16.0"
|
|
2151
2151
|
change-case "^5.4.4"
|
|
2152
2152
|
is-wsl "^3.1.1"
|
|
2153
|
-
open "^
|
|
2153
|
+
open "^11.0.1"
|
|
2154
2154
|
terminal-link "^3.0.0"
|
|
2155
2155
|
|
|
2156
2156
|
"@salesforce/plugin-packaging@3.0.5":
|
|
@@ -2244,14 +2244,14 @@
|
|
|
2244
2244
|
"@salesforce/ts-types" "^3.0.1"
|
|
2245
2245
|
debug "^4.4.3"
|
|
2246
2246
|
|
|
2247
|
-
"@salesforce/plugin-templates@57.0.
|
|
2248
|
-
version "57.0.
|
|
2249
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.
|
|
2250
|
-
integrity sha512-
|
|
2247
|
+
"@salesforce/plugin-templates@57.0.9":
|
|
2248
|
+
version "57.0.9"
|
|
2249
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.9.tgz"
|
|
2250
|
+
integrity sha512-kZw+tLuN26xCuYxJKOkAqyOSw0rNILSJODB6VwfOQE6cC6LL+8+h6BxVbtPjErPur6zCNIUtXhEmVGFvNW8qJA==
|
|
2251
2251
|
dependencies:
|
|
2252
2252
|
"@salesforce/core" "^9.1.2"
|
|
2253
2253
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2254
|
-
"@salesforce/templates" "^66.13.
|
|
2254
|
+
"@salesforce/templates" "^66.13.8"
|
|
2255
2255
|
|
|
2256
2256
|
"@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.9":
|
|
2257
2257
|
version "4.0.9"
|
|
@@ -2370,10 +2370,10 @@
|
|
|
2370
2370
|
o11y_schema "^260.65.0"
|
|
2371
2371
|
proxy-agent "^6.5.0"
|
|
2372
2372
|
|
|
2373
|
-
"@salesforce/templates@^66.13.
|
|
2374
|
-
version "66.13.
|
|
2375
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.
|
|
2376
|
-
integrity sha512-
|
|
2373
|
+
"@salesforce/templates@^66.13.8":
|
|
2374
|
+
version "66.13.8"
|
|
2375
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.8.tgz"
|
|
2376
|
+
integrity sha512-DIepXYRCHxQubnTlqM3LSdYQ+knhKuADr6bokZ8ebFLpGpjzPf/RCRwgid+Wqd8423a3yuDLTEN4LSSl0oUCdw==
|
|
2377
2377
|
dependencies:
|
|
2378
2378
|
"@salesforce/kit" "^3.2.6"
|
|
2379
2379
|
ejs "^3.1.10"
|
|
@@ -4353,10 +4353,10 @@ csv-parse@^5.5.2, csv-parse@^5.6.0:
|
|
|
4353
4353
|
resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz"
|
|
4354
4354
|
integrity sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==
|
|
4355
4355
|
|
|
4356
|
-
csv-stringify@^6.6.0, csv-stringify@^6.
|
|
4357
|
-
version "6.8.
|
|
4358
|
-
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.
|
|
4359
|
-
integrity sha512-
|
|
4356
|
+
csv-stringify@^6.6.0, csv-stringify@^6.8.3:
|
|
4357
|
+
version "6.8.3"
|
|
4358
|
+
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.3.tgz"
|
|
4359
|
+
integrity sha512-gIeSCvq5F4VtXV3naV3VAewLhBkiZBz+PPhTOA8H3Y8h/ELa+R1ml0GZck/4/Nzo9ep2lvOluilJ6MJlbZsKMA==
|
|
4360
4360
|
|
|
4361
4361
|
dargs@^7.0.0:
|
|
4362
4362
|
version "7.0.0"
|
|
@@ -4461,10 +4461,10 @@ default-browser-id@^5.0.0:
|
|
|
4461
4461
|
resolved "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz"
|
|
4462
4462
|
integrity sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==
|
|
4463
4463
|
|
|
4464
|
-
default-browser@^5.2.1:
|
|
4465
|
-
version "5.5.
|
|
4466
|
-
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
4467
|
-
integrity sha512-
|
|
4464
|
+
default-browser@^5.2.1, default-browser@^5.4.0:
|
|
4465
|
+
version "5.5.1"
|
|
4466
|
+
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz"
|
|
4467
|
+
integrity sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==
|
|
4468
4468
|
dependencies:
|
|
4469
4469
|
bundle-name "^4.1.0"
|
|
4470
4470
|
default-browser-id "^5.0.0"
|
|
@@ -6530,6 +6530,11 @@ is-in-ci@^0.1.0:
|
|
|
6530
6530
|
resolved "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz"
|
|
6531
6531
|
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
|
|
6532
6532
|
|
|
6533
|
+
is-in-ssh@^1.0.0:
|
|
6534
|
+
version "1.0.0"
|
|
6535
|
+
resolved "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz"
|
|
6536
|
+
integrity sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==
|
|
6537
|
+
|
|
6533
6538
|
is-inside-container@^1.0.0:
|
|
6534
6539
|
version "1.0.0"
|
|
6535
6540
|
resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz"
|
|
@@ -8489,6 +8494,18 @@ open@^10.2.0:
|
|
|
8489
8494
|
is-inside-container "^1.0.0"
|
|
8490
8495
|
wsl-utils "^0.1.0"
|
|
8491
8496
|
|
|
8497
|
+
open@^11.0.1:
|
|
8498
|
+
version "11.0.1"
|
|
8499
|
+
resolved "https://registry.npmjs.org/open/-/open-11.0.1.tgz"
|
|
8500
|
+
integrity sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==
|
|
8501
|
+
dependencies:
|
|
8502
|
+
default-browser "^5.4.0"
|
|
8503
|
+
define-lazy-prop "^3.0.0"
|
|
8504
|
+
is-in-ssh "^1.0.0"
|
|
8505
|
+
is-inside-container "^1.0.0"
|
|
8506
|
+
powershell-utils "^0.2.0"
|
|
8507
|
+
wsl-utils "^1.0.0"
|
|
8508
|
+
|
|
8492
8509
|
optionator@^0.9.3:
|
|
8493
8510
|
version "0.9.4"
|
|
8494
8511
|
resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz"
|
|
@@ -8940,6 +8957,11 @@ powershell-utils@^0.1.0:
|
|
|
8940
8957
|
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz"
|
|
8941
8958
|
integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
|
|
8942
8959
|
|
|
8960
|
+
powershell-utils@^0.2.0:
|
|
8961
|
+
version "0.2.0"
|
|
8962
|
+
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz"
|
|
8963
|
+
integrity sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==
|
|
8964
|
+
|
|
8943
8965
|
prelude-ls@^1.2.1:
|
|
8944
8966
|
version "1.2.1"
|
|
8945
8967
|
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
|
|
@@ -11075,6 +11097,14 @@ wsl-utils@^0.4.0:
|
|
|
11075
11097
|
is-wsl "^3.1.0"
|
|
11076
11098
|
powershell-utils "^0.1.0"
|
|
11077
11099
|
|
|
11100
|
+
wsl-utils@^1.0.0:
|
|
11101
|
+
version "1.0.0"
|
|
11102
|
+
resolved "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz"
|
|
11103
|
+
integrity sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==
|
|
11104
|
+
dependencies:
|
|
11105
|
+
is-wsl "^3.1.0"
|
|
11106
|
+
powershell-utils "^0.1.0"
|
|
11107
|
+
|
|
11078
11108
|
xml-naming@^0.3.0:
|
|
11079
11109
|
version "0.3.0"
|
|
11080
11110
|
resolved "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.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.149.
|
|
4
|
+
"version": "2.149.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -163,18 +163,18 @@
|
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.0",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.9",
|
|
165
165
|
"@salesforce/plugin-auth": "5.0.5",
|
|
166
|
-
"@salesforce/plugin-data": "5.1.
|
|
166
|
+
"@salesforce/plugin-data": "5.1.5",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
168
168
|
"@salesforce/plugin-info": "4.0.8",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
171
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
172
172
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
173
173
|
"@salesforce/plugin-schema": "4.0.5",
|
|
174
174
|
"@salesforce/plugin-settings": "3.0.5",
|
|
175
175
|
"@salesforce/plugin-sobject": "2.0.5",
|
|
176
176
|
"@salesforce/plugin-telemetry": "4.0.5",
|
|
177
|
-
"@salesforce/plugin-templates": "57.0.
|
|
177
|
+
"@salesforce/plugin-templates": "57.0.9",
|
|
178
178
|
"@salesforce/plugin-trust": "4.0.9",
|
|
179
179
|
"@salesforce/plugin-user": "5.0.1",
|
|
180
180
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"types": "dist/index.d.ts",
|
|
262
262
|
"devDependencies": {
|
|
263
263
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
264
|
-
"@oclif/test": "^4.1.
|
|
264
|
+
"@oclif/test": "^4.1.22",
|
|
265
265
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
266
266
|
"@salesforce/plugin-release-management": "^6.0.1",
|
|
267
267
|
"@salesforce/ts-sinon": "^1.4.36",
|