@salesforce/cli 2.149.4 → 2.149.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -77
- package/npm-shrinkwrap.json +46 -46
- package/oclif.lock +45 -45
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.5 linux-x64 node-v24.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3283,7 +3283,7 @@ EXAMPLES
|
|
|
3283
3283
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
3284
3284
|
```
|
|
3285
3285
|
|
|
3286
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.
|
|
3286
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.9/src/commands/api/request/graphql.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf api request rest [URL]`
|
|
3289
3289
|
|
|
@@ -3393,7 +3393,7 @@ FLAG DESCRIPTIONS
|
|
|
3393
3393
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
3394
3394
|
```
|
|
3395
3395
|
|
|
3396
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.
|
|
3396
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.9/src/commands/api/request/rest.ts)_
|
|
3397
3397
|
|
|
3398
3398
|
## `sf autocomplete [SHELL]`
|
|
3399
3399
|
|
|
@@ -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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.8/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.4/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.4/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.4/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.8/src/commands/info/releasenotes/display.ts)_
|
|
5002
5002
|
|
|
5003
5003
|
## `sf logic get test`
|
|
5004
5004
|
|
|
@@ -5214,7 +5214,7 @@ EXAMPLES
|
|
|
5214
5214
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
5215
5215
|
```
|
|
5216
5216
|
|
|
5217
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
5217
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/assign/permset.ts)_
|
|
5218
5218
|
|
|
5219
5219
|
## `sf org assign permsetlicense`
|
|
5220
5220
|
|
|
@@ -5261,7 +5261,7 @@ EXAMPLES
|
|
|
5261
5261
|
user3
|
|
5262
5262
|
```
|
|
5263
5263
|
|
|
5264
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
5264
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/assign/permsetlicense.ts)_
|
|
5265
5265
|
|
|
5266
5266
|
## `sf org auth show-access-token`
|
|
5267
5267
|
|
|
@@ -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.8/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.8/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.8/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.8/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.8/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.8/src/commands/org/create/scratch.ts)_
|
|
5793
5793
|
|
|
5794
5794
|
## `sf org create user`
|
|
5795
5795
|
|
|
@@ -5897,7 +5897,7 @@ FLAG DESCRIPTIONS
|
|
|
5897
5897
|
might be different than what you specify in the definition file.
|
|
5898
5898
|
```
|
|
5899
5899
|
|
|
5900
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
5900
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/create/user.ts)_
|
|
5901
5901
|
|
|
5902
5902
|
## `sf org delete sandbox`
|
|
5903
5903
|
|
|
@@ -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.8/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.8/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.8/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.8/src/commands/org/display.ts)_
|
|
6075
6075
|
|
|
6076
6076
|
## `sf org display user`
|
|
6077
6077
|
|
|
@@ -6109,7 +6109,7 @@ EXAMPLES
|
|
|
6109
6109
|
$ sf org display user --target-org me@my.org --json
|
|
6110
6110
|
```
|
|
6111
6111
|
|
|
6112
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
6112
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/display/user.ts)_
|
|
6113
6113
|
|
|
6114
6114
|
## `sf org enable tracking`
|
|
6115
6115
|
|
|
@@ -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.8/src/commands/org/enable/tracking.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf org generate password`
|
|
6157
6157
|
|
|
@@ -6215,7 +6215,7 @@ EXAMPLES
|
|
|
6215
6215
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
6216
6216
|
```
|
|
6217
6217
|
|
|
6218
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
6218
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/generate/password.ts)_
|
|
6219
6219
|
|
|
6220
6220
|
## `sf org list`
|
|
6221
6221
|
|
|
@@ -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.8/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.8/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.8/src/commands/org/list/metadata-types.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf org list sobject record-counts`
|
|
6454
6454
|
|
|
@@ -6532,7 +6532,7 @@ EXAMPLES
|
|
|
6532
6532
|
$ sf org list users --target-org me@my.org
|
|
6533
6533
|
```
|
|
6534
6534
|
|
|
6535
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.
|
|
6535
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/list/users.ts)_
|
|
6536
6536
|
|
|
6537
6537
|
## `sf org login access-token`
|
|
6538
6538
|
|
|
@@ -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.8/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.8/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.8/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.8/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.8/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.8/src/commands/org/resume/scratch.ts)_
|
|
7330
7330
|
|
|
7331
7331
|
## `sf package convert`
|
|
7332
7332
|
|
|
@@ -9042,7 +9042,7 @@ EXAMPLES
|
|
|
9042
9042
|
$ sf plugins discover
|
|
9043
9043
|
```
|
|
9044
9044
|
|
|
9045
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.
|
|
9045
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.5/src/commands/plugins/discover.ts)_
|
|
9046
9046
|
|
|
9047
9047
|
## `sf plugins:inspect PLUGIN...`
|
|
9048
9048
|
|
|
@@ -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.9/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.9/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.9/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.9/src/commands/plugins/trust/verify.ts)_
|
|
9299
9299
|
|
|
9300
9300
|
## `sf plugins uninstall [PLUGIN]`
|
|
9301
9301
|
|
|
@@ -11317,7 +11317,7 @@ EXAMPLES
|
|
|
11317
11317
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
11318
11318
|
```
|
|
11319
11319
|
|
|
11320
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11320
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/describe.ts)_
|
|
11321
11321
|
|
|
11322
11322
|
## `sf sobject list`
|
|
11323
11323
|
|
|
@@ -11356,7 +11356,7 @@ EXAMPLES
|
|
|
11356
11356
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
11357
11357
|
```
|
|
11358
11358
|
|
|
11359
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11359
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/list.ts)_
|
|
11360
11360
|
|
|
11361
11361
|
## `sf template generate analytics template`
|
|
11362
11362
|
|
|
@@ -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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.5",
|
|
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.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
"@salesforce/kit": "^4.0.0",
|
|
27
27
|
"@salesforce/plugin-agent": "2.0.2",
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.0",
|
|
29
|
-
"@salesforce/plugin-api": "2.0.
|
|
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.4",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
33
|
+
"@salesforce/plugin-info": "4.0.8",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
|
-
"@salesforce/plugin-marketplace": "2.0.
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
35
|
+
"@salesforce/plugin-marketplace": "2.0.5",
|
|
36
|
+
"@salesforce/plugin-org": "6.0.8",
|
|
37
37
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
38
|
-
"@salesforce/plugin-schema": "4.0.
|
|
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.
|
|
43
|
-
"@salesforce/plugin-trust": "4.0.
|
|
44
|
-
"@salesforce/plugin-user": "5.0.
|
|
42
|
+
"@salesforce/plugin-templates": "57.0.8",
|
|
43
|
+
"@salesforce/plugin-trust": "4.0.9",
|
|
44
|
+
"@salesforce/plugin-user": "5.0.1",
|
|
45
45
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -4638,13 +4638,13 @@
|
|
|
4638
4638
|
}
|
|
4639
4639
|
},
|
|
4640
4640
|
"node_modules/@salesforce/plugin-api": {
|
|
4641
|
-
"version": "2.0.
|
|
4642
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.
|
|
4643
|
-
"integrity": "sha512-
|
|
4641
|
+
"version": "2.0.9",
|
|
4642
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.9.tgz",
|
|
4643
|
+
"integrity": "sha512-fBXk/oxFzSkpXLgWlp6dJ7e4yyPyk/lnPkH2majPvSLqGbE7tNjzLw4n31by+jcbpvaijZ0MoNXj4Ku+QAAEoA==",
|
|
4644
4644
|
"license": "Apache-2.0",
|
|
4645
4645
|
"dependencies": {
|
|
4646
4646
|
"@oclif/core": "^4",
|
|
4647
|
-
"@salesforce/core": "^9.1.
|
|
4647
|
+
"@salesforce/core": "^9.1.2",
|
|
4648
4648
|
"@salesforce/kit": "^4.0.0",
|
|
4649
4649
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4650
4650
|
"@salesforce/ts-types": "^3.0.1",
|
|
@@ -4895,14 +4895,14 @@
|
|
|
4895
4895
|
}
|
|
4896
4896
|
},
|
|
4897
4897
|
"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-
|
|
4898
|
+
"version": "5.1.4",
|
|
4899
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.4.tgz",
|
|
4900
|
+
"integrity": "sha512-X2+k9+K5RvQ7hO1qYzrrep3cwCxkM9fKUKO7SIN27vLy1niFWcuX4RbBbVEqWe/3jkJJJ9NgTIGP6JuwQWF78A==",
|
|
4901
4901
|
"license": "Apache-2.0",
|
|
4902
4902
|
"dependencies": {
|
|
4903
4903
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
4904
4904
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4905
|
-
"@salesforce/core": "^9.1.
|
|
4905
|
+
"@salesforce/core": "^9.1.2",
|
|
4906
4906
|
"@salesforce/kit": "^4.0.0",
|
|
4907
4907
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4908
4908
|
"@salesforce/ts-types": "^3.0.1",
|
|
@@ -4950,15 +4950,15 @@
|
|
|
4950
4950
|
}
|
|
4951
4951
|
},
|
|
4952
4952
|
"node_modules/@salesforce/plugin-info": {
|
|
4953
|
-
"version": "4.0.
|
|
4954
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
4955
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "4.0.8",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.8.tgz",
|
|
4955
|
+
"integrity": "sha512-4lu/oc/xa/F+ThbxRwHt04ectqeM2XhHqp1Vg7FF4bAeXQd/6YmBZvgHfjwF4ByB07ULIde4Hjg3llE7VOuHcw==",
|
|
4956
4956
|
"license": "Apache-2.0",
|
|
4957
4957
|
"dependencies": {
|
|
4958
4958
|
"@inquirer/input": "^2.3.0",
|
|
4959
4959
|
"@jsforce/jsforce-node": "^3.10.19",
|
|
4960
4960
|
"@oclif/core": "^4",
|
|
4961
|
-
"@salesforce/core": "^9.1.
|
|
4961
|
+
"@salesforce/core": "^9.1.2",
|
|
4962
4962
|
"@salesforce/kit": "^4.0.0",
|
|
4963
4963
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4964
4964
|
"got": "^13.0.0",
|
|
@@ -4987,12 +4987,12 @@
|
|
|
4987
4987
|
}
|
|
4988
4988
|
},
|
|
4989
4989
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4990
|
-
"version": "2.0.
|
|
4991
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.
|
|
4992
|
-
"integrity": "sha512-
|
|
4990
|
+
"version": "2.0.5",
|
|
4991
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.5.tgz",
|
|
4992
|
+
"integrity": "sha512-L/JEuMv438HORPFuOkZZrR46EeTNtTeyp/9LCQAsv17X6Aq0aK3jAbujRVmqZdskFiWVnO/MluYf14q/3oRjtQ==",
|
|
4993
4993
|
"license": "Apache-2.0",
|
|
4994
4994
|
"dependencies": {
|
|
4995
|
-
"@salesforce/core": "^9.1.
|
|
4995
|
+
"@salesforce/core": "^9.1.2",
|
|
4996
4996
|
"@salesforce/kit": "^4.0.0",
|
|
4997
4997
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4998
4998
|
"got": "^13.0.0",
|
|
@@ -5003,14 +5003,14 @@
|
|
|
5003
5003
|
}
|
|
5004
5004
|
},
|
|
5005
5005
|
"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-
|
|
5006
|
+
"version": "6.0.8",
|
|
5007
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.8.tgz",
|
|
5008
|
+
"integrity": "sha512-omdRy9VFeANSAqjgfO57ZfEVAeVCU7AhrmGNVr4EbnRiEn0CWzGKYaJ0l3UWckOOPCz+1oo8wagbrbhJlJZXHg==",
|
|
5009
5009
|
"license": "Apache-2.0",
|
|
5010
5010
|
"dependencies": {
|
|
5011
5011
|
"@oclif/core": "^4.13.3",
|
|
5012
5012
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
5013
|
-
"@salesforce/core": "^9.
|
|
5013
|
+
"@salesforce/core": "^9.1.2",
|
|
5014
5014
|
"@salesforce/kit": "^4.0.0",
|
|
5015
5015
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5016
5016
|
"@salesforce/source-deploy-retrieve": "^13.0.1",
|
|
@@ -5124,9 +5124,9 @@
|
|
|
5124
5124
|
}
|
|
5125
5125
|
},
|
|
5126
5126
|
"node_modules/@salesforce/plugin-schema": {
|
|
5127
|
-
"version": "4.0.
|
|
5128
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.
|
|
5129
|
-
"integrity": "sha512-
|
|
5127
|
+
"version": "4.0.5",
|
|
5128
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.5.tgz",
|
|
5129
|
+
"integrity": "sha512-hX2Iv84MC4N4G8mKwdcYiR7dCYrz9akT7W93t8Nu3RAG4px6VEsSljR+oA69p1m/Pd86XCso2ZOrZ93MfHe6rA==",
|
|
5130
5130
|
"license": "Apache-2.0",
|
|
5131
5131
|
"dependencies": {
|
|
5132
5132
|
"@oclif/core": "^4",
|
|
@@ -5192,12 +5192,12 @@
|
|
|
5192
5192
|
}
|
|
5193
5193
|
},
|
|
5194
5194
|
"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-
|
|
5195
|
+
"version": "57.0.8",
|
|
5196
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.8.tgz",
|
|
5197
|
+
"integrity": "sha512-ZfaKOpbagFTWCkuxQmew0bgDzJ4JJsO/UM9SsxIRVircjUgNs8jCQBD0KTtMwBy7emggiCcug5rbf0+j0AHfXw==",
|
|
5198
5198
|
"license": "Apache-2.0",
|
|
5199
5199
|
"dependencies": {
|
|
5200
|
-
"@salesforce/core": "^9.1.
|
|
5200
|
+
"@salesforce/core": "^9.1.2",
|
|
5201
5201
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5202
5202
|
"@salesforce/templates": "^66.13.7"
|
|
5203
5203
|
},
|
|
@@ -5206,9 +5206,9 @@
|
|
|
5206
5206
|
}
|
|
5207
5207
|
},
|
|
5208
5208
|
"node_modules/@salesforce/plugin-trust": {
|
|
5209
|
-
"version": "4.0.
|
|
5210
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
5211
|
-
"integrity": "sha512-
|
|
5209
|
+
"version": "4.0.9",
|
|
5210
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.9.tgz",
|
|
5211
|
+
"integrity": "sha512-Pu+ZcJMbcP5BWF6NhOUxYyGpKi9aMZLrtSx2qEXZCN/lqRT8tbozzJqUPicEUQf8k+9+yT0HslbMggJ+g+WIHA==",
|
|
5212
5212
|
"license": "Apache-2.0",
|
|
5213
5213
|
"dependencies": {
|
|
5214
5214
|
"@oclif/core": "^4",
|
|
@@ -5218,7 +5218,7 @@
|
|
|
5218
5218
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5219
5219
|
"cross-spawn": "^7.0.6",
|
|
5220
5220
|
"got": "^13.0.0",
|
|
5221
|
-
"npm": "^11.
|
|
5221
|
+
"npm": "^11.19.0",
|
|
5222
5222
|
"npm-run-path": "^4.0.1",
|
|
5223
5223
|
"proxy-agent": "^6.5.0",
|
|
5224
5224
|
"semver": "^7.8.2",
|
|
@@ -5247,12 +5247,12 @@
|
|
|
5247
5247
|
}
|
|
5248
5248
|
},
|
|
5249
5249
|
"node_modules/@salesforce/plugin-user": {
|
|
5250
|
-
"version": "5.0.
|
|
5251
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.
|
|
5252
|
-
"integrity": "sha512-
|
|
5250
|
+
"version": "5.0.1",
|
|
5251
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.1.tgz",
|
|
5252
|
+
"integrity": "sha512-3Eu4d55UATpPzT95MXj3V3qMnhJ5PG23eDumzjUbjELb94OicshGohuX0ryqOuLtFl65/s+oAP79Iz8s1Bc9GA==",
|
|
5253
5253
|
"license": "Apache-2.0",
|
|
5254
5254
|
"dependencies": {
|
|
5255
|
-
"@salesforce/core": "^9.1.
|
|
5255
|
+
"@salesforce/core": "^9.1.2",
|
|
5256
5256
|
"@salesforce/kit": "^4.0.0",
|
|
5257
5257
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5258
5258
|
"@salesforce/ts-types": "^3.0.1"
|
package/oclif.lock
CHANGED
|
@@ -2013,13 +2013,13 @@
|
|
|
2013
2013
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2014
2014
|
ansis "^3.3.1"
|
|
2015
2015
|
|
|
2016
|
-
"@salesforce/plugin-api@2.0.
|
|
2017
|
-
version "2.0.
|
|
2018
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.
|
|
2019
|
-
integrity sha512-
|
|
2016
|
+
"@salesforce/plugin-api@2.0.9":
|
|
2017
|
+
version "2.0.9"
|
|
2018
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.9.tgz"
|
|
2019
|
+
integrity sha512-fBXk/oxFzSkpXLgWlp6dJ7e4yyPyk/lnPkH2majPvSLqGbE7tNjzLw4n31by+jcbpvaijZ0MoNXj4Ku+QAAEoA==
|
|
2020
2020
|
dependencies:
|
|
2021
2021
|
"@oclif/core" "^4"
|
|
2022
|
-
"@salesforce/core" "^9.1.
|
|
2022
|
+
"@salesforce/core" "^9.1.2"
|
|
2023
2023
|
"@salesforce/kit" "^4.0.0"
|
|
2024
2024
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2025
2025
|
"@salesforce/ts-types" "^3.0.1"
|
|
@@ -2058,14 +2058,14 @@
|
|
|
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.4":
|
|
2062
|
+
version "5.1.4"
|
|
2063
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.4.tgz"
|
|
2064
|
+
integrity sha512-X2+k9+K5RvQ7hO1qYzrrep3cwCxkM9fKUKO7SIN27vLy1niFWcuX4RbBbVEqWe/3jkJJJ9NgTIGP6JuwQWF78A==
|
|
2065
2065
|
dependencies:
|
|
2066
2066
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2067
2067
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2068
|
-
"@salesforce/core" "^9.1.
|
|
2068
|
+
"@salesforce/core" "^9.1.2"
|
|
2069
2069
|
"@salesforce/kit" "^4.0.0"
|
|
2070
2070
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2071
2071
|
"@salesforce/ts-types" "^3.0.1"
|
|
@@ -2097,15 +2097,15 @@
|
|
|
2097
2097
|
ansis "^3.17.0"
|
|
2098
2098
|
terminal-link "^3.0.0"
|
|
2099
2099
|
|
|
2100
|
-
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.
|
|
2101
|
-
version "4.0.
|
|
2102
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
2103
|
-
integrity sha512-
|
|
2100
|
+
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.8":
|
|
2101
|
+
version "4.0.8"
|
|
2102
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.8.tgz"
|
|
2103
|
+
integrity sha512-4lu/oc/xa/F+ThbxRwHt04ectqeM2XhHqp1Vg7FF4bAeXQd/6YmBZvgHfjwF4ByB07ULIde4Hjg3llE7VOuHcw==
|
|
2104
2104
|
dependencies:
|
|
2105
2105
|
"@inquirer/input" "^2.3.0"
|
|
2106
2106
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
2107
2107
|
"@oclif/core" "^4"
|
|
2108
|
-
"@salesforce/core" "^9.1.
|
|
2108
|
+
"@salesforce/core" "^9.1.2"
|
|
2109
2109
|
"@salesforce/kit" "^4.0.0"
|
|
2110
2110
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2111
2111
|
got "^13.0.0"
|
|
@@ -2124,25 +2124,25 @@
|
|
|
2124
2124
|
"@salesforce/core" "^9.1.0"
|
|
2125
2125
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2126
2126
|
|
|
2127
|
-
"@salesforce/plugin-marketplace@2.0.
|
|
2128
|
-
version "2.0.
|
|
2129
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.
|
|
2130
|
-
integrity sha512-
|
|
2127
|
+
"@salesforce/plugin-marketplace@2.0.5":
|
|
2128
|
+
version "2.0.5"
|
|
2129
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.5.tgz"
|
|
2130
|
+
integrity sha512-L/JEuMv438HORPFuOkZZrR46EeTNtTeyp/9LCQAsv17X6Aq0aK3jAbujRVmqZdskFiWVnO/MluYf14q/3oRjtQ==
|
|
2131
2131
|
dependencies:
|
|
2132
|
-
"@salesforce/core" "^9.1.
|
|
2132
|
+
"@salesforce/core" "^9.1.2"
|
|
2133
2133
|
"@salesforce/kit" "^4.0.0"
|
|
2134
2134
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
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.8":
|
|
2139
|
+
version "6.0.8"
|
|
2140
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.8.tgz"
|
|
2141
|
+
integrity sha512-omdRy9VFeANSAqjgfO57ZfEVAeVCU7AhrmGNVr4EbnRiEn0CWzGKYaJ0l3UWckOOPCz+1oo8wagbrbhJlJZXHg==
|
|
2142
2142
|
dependencies:
|
|
2143
2143
|
"@oclif/core" "^4.13.3"
|
|
2144
2144
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2145
|
-
"@salesforce/core" "^9.
|
|
2145
|
+
"@salesforce/core" "^9.1.2"
|
|
2146
2146
|
"@salesforce/kit" "^4.0.0"
|
|
2147
2147
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2148
2148
|
"@salesforce/source-deploy-retrieve" "^13.0.1"
|
|
@@ -2196,10 +2196,10 @@
|
|
|
2196
2196
|
strip-ansi "^6"
|
|
2197
2197
|
yarn-deduplicate "^6.0.2"
|
|
2198
2198
|
|
|
2199
|
-
"@salesforce/plugin-schema@4.0.
|
|
2200
|
-
version "4.0.
|
|
2201
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.
|
|
2202
|
-
integrity sha512-
|
|
2199
|
+
"@salesforce/plugin-schema@4.0.5":
|
|
2200
|
+
version "4.0.5"
|
|
2201
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.5.tgz"
|
|
2202
|
+
integrity sha512-hX2Iv84MC4N4G8mKwdcYiR7dCYrz9akT7W93t8Nu3RAG4px6VEsSljR+oA69p1m/Pd86XCso2ZOrZ93MfHe6rA==
|
|
2203
2203
|
dependencies:
|
|
2204
2204
|
"@oclif/core" "^4"
|
|
2205
2205
|
"@salesforce/core" "^9.1.0"
|
|
@@ -2244,19 +2244,19 @@
|
|
|
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.8":
|
|
2248
|
+
version "57.0.8"
|
|
2249
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.8.tgz"
|
|
2250
|
+
integrity sha512-ZfaKOpbagFTWCkuxQmew0bgDzJ4JJsO/UM9SsxIRVircjUgNs8jCQBD0KTtMwBy7emggiCcug5rbf0+j0AHfXw==
|
|
2251
2251
|
dependencies:
|
|
2252
|
-
"@salesforce/core" "^9.1.
|
|
2252
|
+
"@salesforce/core" "^9.1.2"
|
|
2253
2253
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2254
2254
|
"@salesforce/templates" "^66.13.7"
|
|
2255
2255
|
|
|
2256
|
-
"@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.
|
|
2257
|
-
version "4.0.
|
|
2258
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
2259
|
-
integrity sha512-
|
|
2256
|
+
"@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.9":
|
|
2257
|
+
version "4.0.9"
|
|
2258
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.9.tgz"
|
|
2259
|
+
integrity sha512-Pu+ZcJMbcP5BWF6NhOUxYyGpKi9aMZLrtSx2qEXZCN/lqRT8tbozzJqUPicEUQf8k+9+yT0HslbMggJ+g+WIHA==
|
|
2260
2260
|
dependencies:
|
|
2261
2261
|
"@oclif/core" "^4"
|
|
2262
2262
|
"@salesforce/core" "^9.1.0"
|
|
@@ -2265,18 +2265,18 @@
|
|
|
2265
2265
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2266
2266
|
cross-spawn "^7.0.6"
|
|
2267
2267
|
got "^13.0.0"
|
|
2268
|
-
npm "^11.
|
|
2268
|
+
npm "^11.19.0"
|
|
2269
2269
|
npm-run-path "^4.0.1"
|
|
2270
2270
|
proxy-agent "^6.5.0"
|
|
2271
2271
|
semver "^7.8.2"
|
|
2272
2272
|
which "^5"
|
|
2273
2273
|
|
|
2274
|
-
"@salesforce/plugin-user@5.0.
|
|
2275
|
-
version "5.0.
|
|
2276
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.
|
|
2277
|
-
integrity sha512-
|
|
2274
|
+
"@salesforce/plugin-user@5.0.1":
|
|
2275
|
+
version "5.0.1"
|
|
2276
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.1.tgz"
|
|
2277
|
+
integrity sha512-3Eu4d55UATpPzT95MXj3V3qMnhJ5PG23eDumzjUbjELb94OicshGohuX0ryqOuLtFl65/s+oAP79Iz8s1Bc9GA==
|
|
2278
2278
|
dependencies:
|
|
2279
|
-
"@salesforce/core" "^9.1.
|
|
2279
|
+
"@salesforce/core" "^9.1.2"
|
|
2280
2280
|
"@salesforce/kit" "^4.0.0"
|
|
2281
2281
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2282
2282
|
"@salesforce/ts-types" "^3.0.1"
|
|
@@ -8218,7 +8218,7 @@ npm-user-validate@^4.0.0:
|
|
|
8218
8218
|
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-4.0.0.tgz"
|
|
8219
8219
|
integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ==
|
|
8220
8220
|
|
|
8221
|
-
npm@^11.18.0:
|
|
8221
|
+
npm@^11.18.0, npm@^11.19.0:
|
|
8222
8222
|
version "11.19.0"
|
|
8223
8223
|
resolved "https://registry.npmjs.org/npm/-/npm-11.19.0.tgz"
|
|
8224
8224
|
integrity sha512-SDd/hHg3KqHE5Ht2NHWxNYNtqCQ2pXAPLl6OtQhPyED5PHsRfrOtO199MZTIG2cQoQ1ZRI9t28shrD+2cr3AAw==
|
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.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.15.0",
|
|
80
|
-
"@salesforce/plugin-community": "4.0.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "4.0.
|
|
80
|
+
"@salesforce/plugin-community": "4.0.4",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "4.0.4",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.3",
|
|
83
83
|
"@salesforce/plugin-devops-center": "2.1.1",
|
|
84
84
|
"@salesforce/plugin-flow": "2.0.0",
|
|
@@ -161,22 +161,22 @@
|
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.2",
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.0",
|
|
164
|
-
"@salesforce/plugin-api": "2.0.
|
|
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.4",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
168
|
-
"@salesforce/plugin-info": "4.0.
|
|
168
|
+
"@salesforce/plugin-info": "4.0.8",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
|
-
"@salesforce/plugin-marketplace": "2.0.
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
170
|
+
"@salesforce/plugin-marketplace": "2.0.5",
|
|
171
|
+
"@salesforce/plugin-org": "6.0.8",
|
|
172
172
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
173
|
-
"@salesforce/plugin-schema": "4.0.
|
|
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.
|
|
178
|
-
"@salesforce/plugin-trust": "4.0.
|
|
179
|
-
"@salesforce/plugin-user": "5.0.
|
|
177
|
+
"@salesforce/plugin-templates": "57.0.8",
|
|
178
|
+
"@salesforce/plugin-trust": "4.0.9",
|
|
179
|
+
"@salesforce/plugin-user": "5.0.1",
|
|
180
180
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|