@salesforce/cli 2.148.3 → 2.149.1
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 +81 -73
- package/npm-shrinkwrap.json +126 -71
- package/oclif.lock +41 -38
- 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.
|
|
28
|
+
@salesforce/cli/2.149.1 linux-x64 node-v24.18.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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/src/commands/data/upsert/resume.ts)_
|
|
4752
4752
|
|
|
4753
4753
|
## `sf doctor`
|
|
4754
4754
|
|
|
@@ -4796,7 +4796,7 @@ EXAMPLES
|
|
|
4796
4796
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4797
4797
|
```
|
|
4798
4798
|
|
|
4799
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4799
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.6/src/commands/doctor.ts)_
|
|
4800
4800
|
|
|
4801
4801
|
## `sf force data bulk delete`
|
|
4802
4802
|
|
|
@@ -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.3/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.3/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.3/src/commands/force/data/bulk/upsert.ts)_
|
|
4942
4942
|
|
|
4943
4943
|
## `sf help [COMMAND]`
|
|
4944
4944
|
|
|
@@ -4998,7 +4998,7 @@ EXAMPLES
|
|
|
4998
4998
|
$ sf info releasenotes display --version latest
|
|
4999
4999
|
```
|
|
5000
5000
|
|
|
5001
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
5001
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.6/src/commands/info/releasenotes/display.ts)_
|
|
5002
5002
|
|
|
5003
5003
|
## `sf logic get test`
|
|
5004
5004
|
|
|
@@ -6286,7 +6286,7 @@ EXAMPLES
|
|
|
6286
6286
|
$ sf org list auth
|
|
6287
6287
|
```
|
|
6288
6288
|
|
|
6289
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6289
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/list/auth.ts)_
|
|
6290
6290
|
|
|
6291
6291
|
## `sf org list limits`
|
|
6292
6292
|
|
|
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
|
|
|
6589
6589
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6590
6590
|
```
|
|
6591
6591
|
|
|
6592
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6592
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/access-token.ts)_
|
|
6593
6593
|
|
|
6594
6594
|
## `sf org login jwt`
|
|
6595
6595
|
|
|
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
|
|
|
6680
6680
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6681
6681
|
```
|
|
6682
6682
|
|
|
6683
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6683
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/jwt.ts)_
|
|
6684
6684
|
|
|
6685
6685
|
## `sf org login sfdx-url`
|
|
6686
6686
|
|
|
@@ -6750,7 +6750,7 @@ EXAMPLES
|
|
|
6750
6750
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
6751
6751
|
```
|
|
6752
6752
|
|
|
6753
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6753
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/sfdx-url.ts)_
|
|
6754
6754
|
|
|
6755
6755
|
## `sf org login web`
|
|
6756
6756
|
|
|
@@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS
|
|
|
6855
6855
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6856
6856
|
```
|
|
6857
6857
|
|
|
6858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/web.ts)_
|
|
6859
6859
|
|
|
6860
6860
|
## `sf org logout`
|
|
6861
6861
|
|
|
@@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS
|
|
|
6921
6921
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6924
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/logout.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf org open`
|
|
6927
6927
|
|
|
@@ -9201,7 +9201,7 @@ EXAMPLES
|
|
|
9201
9201
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9202
9202
|
```
|
|
9203
9203
|
|
|
9204
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9204
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9205
9205
|
|
|
9206
9206
|
## `sf plugins trust allowlist list`
|
|
9207
9207
|
|
|
@@ -9229,7 +9229,7 @@ EXAMPLES
|
|
|
9229
9229
|
$ sf plugins trust allowlist list
|
|
9230
9230
|
```
|
|
9231
9231
|
|
|
9232
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9232
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9233
9233
|
|
|
9234
9234
|
## `sf plugins trust allowlist remove`
|
|
9235
9235
|
|
|
@@ -9266,7 +9266,7 @@ EXAMPLES
|
|
|
9266
9266
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9267
9267
|
```
|
|
9268
9268
|
|
|
9269
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9269
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9270
9270
|
|
|
9271
9271
|
## `sf plugins trust verify`
|
|
9272
9272
|
|
|
@@ -9295,7 +9295,7 @@ EXAMPLES
|
|
|
9295
9295
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9296
9296
|
```
|
|
9297
9297
|
|
|
9298
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9298
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/verify.ts)_
|
|
9299
9299
|
|
|
9300
9300
|
## `sf plugins uninstall [PLUGIN]`
|
|
9301
9301
|
|
|
@@ -9404,7 +9404,7 @@ FLAG DESCRIPTIONS
|
|
|
9404
9404
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9405
9405
|
```
|
|
9406
9406
|
|
|
9407
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9407
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/mdapi.ts)_
|
|
9408
9408
|
|
|
9409
9409
|
## `sf project convert source`
|
|
9410
9410
|
|
|
@@ -9477,7 +9477,7 @@ FLAG DESCRIPTIONS
|
|
|
9477
9477
|
Override the api version used for api requests made by this command
|
|
9478
9478
|
```
|
|
9479
9479
|
|
|
9480
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9480
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source.ts)_
|
|
9481
9481
|
|
|
9482
9482
|
## `sf project convert source-behavior`
|
|
9483
9483
|
|
|
@@ -9536,7 +9536,7 @@ EXAMPLES
|
|
|
9536
9536
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
9537
9537
|
```
|
|
9538
9538
|
|
|
9539
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9539
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source-behavior.ts)_
|
|
9540
9540
|
|
|
9541
9541
|
## `sf project delete source`
|
|
9542
9542
|
|
|
@@ -9689,7 +9689,7 @@ FLAG DESCRIPTIONS
|
|
|
9689
9689
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
9690
9690
|
```
|
|
9691
9691
|
|
|
9692
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9692
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/source.ts)_
|
|
9693
9693
|
|
|
9694
9694
|
## `sf project delete tracking`
|
|
9695
9695
|
|
|
@@ -9726,7 +9726,7 @@ EXAMPLES
|
|
|
9726
9726
|
$ sf project delete tracking --target-org my-scratch
|
|
9727
9727
|
```
|
|
9728
9728
|
|
|
9729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9729
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/tracking.ts)_
|
|
9730
9730
|
|
|
9731
9731
|
## `sf project deploy cancel`
|
|
9732
9732
|
|
|
@@ -9798,7 +9798,7 @@ FLAG DESCRIPTIONS
|
|
|
9798
9798
|
project deploy report".
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9801
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/cancel.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf project deploy preview`
|
|
9804
9804
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/preview.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf project deploy quick`
|
|
9887
9887
|
|
|
@@ -9974,7 +9974,7 @@ ERROR CODES
|
|
|
9974
9974
|
Canceling (69) The deploy is being canceled.
|
|
9975
9975
|
```
|
|
9976
9976
|
|
|
9977
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9977
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/quick.ts)_
|
|
9978
9978
|
|
|
9979
9979
|
## `sf project deploy report`
|
|
9980
9980
|
|
|
@@ -10066,7 +10066,7 @@ FLAG DESCRIPTIONS
|
|
|
10066
10066
|
--coverage-formatters lcov --coverage-formatters clover
|
|
10067
10067
|
```
|
|
10068
10068
|
|
|
10069
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10069
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/report.ts)_
|
|
10070
10070
|
|
|
10071
10071
|
## `sf project deploy resume`
|
|
10072
10072
|
|
|
@@ -10163,7 +10163,7 @@ ERROR CODES
|
|
|
10163
10163
|
Canceling (69) The deploy is being canceled.
|
|
10164
10164
|
```
|
|
10165
10165
|
|
|
10166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/resume.ts)_
|
|
10167
10167
|
|
|
10168
10168
|
## `sf project deploy start`
|
|
10169
10169
|
|
|
@@ -10429,7 +10429,7 @@ ERROR CODES
|
|
|
10429
10429
|
Canceling (69) The deploy is being canceled.
|
|
10430
10430
|
```
|
|
10431
10431
|
|
|
10432
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10432
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/start.ts)_
|
|
10433
10433
|
|
|
10434
10434
|
## `sf project deploy validate`
|
|
10435
10435
|
|
|
@@ -10633,7 +10633,7 @@ ERROR CODES
|
|
|
10633
10633
|
Canceling (69) The deploy is being canceled.
|
|
10634
10634
|
```
|
|
10635
10635
|
|
|
10636
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/validate.ts)_
|
|
10637
10637
|
|
|
10638
10638
|
## `sf project generate manifest`
|
|
10639
10639
|
|
|
@@ -10729,7 +10729,7 @@ EXAMPLES
|
|
|
10729
10729
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10732
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/generate/manifest.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf project list ignored`
|
|
10735
10735
|
|
|
@@ -10771,7 +10771,7 @@ EXAMPLES
|
|
|
10771
10771
|
$ sf project list ignored --source-dir package.xml
|
|
10772
10772
|
```
|
|
10773
10773
|
|
|
10774
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/list/ignored.ts)_
|
|
10775
10775
|
|
|
10776
10776
|
## `sf project reset tracking`
|
|
10777
10777
|
|
|
@@ -10820,7 +10820,7 @@ EXAMPLES
|
|
|
10820
10820
|
$ sf project reset tracking --revision 30
|
|
10821
10821
|
```
|
|
10822
10822
|
|
|
10823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10823
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/reset/tracking.ts)_
|
|
10824
10824
|
|
|
10825
10825
|
## `sf project retrieve preview`
|
|
10826
10826
|
|
|
@@ -10874,7 +10874,7 @@ FLAG DESCRIPTIONS
|
|
|
10874
10874
|
production orgs.
|
|
10875
10875
|
```
|
|
10876
10876
|
|
|
10877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/preview.ts)_
|
|
10878
10878
|
|
|
10879
10879
|
## `sf project retrieve start`
|
|
10880
10880
|
|
|
@@ -10883,24 +10883,27 @@ Retrieve metadata from an org to your local project.
|
|
|
10883
10883
|
```
|
|
10884
10884
|
USAGE
|
|
10885
10885
|
$ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value>... | -d
|
|
10886
|
-
<value>...] [-
|
|
10887
|
-
<value> ]
|
|
10888
|
-
|
|
10889
|
-
FLAGS
|
|
10890
|
-
-a, --api-version=<value>
|
|
10891
|
-
-c, --ignore-conflicts
|
|
10892
|
-
|
|
10893
|
-
-d, --source-dir=<value>...
|
|
10894
|
-
-m, --metadata=<value>...
|
|
10895
|
-
|
|
10896
|
-
-n, --package-name=<value>...
|
|
10897
|
-
|
|
10898
|
-
-o, --target-org=<value>
|
|
10899
|
-
|
|
10900
|
-
-r, --output-dir=<value>
|
|
10901
|
-
-w, --wait=<value>
|
|
10902
|
-
|
|
10903
|
-
-x, --manifest=<value>
|
|
10886
|
+
<value>...] [--root-type-with-dependencies Bot|AiAgentDefinitionVersion...] [-r <value> | -n <value>... | ]
|
|
10887
|
+
[--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name <value> ]
|
|
10888
|
+
|
|
10889
|
+
FLAGS
|
|
10890
|
+
-a, --api-version=<value> Target API version for the retrieve.
|
|
10891
|
+
-c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem,
|
|
10892
|
+
even if they overwrite your local changes.
|
|
10893
|
+
-d, --source-dir=<value>... File paths for source to retrieve from the org.
|
|
10894
|
+
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards (`*`) supported as long
|
|
10895
|
+
as you use quotes, such as `ApexClass:MyClass*`.
|
|
10896
|
+
-n, --package-name=<value>... Package names to retrieve. Use of this flag is for reference only;
|
|
10897
|
+
don't use it to retrieve packaged metadata for development.
|
|
10898
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the
|
|
10899
|
+
`target-org` configuration variable is already set.
|
|
10900
|
+
-r, --output-dir=<value> Directory root for the retrieved source files.
|
|
10901
|
+
-w, --wait=<value> [default: 33 minutes] Number of minutes to wait for the command to
|
|
10902
|
+
complete and display results to the terminal window.
|
|
10903
|
+
-x, --manifest=<value> File path for the manifest (package.xml) that specifies the components
|
|
10904
|
+
to retrieve.
|
|
10905
|
+
--root-type-with-dependencies=<option>... Metadata type whose dependent types should also be retrieved.
|
|
10906
|
+
<options: Bot|AiAgentDefinitionVersion>
|
|
10904
10907
|
|
|
10905
10908
|
METADATA API FORMAT FLAGS
|
|
10906
10909
|
-t, --target-metadata-dir=<value> Directory that will contain the retrieved metadata format files or ZIP.
|
|
@@ -10962,6 +10965,11 @@ EXAMPLES
|
|
|
10962
10965
|
|
|
10963
10966
|
$ sf project retrieve start --metadata 'ApexClass:MyApex*'
|
|
10964
10967
|
|
|
10968
|
+
Retrieve the source files in the "force-app" directory; if any of the retrieved metadata is of type "Bot", also
|
|
10969
|
+
retrieve all dependent components of the Bot, such as GenAiPlannerBundles, GenAiPlugins, and GenAiFunctions:
|
|
10970
|
+
|
|
10971
|
+
$ sf project retrieve start --source-dir force-app -root-type-with-dependencies Bot
|
|
10972
|
+
|
|
10965
10973
|
Retrieve a custom object called ExcitingObject that's in the SBQQ namespace:
|
|
10966
10974
|
|
|
10967
10975
|
$ sf project retrieve start --metadata CustomObject:SBQQ__ExcitingObject
|
|
@@ -11055,7 +11063,7 @@ ENVIRONMENT VARIABLES
|
|
|
11055
11063
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
11056
11064
|
```
|
|
11057
11065
|
|
|
11058
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
11066
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/start.ts)_
|
|
11059
11067
|
|
|
11060
11068
|
## `sf schema generate field`
|
|
11061
11069
|
|
|
@@ -12419,7 +12427,7 @@ FLAG DESCRIPTIONS
|
|
|
12419
12427
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
12420
12428
|
```
|
|
12421
12429
|
|
|
12422
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
12430
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.57/src/commands/version.ts)_
|
|
12423
12431
|
|
|
12424
12432
|
## `sf which`
|
|
12425
12433
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.149.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.149.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.86",
|
|
20
20
|
"@oclif/plugin-search": "1.2.54",
|
|
21
21
|
"@oclif/plugin-update": "4.7.59",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.57",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.73",
|
|
24
24
|
"@oclif/plugin-which": "3.2.61",
|
|
25
25
|
"@salesforce/core": "^9.0.0",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "2.0.1",
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.0",
|
|
29
29
|
"@salesforce/plugin-api": "2.0.8",
|
|
30
|
-
"@salesforce/plugin-auth": "5.0.
|
|
31
|
-
"@salesforce/plugin-data": "5.1.
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "4.
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
30
|
+
"@salesforce/plugin-auth": "5.0.5",
|
|
31
|
+
"@salesforce/plugin-data": "5.1.3",
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "4.1.1",
|
|
33
|
+
"@salesforce/plugin-info": "4.0.6",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.4",
|
|
36
36
|
"@salesforce/plugin-org": "6.0.7",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@salesforce/plugin-sobject": "2.0.5",
|
|
41
41
|
"@salesforce/plugin-telemetry": "4.0.3",
|
|
42
42
|
"@salesforce/plugin-templates": "57.0.6",
|
|
43
|
-
"@salesforce/plugin-trust": "4.0.
|
|
43
|
+
"@salesforce/plugin-trust": "4.0.8",
|
|
44
44
|
"@salesforce/plugin-user": "5.0.0",
|
|
45
45
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -2845,6 +2845,32 @@
|
|
|
2845
2845
|
"node": "^20.17.0 || >=22.9.0"
|
|
2846
2846
|
}
|
|
2847
2847
|
},
|
|
2848
|
+
"node_modules/@npmcli/git/node_modules/isexe": {
|
|
2849
|
+
"version": "4.0.0",
|
|
2850
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
2851
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
2852
|
+
"extraneous": true,
|
|
2853
|
+
"license": "BlueOak-1.0.0",
|
|
2854
|
+
"engines": {
|
|
2855
|
+
"node": ">=20"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"node_modules/@npmcli/git/node_modules/which": {
|
|
2859
|
+
"version": "6.0.1",
|
|
2860
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
2861
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
2862
|
+
"extraneous": true,
|
|
2863
|
+
"license": "ISC",
|
|
2864
|
+
"dependencies": {
|
|
2865
|
+
"isexe": "^4.0.0"
|
|
2866
|
+
},
|
|
2867
|
+
"bin": {
|
|
2868
|
+
"node-which": "bin/which.js"
|
|
2869
|
+
},
|
|
2870
|
+
"engines": {
|
|
2871
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2848
2874
|
"node_modules/@npmcli/installed-package-contents": {
|
|
2849
2875
|
"version": "4.0.0",
|
|
2850
2876
|
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz",
|
|
@@ -2947,6 +2973,32 @@
|
|
|
2947
2973
|
"node": "^20.17.0 || >=22.9.0"
|
|
2948
2974
|
}
|
|
2949
2975
|
},
|
|
2976
|
+
"node_modules/@npmcli/promise-spawn/node_modules/isexe": {
|
|
2977
|
+
"version": "4.0.0",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
2979
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
2980
|
+
"extraneous": true,
|
|
2981
|
+
"license": "BlueOak-1.0.0",
|
|
2982
|
+
"engines": {
|
|
2983
|
+
"node": ">=20"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"node_modules/@npmcli/promise-spawn/node_modules/which": {
|
|
2987
|
+
"version": "6.0.1",
|
|
2988
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
2989
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
2990
|
+
"extraneous": true,
|
|
2991
|
+
"license": "ISC",
|
|
2992
|
+
"dependencies": {
|
|
2993
|
+
"isexe": "^4.0.0"
|
|
2994
|
+
},
|
|
2995
|
+
"bin": {
|
|
2996
|
+
"node-which": "bin/which.js"
|
|
2997
|
+
},
|
|
2998
|
+
"engines": {
|
|
2999
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
2950
3002
|
"node_modules/@npmcli/query": {
|
|
2951
3003
|
"version": "5.0.0",
|
|
2952
3004
|
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-5.0.0.tgz",
|
|
@@ -3416,21 +3468,6 @@
|
|
|
3416
3468
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3417
3469
|
}
|
|
3418
3470
|
},
|
|
3419
|
-
"node_modules/@oclif/plugin-plugins/node_modules/which": {
|
|
3420
|
-
"version": "4.0.0",
|
|
3421
|
-
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
|
3422
|
-
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
3423
|
-
"license": "ISC",
|
|
3424
|
-
"dependencies": {
|
|
3425
|
-
"isexe": "^3.1.1"
|
|
3426
|
-
},
|
|
3427
|
-
"bin": {
|
|
3428
|
-
"node-which": "bin/which.js"
|
|
3429
|
-
},
|
|
3430
|
-
"engines": {
|
|
3431
|
-
"node": "^16.13.0 || >=18.0.0"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
3471
|
"node_modules/@oclif/plugin-search": {
|
|
3435
3472
|
"version": "1.2.54",
|
|
3436
3473
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.54.tgz",
|
|
@@ -3482,13 +3519,14 @@
|
|
|
3482
3519
|
}
|
|
3483
3520
|
},
|
|
3484
3521
|
"node_modules/@oclif/plugin-version": {
|
|
3485
|
-
"version": "2.2.
|
|
3486
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3487
|
-
"integrity": "sha512-
|
|
3522
|
+
"version": "2.2.57",
|
|
3523
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz",
|
|
3524
|
+
"integrity": "sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==",
|
|
3488
3525
|
"license": "MIT",
|
|
3489
3526
|
"dependencies": {
|
|
3490
3527
|
"@oclif/core": "^4",
|
|
3491
|
-
"ansis": "^3.17.0"
|
|
3528
|
+
"ansis": "^3.17.0",
|
|
3529
|
+
"which": "^4"
|
|
3492
3530
|
},
|
|
3493
3531
|
"engines": {
|
|
3494
3532
|
"node": ">=18.0.0"
|
|
@@ -4620,9 +4658,9 @@
|
|
|
4620
4658
|
}
|
|
4621
4659
|
},
|
|
4622
4660
|
"node_modules/@salesforce/plugin-auth": {
|
|
4623
|
-
"version": "5.0.
|
|
4624
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
4625
|
-
"integrity": "sha512-
|
|
4661
|
+
"version": "5.0.5",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz",
|
|
4663
|
+
"integrity": "sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==",
|
|
4626
4664
|
"license": "Apache-2.0",
|
|
4627
4665
|
"dependencies": {
|
|
4628
4666
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -4633,7 +4671,8 @@
|
|
|
4633
4671
|
"@salesforce/plugin-info": "^4.0.0",
|
|
4634
4672
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4635
4673
|
"@salesforce/ts-types": "^3.0.0",
|
|
4636
|
-
"open": "^10.2.0"
|
|
4674
|
+
"open": "^10.2.0",
|
|
4675
|
+
"which": "^4"
|
|
4637
4676
|
},
|
|
4638
4677
|
"engines": {
|
|
4639
4678
|
"node": ">=22.0.0"
|
|
@@ -4856,9 +4895,9 @@
|
|
|
4856
4895
|
}
|
|
4857
4896
|
},
|
|
4858
4897
|
"node_modules/@salesforce/plugin-data": {
|
|
4859
|
-
"version": "5.1.
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.
|
|
4861
|
-
"integrity": "sha512-
|
|
4898
|
+
"version": "5.1.3",
|
|
4899
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.3.tgz",
|
|
4900
|
+
"integrity": "sha512-qmRadu+h8puX1tpclgOZZTThWOyItTtJX7ugnNLN8AQCOLRAbhrv/D47U3vr34pU1PQgv51tT3nvRmFv8XaniQ==",
|
|
4862
4901
|
"license": "Apache-2.0",
|
|
4863
4902
|
"dependencies": {
|
|
4864
4903
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
@@ -4887,21 +4926,21 @@
|
|
|
4887
4926
|
"license": "MIT"
|
|
4888
4927
|
},
|
|
4889
4928
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4890
|
-
"version": "4.
|
|
4891
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.
|
|
4892
|
-
"integrity": "sha512-
|
|
4929
|
+
"version": "4.1.1",
|
|
4930
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz",
|
|
4931
|
+
"integrity": "sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==",
|
|
4893
4932
|
"license": "Apache-2.0",
|
|
4894
4933
|
"dependencies": {
|
|
4895
4934
|
"@inquirer/prompts": "^7.8.3",
|
|
4896
4935
|
"@oclif/core": "^4.11.14",
|
|
4897
4936
|
"@oclif/multi-stage-output": "^0.8.42",
|
|
4898
4937
|
"@salesforce/apex-node": "^9.0.0",
|
|
4899
|
-
"@salesforce/core": "^9.
|
|
4938
|
+
"@salesforce/core": "^9.1.2",
|
|
4900
4939
|
"@salesforce/kit": "^4.0.0",
|
|
4901
4940
|
"@salesforce/plugin-info": "^4.0.0",
|
|
4902
4941
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4903
|
-
"@salesforce/source-deploy-retrieve": "^13.
|
|
4904
|
-
"@salesforce/source-tracking": "^8.
|
|
4942
|
+
"@salesforce/source-deploy-retrieve": "^13.1.1",
|
|
4943
|
+
"@salesforce/source-tracking": "^8.1.0",
|
|
4905
4944
|
"@salesforce/ts-types": "^3.0.0",
|
|
4906
4945
|
"ansis": "^3.17.0",
|
|
4907
4946
|
"terminal-link": "^3.0.0"
|
|
@@ -4911,9 +4950,9 @@
|
|
|
4911
4950
|
}
|
|
4912
4951
|
},
|
|
4913
4952
|
"node_modules/@salesforce/plugin-info": {
|
|
4914
|
-
"version": "4.0.
|
|
4915
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
4916
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "4.0.6",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.6.tgz",
|
|
4955
|
+
"integrity": "sha512-NF8pJaBIBX7InYjVmekb12wkAj5wUaASw/fLRU1JiNZXq3PJxDPZtLCVlAXBaNdWKaKc6Po0FXAojDMcdL+H5w==",
|
|
4917
4956
|
"license": "Apache-2.0",
|
|
4918
4957
|
"dependencies": {
|
|
4919
4958
|
"@inquirer/input": "^2.3.0",
|
|
@@ -4927,7 +4966,8 @@
|
|
|
4927
4966
|
"marked-terminal": "^4.2.0",
|
|
4928
4967
|
"open": "^10.2.0",
|
|
4929
4968
|
"proxy-agent": "^6.5.0",
|
|
4930
|
-
"semver": "^7.8.1"
|
|
4969
|
+
"semver": "^7.8.1",
|
|
4970
|
+
"which": "^4"
|
|
4931
4971
|
},
|
|
4932
4972
|
"engines": {
|
|
4933
4973
|
"node": ">=22.0.0"
|
|
@@ -5166,9 +5206,9 @@
|
|
|
5166
5206
|
}
|
|
5167
5207
|
},
|
|
5168
5208
|
"node_modules/@salesforce/plugin-trust": {
|
|
5169
|
-
"version": "4.0.
|
|
5170
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
5171
|
-
"integrity": "sha512-
|
|
5209
|
+
"version": "4.0.8",
|
|
5210
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.8.tgz",
|
|
5211
|
+
"integrity": "sha512-IsAtd/tBx3soTWFRA8owbAEwdZsbHHQz2SmU0k0QdSFxnBHOlNQ0E7fa3Oh8KRkprQzFH8aW1MHNmn8xYtEHKQ==",
|
|
5172
5212
|
"license": "Apache-2.0",
|
|
5173
5213
|
"dependencies": {
|
|
5174
5214
|
"@oclif/core": "^4",
|
|
@@ -5359,9 +5399,9 @@
|
|
|
5359
5399
|
}
|
|
5360
5400
|
},
|
|
5361
5401
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5362
|
-
"version": "13.
|
|
5363
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
5364
|
-
"integrity": "sha512-
|
|
5402
|
+
"version": "13.1.1",
|
|
5403
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz",
|
|
5404
|
+
"integrity": "sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==",
|
|
5365
5405
|
"license": "Apache-2.0",
|
|
5366
5406
|
"dependencies": {
|
|
5367
5407
|
"@salesforce/core": "^9.0.0",
|
|
@@ -5512,14 +5552,14 @@
|
|
|
5512
5552
|
}
|
|
5513
5553
|
},
|
|
5514
5554
|
"node_modules/@salesforce/source-tracking": {
|
|
5515
|
-
"version": "8.
|
|
5516
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.
|
|
5517
|
-
"integrity": "sha512
|
|
5555
|
+
"version": "8.1.0",
|
|
5556
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.0.tgz",
|
|
5557
|
+
"integrity": "sha512-ookx5YVI4ddEkNWwSkqPrXU5MKXkcuGig0rW7FzBtDnpIZU8q3+elilIJ5PI/YXBAIpUZl69Alsjh6+Bl7ZqeA==",
|
|
5518
5558
|
"license": "Apache-2.0",
|
|
5519
5559
|
"dependencies": {
|
|
5520
|
-
"@salesforce/core": "^9.
|
|
5560
|
+
"@salesforce/core": "^9.1.2",
|
|
5521
5561
|
"@salesforce/kit": "^4.0.0",
|
|
5522
|
-
"@salesforce/source-deploy-retrieve": "^13.
|
|
5562
|
+
"@salesforce/source-deploy-retrieve": "^13.1.1",
|
|
5523
5563
|
"@salesforce/ts-types": "^3.0.0",
|
|
5524
5564
|
"fast-xml-parser": "^5.5.7",
|
|
5525
5565
|
"graceful-fs": "^4.2.11",
|
|
@@ -16208,6 +16248,16 @@
|
|
|
16208
16248
|
"node": "^20.17.0 || >=22.9.0"
|
|
16209
16249
|
}
|
|
16210
16250
|
},
|
|
16251
|
+
"node_modules/node-gyp/node_modules/isexe": {
|
|
16252
|
+
"version": "4.0.0",
|
|
16253
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
16254
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
16255
|
+
"extraneous": true,
|
|
16256
|
+
"license": "BlueOak-1.0.0",
|
|
16257
|
+
"engines": {
|
|
16258
|
+
"node": ">=20"
|
|
16259
|
+
}
|
|
16260
|
+
},
|
|
16211
16261
|
"node_modules/node-gyp/node_modules/undici": {
|
|
16212
16262
|
"version": "6.28.0",
|
|
16213
16263
|
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
|
|
@@ -16218,6 +16268,22 @@
|
|
|
16218
16268
|
"node": ">=18.17"
|
|
16219
16269
|
}
|
|
16220
16270
|
},
|
|
16271
|
+
"node_modules/node-gyp/node_modules/which": {
|
|
16272
|
+
"version": "6.0.1",
|
|
16273
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
16274
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
16275
|
+
"extraneous": true,
|
|
16276
|
+
"license": "ISC",
|
|
16277
|
+
"dependencies": {
|
|
16278
|
+
"isexe": "^4.0.0"
|
|
16279
|
+
},
|
|
16280
|
+
"bin": {
|
|
16281
|
+
"node-which": "bin/which.js"
|
|
16282
|
+
},
|
|
16283
|
+
"engines": {
|
|
16284
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
16285
|
+
}
|
|
16286
|
+
},
|
|
16221
16287
|
"node_modules/node-preload": {
|
|
16222
16288
|
"version": "0.2.1",
|
|
16223
16289
|
"resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
|
|
@@ -22784,19 +22850,18 @@
|
|
|
22784
22850
|
}
|
|
22785
22851
|
},
|
|
22786
22852
|
"node_modules/which": {
|
|
22787
|
-
"version": "
|
|
22788
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
22789
|
-
"integrity": "sha512-
|
|
22790
|
-
"extraneous": true,
|
|
22853
|
+
"version": "4.0.0",
|
|
22854
|
+
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
|
22855
|
+
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
22791
22856
|
"license": "ISC",
|
|
22792
22857
|
"dependencies": {
|
|
22793
|
-
"isexe": "^
|
|
22858
|
+
"isexe": "^3.1.1"
|
|
22794
22859
|
},
|
|
22795
22860
|
"bin": {
|
|
22796
22861
|
"node-which": "bin/which.js"
|
|
22797
22862
|
},
|
|
22798
22863
|
"engines": {
|
|
22799
|
-
"node": "^
|
|
22864
|
+
"node": "^16.13.0 || >=18.0.0"
|
|
22800
22865
|
}
|
|
22801
22866
|
},
|
|
22802
22867
|
"node_modules/which-boxed-primitive": {
|
|
@@ -22894,16 +22959,6 @@
|
|
|
22894
22959
|
"url": "https://github.com/sponsors/ljharb"
|
|
22895
22960
|
}
|
|
22896
22961
|
},
|
|
22897
|
-
"node_modules/which/node_modules/isexe": {
|
|
22898
|
-
"version": "4.0.0",
|
|
22899
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
22900
|
-
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
22901
|
-
"extraneous": true,
|
|
22902
|
-
"license": "BlueOak-1.0.0",
|
|
22903
|
-
"engines": {
|
|
22904
|
-
"node": ">=20"
|
|
22905
|
-
}
|
|
22906
|
-
},
|
|
22907
22962
|
"node_modules/widest-line": {
|
|
22908
22963
|
"version": "3.1.0",
|
|
22909
22964
|
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1464,13 +1464,14 @@
|
|
|
1464
1464
|
semver "^7.8.5"
|
|
1465
1465
|
tar-fs "^2.1.5"
|
|
1466
1466
|
|
|
1467
|
-
"@oclif/plugin-version@2.2.
|
|
1468
|
-
version "2.2.
|
|
1469
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1470
|
-
integrity sha512-
|
|
1467
|
+
"@oclif/plugin-version@2.2.57":
|
|
1468
|
+
version "2.2.57"
|
|
1469
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz"
|
|
1470
|
+
integrity sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==
|
|
1471
1471
|
dependencies:
|
|
1472
1472
|
"@oclif/core" "^4"
|
|
1473
1473
|
ansis "^3.17.0"
|
|
1474
|
+
which "^4"
|
|
1474
1475
|
|
|
1475
1476
|
"@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.1.73":
|
|
1476
1477
|
version "3.1.73"
|
|
@@ -2027,10 +2028,10 @@
|
|
|
2027
2028
|
got "^13.0.0"
|
|
2028
2029
|
proxy-agent "^6.5.0"
|
|
2029
2030
|
|
|
2030
|
-
"@salesforce/plugin-auth@5.0.
|
|
2031
|
-
version "5.0.
|
|
2032
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
2033
|
-
integrity sha512-
|
|
2031
|
+
"@salesforce/plugin-auth@5.0.5":
|
|
2032
|
+
version "5.0.5"
|
|
2033
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz"
|
|
2034
|
+
integrity sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==
|
|
2034
2035
|
dependencies:
|
|
2035
2036
|
"@inquirer/checkbox" "^2.5.0"
|
|
2036
2037
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2041,6 +2042,7 @@
|
|
|
2041
2042
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2042
2043
|
"@salesforce/ts-types" "^3.0.0"
|
|
2043
2044
|
open "^10.2.0"
|
|
2045
|
+
which "^4"
|
|
2044
2046
|
|
|
2045
2047
|
"@salesforce/plugin-command-reference@^3.1.122":
|
|
2046
2048
|
version "3.1.128"
|
|
@@ -2056,10 +2058,10 @@
|
|
|
2056
2058
|
debug "^4.4.3"
|
|
2057
2059
|
handlebars "^4.7.9"
|
|
2058
2060
|
|
|
2059
|
-
"@salesforce/plugin-data@5.1.
|
|
2060
|
-
version "5.1.
|
|
2061
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.
|
|
2062
|
-
integrity sha512-
|
|
2061
|
+
"@salesforce/plugin-data@5.1.3":
|
|
2062
|
+
version "5.1.3"
|
|
2063
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.3.tgz"
|
|
2064
|
+
integrity sha512-qmRadu+h8puX1tpclgOZZTThWOyItTtJX7ugnNLN8AQCOLRAbhrv/D47U3vr34pU1PQgv51tT3nvRmFv8XaniQ==
|
|
2063
2065
|
dependencies:
|
|
2064
2066
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2065
2067
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2076,29 +2078,29 @@
|
|
|
2076
2078
|
undici "^7.29.0"
|
|
2077
2079
|
zod "^4.4.3"
|
|
2078
2080
|
|
|
2079
|
-
"@salesforce/plugin-deploy-retrieve@4.
|
|
2080
|
-
version "4.
|
|
2081
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.
|
|
2082
|
-
integrity sha512-
|
|
2081
|
+
"@salesforce/plugin-deploy-retrieve@4.1.1":
|
|
2082
|
+
version "4.1.1"
|
|
2083
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz"
|
|
2084
|
+
integrity sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==
|
|
2083
2085
|
dependencies:
|
|
2084
2086
|
"@inquirer/prompts" "^7.8.3"
|
|
2085
2087
|
"@oclif/core" "^4.11.14"
|
|
2086
2088
|
"@oclif/multi-stage-output" "^0.8.42"
|
|
2087
2089
|
"@salesforce/apex-node" "^9.0.0"
|
|
2088
|
-
"@salesforce/core" "^9.
|
|
2090
|
+
"@salesforce/core" "^9.1.2"
|
|
2089
2091
|
"@salesforce/kit" "^4.0.0"
|
|
2090
2092
|
"@salesforce/plugin-info" "^4.0.0"
|
|
2091
2093
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2092
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
2093
|
-
"@salesforce/source-tracking" "^8.
|
|
2094
|
+
"@salesforce/source-deploy-retrieve" "^13.1.1"
|
|
2095
|
+
"@salesforce/source-tracking" "^8.1.0"
|
|
2094
2096
|
"@salesforce/ts-types" "^3.0.0"
|
|
2095
2097
|
ansis "^3.17.0"
|
|
2096
2098
|
terminal-link "^3.0.0"
|
|
2097
2099
|
|
|
2098
|
-
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.
|
|
2099
|
-
version "4.0.
|
|
2100
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
2101
|
-
integrity sha512-
|
|
2100
|
+
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.6":
|
|
2101
|
+
version "4.0.6"
|
|
2102
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.6.tgz"
|
|
2103
|
+
integrity sha512-NF8pJaBIBX7InYjVmekb12wkAj5wUaASw/fLRU1JiNZXq3PJxDPZtLCVlAXBaNdWKaKc6Po0FXAojDMcdL+H5w==
|
|
2102
2104
|
dependencies:
|
|
2103
2105
|
"@inquirer/input" "^2.3.0"
|
|
2104
2106
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
@@ -2112,6 +2114,7 @@
|
|
|
2112
2114
|
open "^10.2.0"
|
|
2113
2115
|
proxy-agent "^6.5.0"
|
|
2114
2116
|
semver "^7.8.1"
|
|
2117
|
+
which "^4"
|
|
2115
2118
|
|
|
2116
2119
|
"@salesforce/plugin-limits@4.0.3":
|
|
2117
2120
|
version "4.0.3"
|
|
@@ -2250,10 +2253,10 @@
|
|
|
2250
2253
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2251
2254
|
"@salesforce/templates" "^66.13.6"
|
|
2252
2255
|
|
|
2253
|
-
"@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.
|
|
2254
|
-
version "4.0.
|
|
2255
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
2256
|
-
integrity sha512-
|
|
2256
|
+
"@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.8":
|
|
2257
|
+
version "4.0.8"
|
|
2258
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.8.tgz"
|
|
2259
|
+
integrity sha512-IsAtd/tBx3soTWFRA8owbAEwdZsbHHQz2SmU0k0QdSFxnBHOlNQ0E7fa3Oh8KRkprQzFH8aW1MHNmn8xYtEHKQ==
|
|
2257
2260
|
dependencies:
|
|
2258
2261
|
"@oclif/core" "^4"
|
|
2259
2262
|
"@salesforce/core" "^9.1.0"
|
|
@@ -2320,10 +2323,10 @@
|
|
|
2320
2323
|
cli-progress "^3.12.0"
|
|
2321
2324
|
terminal-link "^3.0.0"
|
|
2322
2325
|
|
|
2323
|
-
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1":
|
|
2324
|
-
version "13.
|
|
2325
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
2326
|
-
integrity sha512-
|
|
2326
|
+
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1", "@salesforce/source-deploy-retrieve@^13.1.1":
|
|
2327
|
+
version "13.1.1"
|
|
2328
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz"
|
|
2329
|
+
integrity sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==
|
|
2327
2330
|
dependencies:
|
|
2328
2331
|
"@salesforce/core" "^9.0.0"
|
|
2329
2332
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -2340,14 +2343,14 @@
|
|
|
2340
2343
|
proxy-agent "^6.5.0"
|
|
2341
2344
|
yaml "^2.9.0"
|
|
2342
2345
|
|
|
2343
|
-
"@salesforce/source-tracking@^8.
|
|
2344
|
-
version "8.
|
|
2345
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.
|
|
2346
|
-
integrity sha512
|
|
2346
|
+
"@salesforce/source-tracking@^8.1.0":
|
|
2347
|
+
version "8.1.0"
|
|
2348
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.0.tgz"
|
|
2349
|
+
integrity sha512-ookx5YVI4ddEkNWwSkqPrXU5MKXkcuGig0rW7FzBtDnpIZU8q3+elilIJ5PI/YXBAIpUZl69Alsjh6+Bl7ZqeA==
|
|
2347
2350
|
dependencies:
|
|
2348
|
-
"@salesforce/core" "^9.
|
|
2351
|
+
"@salesforce/core" "^9.1.2"
|
|
2349
2352
|
"@salesforce/kit" "^4.0.0"
|
|
2350
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
2353
|
+
"@salesforce/source-deploy-retrieve" "^13.1.1"
|
|
2351
2354
|
"@salesforce/ts-types" "^3.0.0"
|
|
2352
2355
|
fast-xml-parser "^5.5.7"
|
|
2353
2356
|
graceful-fs "^4.2.11"
|
|
@@ -10917,7 +10920,7 @@ which@^2.0.1:
|
|
|
10917
10920
|
dependencies:
|
|
10918
10921
|
isexe "^2.0.0"
|
|
10919
10922
|
|
|
10920
|
-
which@^4.0.0:
|
|
10923
|
+
which@^4, which@^4.0.0:
|
|
10921
10924
|
version "4.0.0"
|
|
10922
10925
|
resolved "https://registry.npmjs.org/which/-/which-4.0.0.tgz"
|
|
10923
10926
|
integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
|
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.
|
|
4
|
+
"version": "2.149.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.86",
|
|
155
155
|
"@oclif/plugin-search": "1.2.54",
|
|
156
156
|
"@oclif/plugin-update": "4.7.59",
|
|
157
|
-
"@oclif/plugin-version": "2.2.
|
|
157
|
+
"@oclif/plugin-version": "2.2.57",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.73",
|
|
159
159
|
"@oclif/plugin-which": "3.2.61",
|
|
160
160
|
"@salesforce/core": "^9.0.0",
|
|
@@ -162,10 +162,10 @@
|
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.1",
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.0",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.8",
|
|
165
|
-
"@salesforce/plugin-auth": "5.0.
|
|
166
|
-
"@salesforce/plugin-data": "5.1.
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "4.
|
|
168
|
-
"@salesforce/plugin-info": "4.0.
|
|
165
|
+
"@salesforce/plugin-auth": "5.0.5",
|
|
166
|
+
"@salesforce/plugin-data": "5.1.3",
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "4.1.1",
|
|
168
|
+
"@salesforce/plugin-info": "4.0.6",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.4",
|
|
171
171
|
"@salesforce/plugin-org": "6.0.7",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@salesforce/plugin-sobject": "2.0.5",
|
|
176
176
|
"@salesforce/plugin-telemetry": "4.0.3",
|
|
177
177
|
"@salesforce/plugin-templates": "57.0.6",
|
|
178
|
-
"@salesforce/plugin-trust": "4.0.
|
|
178
|
+
"@salesforce/plugin-trust": "4.0.8",
|
|
179
179
|
"@salesforce/plugin-user": "5.0.0",
|
|
180
180
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
181
181
|
"ansis": "^3.12.0"
|