@salesforce/cli 2.147.4 → 2.147.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 +60 -60
- package/npm-shrinkwrap.json +61 -61
- package/oclif.lock +61 -61
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
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.147.
|
|
28
|
+
@salesforce/cli/2.147.5 linux-x64 node-v24.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2748,7 +2748,7 @@ EXAMPLES
|
|
|
2748
2748
|
$ sf alias list
|
|
2749
2749
|
```
|
|
2750
2750
|
|
|
2751
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
2751
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/alias/list.ts)_
|
|
2752
2752
|
|
|
2753
2753
|
## `sf alias set`
|
|
2754
2754
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/alias/set.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf alias unset`
|
|
2803
2803
|
|
|
@@ -2837,7 +2837,7 @@ EXAMPLES
|
|
|
2837
2837
|
$ sf alias unset --all [--no-prompt]
|
|
2838
2838
|
```
|
|
2839
2839
|
|
|
2840
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
2840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/alias/unset.ts)_
|
|
2841
2841
|
|
|
2842
2842
|
## `sf apex get log`
|
|
2843
2843
|
|
|
@@ -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.1/src/commands/api/request/graphql.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf api request rest [URL]`
|
|
3289
3289
|
|
|
@@ -3392,7 +3392,7 @@ FLAG DESCRIPTIONS
|
|
|
3392
3392
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
3393
3393
|
```
|
|
3394
3394
|
|
|
3395
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.
|
|
3395
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.1/src/commands/api/request/rest.ts)_
|
|
3396
3396
|
|
|
3397
3397
|
## `sf autocomplete [SHELL]`
|
|
3398
3398
|
|
|
@@ -3423,7 +3423,7 @@ EXAMPLES
|
|
|
3423
3423
|
$ sf autocomplete --refresh-cache
|
|
3424
3424
|
```
|
|
3425
3425
|
|
|
3426
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
3426
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.55/src/commands/autocomplete/index.ts)_
|
|
3427
3427
|
|
|
3428
3428
|
## `sf commands`
|
|
3429
3429
|
|
|
@@ -3501,7 +3501,7 @@ CONFIGURATION VARIABLES
|
|
|
3501
3501
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3502
3502
|
```
|
|
3503
3503
|
|
|
3504
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3504
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/config/get.ts)_
|
|
3505
3505
|
|
|
3506
3506
|
## `sf config list`
|
|
3507
3507
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf config list
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3544
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/config/list.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf config set`
|
|
3547
3547
|
|
|
@@ -3610,7 +3610,7 @@ CONFIGURATION VARIABLES
|
|
|
3610
3610
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3611
3611
|
```
|
|
3612
3612
|
|
|
3613
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3613
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/config/set.ts)_
|
|
3614
3614
|
|
|
3615
3615
|
## `sf config unset`
|
|
3616
3616
|
|
|
@@ -3660,7 +3660,7 @@ CONFIGURATION VARIABLES
|
|
|
3660
3660
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3661
3661
|
```
|
|
3662
3662
|
|
|
3663
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3663
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.1/src/commands/config/unset.ts)_
|
|
3664
3664
|
|
|
3665
3665
|
## `sf data bulk results`
|
|
3666
3666
|
|
|
@@ -4790,7 +4790,7 @@ EXAMPLES
|
|
|
4790
4790
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4791
4791
|
```
|
|
4792
4792
|
|
|
4793
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4793
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.1/src/commands/doctor.ts)_
|
|
4794
4794
|
|
|
4795
4795
|
## `sf force data bulk delete`
|
|
4796
4796
|
|
|
@@ -4992,7 +4992,7 @@ EXAMPLES
|
|
|
4992
4992
|
$ sf info releasenotes display --version latest
|
|
4993
4993
|
```
|
|
4994
4994
|
|
|
4995
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4995
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.1/src/commands/info/releasenotes/display.ts)_
|
|
4996
4996
|
|
|
4997
4997
|
## `sf logic get test`
|
|
4998
4998
|
|
|
@@ -5298,7 +5298,7 @@ EXAMPLES
|
|
|
5298
5298
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5301
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/auth/show-access-token.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf org auth show-sfdx-auth-url`
|
|
5304
5304
|
|
|
@@ -5342,7 +5342,7 @@ EXAMPLES
|
|
|
5342
5342
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5343
5343
|
```
|
|
5344
5344
|
|
|
5345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5345
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5346
5346
|
|
|
5347
5347
|
## `sf org auth show-user-password`
|
|
5348
5348
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/auth/show-user-password.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf org create agent-user`
|
|
5395
5395
|
|
|
@@ -5467,7 +5467,7 @@ FLAG DESCRIPTIONS
|
|
|
5467
5467
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5468
5468
|
```
|
|
5469
5469
|
|
|
5470
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5470
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/create/agent-user.ts)_
|
|
5471
5471
|
|
|
5472
5472
|
## `sf org create sandbox`
|
|
5473
5473
|
|
|
@@ -5601,7 +5601,7 @@ FLAG DESCRIPTIONS
|
|
|
5601
5601
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5602
5602
|
```
|
|
5603
5603
|
|
|
5604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5604
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/create/sandbox.ts)_
|
|
5605
5605
|
|
|
5606
5606
|
## `sf org create scratch`
|
|
5607
5607
|
|
|
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5783
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5784
5784
|
```
|
|
5785
5785
|
|
|
5786
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5786
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/create/scratch.ts)_
|
|
5787
5787
|
|
|
5788
5788
|
## `sf org create user`
|
|
5789
5789
|
|
|
@@ -5937,7 +5937,7 @@ EXAMPLES
|
|
|
5937
5937
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5938
5938
|
```
|
|
5939
5939
|
|
|
5940
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5940
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/delete/sandbox.ts)_
|
|
5941
5941
|
|
|
5942
5942
|
## `sf org delete scratch`
|
|
5943
5943
|
|
|
@@ -5981,7 +5981,7 @@ EXAMPLES
|
|
|
5981
5981
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5982
5982
|
```
|
|
5983
5983
|
|
|
5984
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5984
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/delete/scratch.ts)_
|
|
5985
5985
|
|
|
5986
5986
|
## `sf org disable tracking`
|
|
5987
5987
|
|
|
@@ -6020,7 +6020,7 @@ EXAMPLES
|
|
|
6020
6020
|
$ sf org disable tracking
|
|
6021
6021
|
```
|
|
6022
6022
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6023
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/disable/tracking.ts)_
|
|
6024
6024
|
|
|
6025
6025
|
## `sf org display`
|
|
6026
6026
|
|
|
@@ -6065,7 +6065,7 @@ EXAMPLES
|
|
|
6065
6065
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6066
6066
|
```
|
|
6067
6067
|
|
|
6068
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6068
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/display.ts)_
|
|
6069
6069
|
|
|
6070
6070
|
## `sf org display user`
|
|
6071
6071
|
|
|
@@ -6145,7 +6145,7 @@ EXAMPLES
|
|
|
6145
6145
|
$ sf org enable tracking
|
|
6146
6146
|
```
|
|
6147
6147
|
|
|
6148
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6148
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/enable/tracking.ts)_
|
|
6149
6149
|
|
|
6150
6150
|
## `sf org generate password`
|
|
6151
6151
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf org list --clean
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6254
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/list.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf org list auth`
|
|
6257
6257
|
|
|
@@ -6390,7 +6390,7 @@ FLAG DESCRIPTIONS
|
|
|
6390
6390
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6391
6391
|
```
|
|
6392
6392
|
|
|
6393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/list/metadata.ts)_
|
|
6394
6394
|
|
|
6395
6395
|
## `sf org list metadata-types`
|
|
6396
6396
|
|
|
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
|
|
|
6445
6445
|
Override the api version used for api requests made by this command
|
|
6446
6446
|
```
|
|
6447
6447
|
|
|
6448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/list/metadata-types.ts)_
|
|
6449
6449
|
|
|
6450
6450
|
## `sf org list sobject record-counts`
|
|
6451
6451
|
|
|
@@ -6994,7 +6994,7 @@ EXAMPLES
|
|
|
6994
6994
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6995
6995
|
```
|
|
6996
6996
|
|
|
6997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/open.ts)_
|
|
6998
6998
|
|
|
6999
6999
|
## `sf org open agent`
|
|
7000
7000
|
|
|
@@ -7058,7 +7058,7 @@ EXAMPLES
|
|
|
7058
7058
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7059
7059
|
```
|
|
7060
7060
|
|
|
7061
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7061
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/open/agent.ts)_
|
|
7062
7062
|
|
|
7063
7063
|
## `sf org open authoring-bundle`
|
|
7064
7064
|
|
|
@@ -7104,7 +7104,7 @@ EXAMPLES
|
|
|
7104
7104
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7105
7105
|
```
|
|
7106
7106
|
|
|
7107
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7107
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/open/authoring-bundle.ts)_
|
|
7108
7108
|
|
|
7109
7109
|
## `sf org refresh sandbox`
|
|
7110
7110
|
|
|
@@ -7207,7 +7207,7 @@ FLAG DESCRIPTIONS
|
|
|
7207
7207
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7208
7208
|
```
|
|
7209
7209
|
|
|
7210
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7210
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/refresh/sandbox.ts)_
|
|
7211
7211
|
|
|
7212
7212
|
## `sf org resume sandbox`
|
|
7213
7213
|
|
|
@@ -7270,7 +7270,7 @@ FLAG DESCRIPTIONS
|
|
|
7270
7270
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7271
7271
|
```
|
|
7272
7272
|
|
|
7273
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7273
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/resume/sandbox.ts)_
|
|
7274
7274
|
|
|
7275
7275
|
## `sf org resume scratch`
|
|
7276
7276
|
|
|
@@ -7323,7 +7323,7 @@ FLAG DESCRIPTIONS
|
|
|
7323
7323
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7324
7324
|
```
|
|
7325
7325
|
|
|
7326
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7326
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.1/src/commands/org/resume/scratch.ts)_
|
|
7327
7327
|
|
|
7328
7328
|
## `sf package convert`
|
|
7329
7329
|
|
|
@@ -9198,7 +9198,7 @@ EXAMPLES
|
|
|
9198
9198
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9199
9199
|
```
|
|
9200
9200
|
|
|
9201
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9201
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.2/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9202
9202
|
|
|
9203
9203
|
## `sf plugins trust allowlist list`
|
|
9204
9204
|
|
|
@@ -9226,7 +9226,7 @@ EXAMPLES
|
|
|
9226
9226
|
$ sf plugins trust allowlist list
|
|
9227
9227
|
```
|
|
9228
9228
|
|
|
9229
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9229
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.2/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9230
9230
|
|
|
9231
9231
|
## `sf plugins trust allowlist remove`
|
|
9232
9232
|
|
|
@@ -9263,7 +9263,7 @@ EXAMPLES
|
|
|
9263
9263
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9264
9264
|
```
|
|
9265
9265
|
|
|
9266
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9266
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.2/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9267
9267
|
|
|
9268
9268
|
## `sf plugins trust verify`
|
|
9269
9269
|
|
|
@@ -9292,7 +9292,7 @@ EXAMPLES
|
|
|
9292
9292
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9293
9293
|
```
|
|
9294
9294
|
|
|
9295
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9295
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.2/src/commands/plugins/trust/verify.ts)_
|
|
9296
9296
|
|
|
9297
9297
|
## `sf plugins uninstall [PLUGIN]`
|
|
9298
9298
|
|
|
@@ -11106,7 +11106,7 @@ FLAG DESCRIPTIONS
|
|
|
11106
11106
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
11107
11107
|
```
|
|
11108
11108
|
|
|
11109
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11109
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.1/src/commands/schema/generate/field.ts)_
|
|
11110
11110
|
|
|
11111
11111
|
## `sf schema generate platformevent`
|
|
11112
11112
|
|
|
@@ -11138,7 +11138,7 @@ EXAMPLES
|
|
|
11138
11138
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
11139
11139
|
```
|
|
11140
11140
|
|
|
11141
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11141
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.1/src/commands/schema/generate/platformevent.ts)_
|
|
11142
11142
|
|
|
11143
11143
|
## `sf schema generate sobject`
|
|
11144
11144
|
|
|
@@ -11195,7 +11195,7 @@ FLAG DESCRIPTIONS
|
|
|
11195
11195
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
11196
11196
|
```
|
|
11197
11197
|
|
|
11198
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11198
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.1/src/commands/schema/generate/sobject.ts)_
|
|
11199
11199
|
|
|
11200
11200
|
## `sf schema generate tab`
|
|
11201
11201
|
|
|
@@ -11243,7 +11243,7 @@ FLAG DESCRIPTIONS
|
|
|
11243
11243
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
11244
11244
|
```
|
|
11245
11245
|
|
|
11246
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11246
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.1/src/commands/schema/generate/tab.ts)_
|
|
11247
11247
|
|
|
11248
11248
|
## `sf search`
|
|
11249
11249
|
|
|
@@ -11306,7 +11306,7 @@ EXAMPLES
|
|
|
11306
11306
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
11307
11307
|
```
|
|
11308
11308
|
|
|
11309
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11309
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.1/src/commands/sobject/describe.ts)_
|
|
11310
11310
|
|
|
11311
11311
|
## `sf sobject list`
|
|
11312
11312
|
|
|
@@ -11345,7 +11345,7 @@ EXAMPLES
|
|
|
11345
11345
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
11346
11346
|
```
|
|
11347
11347
|
|
|
11348
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11348
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.1/src/commands/sobject/list.ts)_
|
|
11349
11349
|
|
|
11350
11350
|
## `sf template generate analytics template`
|
|
11351
11351
|
|
|
@@ -11389,7 +11389,7 @@ FLAG DESCRIPTIONS
|
|
|
11389
11389
|
directory.
|
|
11390
11390
|
```
|
|
11391
11391
|
|
|
11392
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11392
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/analytics/template.ts)_
|
|
11393
11393
|
|
|
11394
11394
|
## `sf template generate apex class`
|
|
11395
11395
|
|
|
@@ -11451,7 +11451,7 @@ FLAG DESCRIPTIONS
|
|
|
11451
11451
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11452
11452
|
```
|
|
11453
11453
|
|
|
11454
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11454
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/apex/class.ts)_
|
|
11455
11455
|
|
|
11456
11456
|
## `sf template generate apex trigger`
|
|
11457
11457
|
|
|
@@ -11521,7 +11521,7 @@ FLAG DESCRIPTIONS
|
|
|
11521
11521
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11522
11522
|
```
|
|
11523
11523
|
|
|
11524
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11524
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/apex/trigger.ts)_
|
|
11525
11525
|
|
|
11526
11526
|
## `sf template generate digital-experience site`
|
|
11527
11527
|
|
|
@@ -11575,7 +11575,7 @@ FLAG DESCRIPTIONS
|
|
|
11575
11575
|
project, defaults to the current directory.
|
|
11576
11576
|
```
|
|
11577
11577
|
|
|
11578
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11578
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/digital-experience/site.ts)_
|
|
11579
11579
|
|
|
11580
11580
|
## `sf template generate flexipage`
|
|
11581
11581
|
|
|
@@ -11657,7 +11657,7 @@ FLAG DESCRIPTIONS
|
|
|
11657
11657
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11658
11658
|
```
|
|
11659
11659
|
|
|
11660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11660
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/flexipage/index.ts)_
|
|
11661
11661
|
|
|
11662
11662
|
## `sf template generate lightning app`
|
|
11663
11663
|
|
|
@@ -11715,7 +11715,7 @@ FLAG DESCRIPTIONS
|
|
|
11715
11715
|
field in the DX project's "sfdx-project.json" file.
|
|
11716
11716
|
```
|
|
11717
11717
|
|
|
11718
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11718
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/lightning/app.ts)_
|
|
11719
11719
|
|
|
11720
11720
|
## `sf template generate lightning component`
|
|
11721
11721
|
|
|
@@ -11792,7 +11792,7 @@ FLAG DESCRIPTIONS
|
|
|
11792
11792
|
field in the DX project's "sfdx-project.json" file.
|
|
11793
11793
|
```
|
|
11794
11794
|
|
|
11795
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11795
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/lightning/component.ts)_
|
|
11796
11796
|
|
|
11797
11797
|
## `sf template generate lightning event`
|
|
11798
11798
|
|
|
@@ -11850,7 +11850,7 @@ FLAG DESCRIPTIONS
|
|
|
11850
11850
|
field in the DX project's "sfdx-project.json" file.
|
|
11851
11851
|
```
|
|
11852
11852
|
|
|
11853
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11853
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/lightning/event.ts)_
|
|
11854
11854
|
|
|
11855
11855
|
## `sf template generate lightning interface`
|
|
11856
11856
|
|
|
@@ -11908,7 +11908,7 @@ FLAG DESCRIPTIONS
|
|
|
11908
11908
|
field in the DX project's "sfdx-project.json" file.
|
|
11909
11909
|
```
|
|
11910
11910
|
|
|
11911
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11911
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/lightning/interface.ts)_
|
|
11912
11912
|
|
|
11913
11913
|
## `sf template generate lightning test`
|
|
11914
11914
|
|
|
@@ -11966,7 +11966,7 @@ FLAG DESCRIPTIONS
|
|
|
11966
11966
|
field in the DX project's "sfdx-project.json" file.
|
|
11967
11967
|
```
|
|
11968
11968
|
|
|
11969
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11969
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/lightning/test.ts)_
|
|
11970
11970
|
|
|
11971
11971
|
## `sf template generate project`
|
|
11972
11972
|
|
|
@@ -12098,7 +12098,7 @@ FLAG DESCRIPTIONS
|
|
|
12098
12098
|
server-side type stripping.
|
|
12099
12099
|
```
|
|
12100
12100
|
|
|
12101
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12101
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/project/index.ts)_
|
|
12102
12102
|
|
|
12103
12103
|
## `sf template generate static-resource`
|
|
12104
12104
|
|
|
@@ -12161,7 +12161,7 @@ FLAG DESCRIPTIONS
|
|
|
12161
12161
|
etc.
|
|
12162
12162
|
```
|
|
12163
12163
|
|
|
12164
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12164
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/static-resource/index.ts)_
|
|
12165
12165
|
|
|
12166
12166
|
## `sf template generate ui-bundle`
|
|
12167
12167
|
|
|
@@ -12250,7 +12250,7 @@ FLAG DESCRIPTIONS
|
|
|
12250
12250
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12251
12251
|
```
|
|
12252
12252
|
|
|
12253
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12253
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12254
12254
|
|
|
12255
12255
|
## `sf template generate visualforce component`
|
|
12256
12256
|
|
|
@@ -12307,7 +12307,7 @@ FLAG DESCRIPTIONS
|
|
|
12307
12307
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12308
12308
|
```
|
|
12309
12309
|
|
|
12310
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12310
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/visualforce/component.ts)_
|
|
12311
12311
|
|
|
12312
12312
|
## `sf template generate visualforce page`
|
|
12313
12313
|
|
|
@@ -12358,7 +12358,7 @@ FLAG DESCRIPTIONS
|
|
|
12358
12358
|
The name can be up to 40 characters and must start with a letter.
|
|
12359
12359
|
```
|
|
12360
12360
|
|
|
12361
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12361
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.1/src/commands/template/generate/visualforce/page.ts)_
|
|
12362
12362
|
|
|
12363
12363
|
## `sf update [CHANNEL]`
|
|
12364
12364
|
|
|
@@ -12396,7 +12396,7 @@ EXAMPLES
|
|
|
12396
12396
|
$ sf update --available
|
|
12397
12397
|
```
|
|
12398
12398
|
|
|
12399
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
12399
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.57/src/commands/update.ts)_
|
|
12400
12400
|
|
|
12401
12401
|
## `sf version`
|
|
12402
12402
|
|
|
@@ -12450,7 +12450,7 @@ EXAMPLES
|
|
|
12450
12450
|
$ sf which "foo bar baz"
|
|
12451
12451
|
```
|
|
12452
12452
|
|
|
12453
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
12453
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.60/src/commands/which.ts)_
|
|
12454
12454
|
|
|
12455
12455
|
<!-- commandsstop -->
|
|
12456
12456
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.147.
|
|
3
|
+
"version": "2.147.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.147.
|
|
9
|
+
"version": "2.147.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.13.2",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.55",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.62",
|
|
17
17
|
"@oclif/plugin-help": "6.2.56",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.91",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.86",
|
|
20
20
|
"@oclif/plugin-search": "1.2.54",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.57",
|
|
22
22
|
"@oclif/plugin-version": "2.2.53",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.71",
|
|
24
|
+
"@oclif/plugin-which": "3.2.60",
|
|
25
25
|
"@salesforce/core": "^9.0.0",
|
|
26
26
|
"@salesforce/kit": "^4.0.0",
|
|
27
27
|
"@salesforce/plugin-agent": "2.0.0",
|
|
28
28
|
"@salesforce/plugin-apex": "4.0.0",
|
|
29
|
-
"@salesforce/plugin-api": "2.0.
|
|
29
|
+
"@salesforce/plugin-api": "2.0.1",
|
|
30
30
|
"@salesforce/plugin-auth": "5.0.1",
|
|
31
31
|
"@salesforce/plugin-data": "5.0.0",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "4.0.1",
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
33
|
+
"@salesforce/plugin-info": "4.0.1",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.0",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.0",
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
36
|
+
"@salesforce/plugin-org": "6.0.1",
|
|
37
37
|
"@salesforce/plugin-packaging": "3.0.0",
|
|
38
|
-
"@salesforce/plugin-schema": "4.0.
|
|
39
|
-
"@salesforce/plugin-settings": "3.0.
|
|
40
|
-
"@salesforce/plugin-sobject": "2.0.
|
|
38
|
+
"@salesforce/plugin-schema": "4.0.1",
|
|
39
|
+
"@salesforce/plugin-settings": "3.0.1",
|
|
40
|
+
"@salesforce/plugin-sobject": "2.0.1",
|
|
41
41
|
"@salesforce/plugin-telemetry": "4.0.1",
|
|
42
|
-
"@salesforce/plugin-templates": "57.0.
|
|
43
|
-
"@salesforce/plugin-trust": "4.0.
|
|
42
|
+
"@salesforce/plugin-templates": "57.0.1",
|
|
43
|
+
"@salesforce/plugin-trust": "4.0.2",
|
|
44
44
|
"@salesforce/plugin-user": "4.0.0",
|
|
45
45
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -3188,9 +3188,9 @@
|
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
3190
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3191
|
-
"version": "3.2.
|
|
3192
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3193
|
-
"integrity": "sha512-
|
|
3191
|
+
"version": "3.2.55",
|
|
3192
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.55.tgz",
|
|
3193
|
+
"integrity": "sha512-3s3xLlfHarctGcZt8HlbDeEIoOCcsjAzHvvq8pHTy8LpQNag78DwXgvUwFE/RtTme8ahTZEBteD5IPN/B2NTgQ==",
|
|
3194
3194
|
"license": "MIT",
|
|
3195
3195
|
"dependencies": {
|
|
3196
3196
|
"@oclif/core": "^4",
|
|
@@ -3311,13 +3311,13 @@
|
|
|
3311
3311
|
}
|
|
3312
3312
|
},
|
|
3313
3313
|
"node_modules/@oclif/plugin-not-found": {
|
|
3314
|
-
"version": "3.2.
|
|
3315
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3316
|
-
"integrity": "sha512-
|
|
3314
|
+
"version": "3.2.91",
|
|
3315
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.91.tgz",
|
|
3316
|
+
"integrity": "sha512-ICFrUeotKD3gsBOZR5mrgz2y1QDPM/C6hcu1i2tFjfW7AVnKINvsgANFou0ObLJGkslNS+6uX+1qcny37vJcyg==",
|
|
3317
3317
|
"license": "MIT",
|
|
3318
3318
|
"dependencies": {
|
|
3319
3319
|
"@inquirer/prompts": "^7.10.1",
|
|
3320
|
-
"@oclif/core": "^4.13.
|
|
3320
|
+
"@oclif/core": "^4.13.2",
|
|
3321
3321
|
"ansis": "^3.17.0",
|
|
3322
3322
|
"fast-levenshtein": "^3.0.0"
|
|
3323
3323
|
},
|
|
@@ -3461,9 +3461,9 @@
|
|
|
3461
3461
|
}
|
|
3462
3462
|
},
|
|
3463
3463
|
"node_modules/@oclif/plugin-update": {
|
|
3464
|
-
"version": "4.7.
|
|
3465
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3466
|
-
"integrity": "sha512-
|
|
3464
|
+
"version": "4.7.57",
|
|
3465
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.57.tgz",
|
|
3466
|
+
"integrity": "sha512-q05i184u3hIKy2eBtkiRn3X0saL3isZb95NVJQI1DbSs726IfpPDIb2gjQ+gTwHXvdNfP+uVlKxlBWWQsoeG1w==",
|
|
3467
3467
|
"license": "MIT",
|
|
3468
3468
|
"dependencies": {
|
|
3469
3469
|
"@inquirer/select": "^2.5.0",
|
|
@@ -3495,9 +3495,9 @@
|
|
|
3495
3495
|
}
|
|
3496
3496
|
},
|
|
3497
3497
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3498
|
-
"version": "3.1.
|
|
3499
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3500
|
-
"integrity": "sha512-
|
|
3498
|
+
"version": "3.1.71",
|
|
3499
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.71.tgz",
|
|
3500
|
+
"integrity": "sha512-oEw6vtA55w82CkSX9PyVC3V7Ac4UAIlMMUcc8ACOTeOTm7wwg+p5+HjiYozNOV+W7UU3VZy4jzOV1ap8Osdnyw==",
|
|
3501
3501
|
"license": "MIT",
|
|
3502
3502
|
"dependencies": {
|
|
3503
3503
|
"@oclif/core": "^4",
|
|
@@ -3512,9 +3512,9 @@
|
|
|
3512
3512
|
}
|
|
3513
3513
|
},
|
|
3514
3514
|
"node_modules/@oclif/plugin-which": {
|
|
3515
|
-
"version": "3.2.
|
|
3516
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3517
|
-
"integrity": "sha512-
|
|
3515
|
+
"version": "3.2.60",
|
|
3516
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.60.tgz",
|
|
3517
|
+
"integrity": "sha512-l7hkp3WJxrfPVVCRBS0GPfrjHDCNhAyS8VNy5tLvGMVtgv6tZRRS6yo1m31EPvFktKxBk8eZSVK5ZXaExPnEXg==",
|
|
3518
3518
|
"license": "MIT",
|
|
3519
3519
|
"dependencies": {
|
|
3520
3520
|
"@oclif/core": "^4",
|
|
@@ -4600,9 +4600,9 @@
|
|
|
4600
4600
|
}
|
|
4601
4601
|
},
|
|
4602
4602
|
"node_modules/@salesforce/plugin-api": {
|
|
4603
|
-
"version": "2.0.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.
|
|
4605
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "2.0.1",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.1.tgz",
|
|
4605
|
+
"integrity": "sha512-urcZQ5cbhEjJY2aNxs+rOMbXbuqQ+9EaTAhWIMriiofj6iRXSpXr6nkwAeAXtW47N3LeRkMOPjZRucBTLduzQw==",
|
|
4606
4606
|
"license": "Apache-2.0",
|
|
4607
4607
|
"dependencies": {
|
|
4608
4608
|
"@oclif/core": "^4",
|
|
@@ -4911,9 +4911,9 @@
|
|
|
4911
4911
|
}
|
|
4912
4912
|
},
|
|
4913
4913
|
"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-
|
|
4914
|
+
"version": "4.0.1",
|
|
4915
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.1.tgz",
|
|
4916
|
+
"integrity": "sha512-N65AXt+R2/8gVyMX+jo/uVqNepwhXZUhFTXnSXJSwgQbRsgKPEfLcuas3h56dA3cTHboHmlIQLDcMalMe2S+WA==",
|
|
4917
4917
|
"license": "Apache-2.0",
|
|
4918
4918
|
"dependencies": {
|
|
4919
4919
|
"@inquirer/input": "^2.3.0",
|
|
@@ -4963,12 +4963,12 @@
|
|
|
4963
4963
|
}
|
|
4964
4964
|
},
|
|
4965
4965
|
"node_modules/@salesforce/plugin-org": {
|
|
4966
|
-
"version": "6.0.
|
|
4967
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
4968
|
-
"integrity": "sha512-
|
|
4966
|
+
"version": "6.0.1",
|
|
4967
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.1.tgz",
|
|
4968
|
+
"integrity": "sha512-Eupic76/91E8tMfLqImC4gt95xlw03Jk5JsGS7SzT5cKmetZNPZISvFKegQGFs+e+yW8pz6YuJzVj/wo8U46Xw==",
|
|
4969
4969
|
"license": "Apache-2.0",
|
|
4970
4970
|
"dependencies": {
|
|
4971
|
-
"@oclif/core": "^4.13.
|
|
4971
|
+
"@oclif/core": "^4.13.2",
|
|
4972
4972
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4973
4973
|
"@salesforce/core": "^9.0.0",
|
|
4974
4974
|
"@salesforce/kit": "^4.0.0",
|
|
@@ -5324,9 +5324,9 @@
|
|
|
5324
5324
|
}
|
|
5325
5325
|
},
|
|
5326
5326
|
"node_modules/@salesforce/plugin-schema": {
|
|
5327
|
-
"version": "4.0.
|
|
5328
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.
|
|
5329
|
-
"integrity": "sha512-
|
|
5327
|
+
"version": "4.0.1",
|
|
5328
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.1.tgz",
|
|
5329
|
+
"integrity": "sha512-tsBRa8r34w/x+/tkW+UkOgPq2sjTTgDuuZ8cFM03XjKkKbZuIK6aOyrEHAfLYW03iBm9n6RJ96egXmMN4Gehtg==",
|
|
5330
5330
|
"license": "Apache-2.0",
|
|
5331
5331
|
"dependencies": {
|
|
5332
5332
|
"@oclif/core": "^4",
|
|
@@ -5338,9 +5338,9 @@
|
|
|
5338
5338
|
}
|
|
5339
5339
|
},
|
|
5340
5340
|
"node_modules/@salesforce/plugin-settings": {
|
|
5341
|
-
"version": "3.0.
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.
|
|
5343
|
-
"integrity": "sha512-
|
|
5341
|
+
"version": "3.0.1",
|
|
5342
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.1.tgz",
|
|
5343
|
+
"integrity": "sha512-FEcCU2UsxdOdmtyUDHK8DJohOSLG3evF57mtnXKbj8JR4M7orSQleIiZ9uXRiJaH1eRDSg6homFAqEGMuSVPiw==",
|
|
5344
5344
|
"license": "Apache-2.0",
|
|
5345
5345
|
"dependencies": {
|
|
5346
5346
|
"@oclif/core": "^4",
|
|
@@ -5353,15 +5353,15 @@
|
|
|
5353
5353
|
}
|
|
5354
5354
|
},
|
|
5355
5355
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5356
|
-
"version": "2.0.
|
|
5357
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.
|
|
5358
|
-
"integrity": "sha512-
|
|
5356
|
+
"version": "2.0.1",
|
|
5357
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.1.tgz",
|
|
5358
|
+
"integrity": "sha512-swJGduhtOZL1gqR1v8C80bAsrOM0Qxm8l2iW/krP9l+Cf00I4hPZBkYKMUkKsztmt52BmtcsQlHu1wzl1x4RYw==",
|
|
5359
5359
|
"license": "Apache-2.0",
|
|
5360
5360
|
"dependencies": {
|
|
5361
5361
|
"@inquirer/confirm": "^3.2.0",
|
|
5362
5362
|
"@inquirer/input": "^2.3.0",
|
|
5363
5363
|
"@inquirer/select": "^2.5.0",
|
|
5364
|
-
"@oclif/core": "^4.
|
|
5364
|
+
"@oclif/core": "^4.13.2",
|
|
5365
5365
|
"@salesforce/core": "^9.0.0",
|
|
5366
5366
|
"@salesforce/kit": "^4.0.0",
|
|
5367
5367
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -5392,23 +5392,23 @@
|
|
|
5392
5392
|
}
|
|
5393
5393
|
},
|
|
5394
5394
|
"node_modules/@salesforce/plugin-templates": {
|
|
5395
|
-
"version": "57.0.
|
|
5396
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.
|
|
5397
|
-
"integrity": "sha512-
|
|
5395
|
+
"version": "57.0.1",
|
|
5396
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.1.tgz",
|
|
5397
|
+
"integrity": "sha512-XHXevHNCoMKbcHt+bOqnePkL0jF4VDhtLD93J3nFQ8bxPiXkumcEbEerB13uUiYBokQzfEqmMwzB9cUvjw5KNw==",
|
|
5398
5398
|
"license": "Apache-2.0",
|
|
5399
5399
|
"dependencies": {
|
|
5400
5400
|
"@salesforce/core": "^9.0.0",
|
|
5401
5401
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5402
|
-
"@salesforce/templates": "^66.13.
|
|
5402
|
+
"@salesforce/templates": "^66.13.4"
|
|
5403
5403
|
},
|
|
5404
5404
|
"engines": {
|
|
5405
5405
|
"node": ">=22.0.0"
|
|
5406
5406
|
}
|
|
5407
5407
|
},
|
|
5408
5408
|
"node_modules/@salesforce/plugin-trust": {
|
|
5409
|
-
"version": "4.0.
|
|
5410
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
5411
|
-
"integrity": "sha512-
|
|
5409
|
+
"version": "4.0.2",
|
|
5410
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.2.tgz",
|
|
5411
|
+
"integrity": "sha512-vXXsHbBzUUD2VT5Y2DBlCSB3s3MRdjk18xtPCEsyJnz1/X+gSJyIbMe5r0+ZpfjC+NT/9zSbopgKypOPi0JPrw==",
|
|
5412
5412
|
"license": "Apache-2.0",
|
|
5413
5413
|
"dependencies": {
|
|
5414
5414
|
"@oclif/core": "^4",
|
|
@@ -5908,9 +5908,9 @@
|
|
|
5908
5908
|
}
|
|
5909
5909
|
},
|
|
5910
5910
|
"node_modules/@salesforce/templates": {
|
|
5911
|
-
"version": "66.13.
|
|
5912
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.
|
|
5913
|
-
"integrity": "sha512-
|
|
5911
|
+
"version": "66.13.5",
|
|
5912
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.5.tgz",
|
|
5913
|
+
"integrity": "sha512-KooKEUjAYhzX6F9kWyV6eB81Nw9UaIYV0rYHitgdqSJ1JZN/vnqCuryuEM47Hss8d3xuE7cF2IFTrF9YLVS+DA==",
|
|
5914
5914
|
"license": "BSD-3-Clause",
|
|
5915
5915
|
"dependencies": {
|
|
5916
5916
|
"@salesforce/kit": "^3.2.6",
|
package/oclif.lock
CHANGED
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
node-gyp "^12.1.0"
|
|
1334
1334
|
proc-log "^6.0.0"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.
|
|
1336
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@>= 3.0.0", "@oclif/core@4.13.2":
|
|
1337
1337
|
version "4.13.2"
|
|
1338
1338
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz"
|
|
1339
1339
|
integrity sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==
|
|
@@ -1370,10 +1370,10 @@
|
|
|
1370
1370
|
react "^18.3.1"
|
|
1371
1371
|
wrap-ansi "^9.0.2"
|
|
1372
1372
|
|
|
1373
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1374
|
-
version "3.2.
|
|
1375
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1376
|
-
integrity sha512-
|
|
1373
|
+
"@oclif/plugin-autocomplete@3.2.55":
|
|
1374
|
+
version "3.2.55"
|
|
1375
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.55.tgz"
|
|
1376
|
+
integrity sha512-3s3xLlfHarctGcZt8HlbDeEIoOCcsjAzHvvq8pHTy8LpQNag78DwXgvUwFE/RtTme8ahTZEBteD5IPN/B2NTgQ==
|
|
1377
1377
|
dependencies:
|
|
1378
1378
|
"@oclif/core" "^4"
|
|
1379
1379
|
ansis "^3.16.0"
|
|
@@ -1412,13 +1412,13 @@
|
|
|
1412
1412
|
dependencies:
|
|
1413
1413
|
"@oclif/core" "^4"
|
|
1414
1414
|
|
|
1415
|
-
"@oclif/plugin-not-found@^3.2.87", "@oclif/plugin-not-found@3.2.
|
|
1416
|
-
version "3.2.
|
|
1417
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1418
|
-
integrity sha512-
|
|
1415
|
+
"@oclif/plugin-not-found@^3.2.87", "@oclif/plugin-not-found@3.2.91":
|
|
1416
|
+
version "3.2.91"
|
|
1417
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.91.tgz"
|
|
1418
|
+
integrity sha512-ICFrUeotKD3gsBOZR5mrgz2y1QDPM/C6hcu1i2tFjfW7AVnKINvsgANFou0ObLJGkslNS+6uX+1qcny37vJcyg==
|
|
1419
1419
|
dependencies:
|
|
1420
1420
|
"@inquirer/prompts" "^7.10.1"
|
|
1421
|
-
"@oclif/core" "^4.13.
|
|
1421
|
+
"@oclif/core" "^4.13.2"
|
|
1422
1422
|
ansis "^3.17.0"
|
|
1423
1423
|
fast-levenshtein "^3.0.0"
|
|
1424
1424
|
|
|
@@ -1448,10 +1448,10 @@
|
|
|
1448
1448
|
ansi-escapes "^7.3.0"
|
|
1449
1449
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1450
1450
|
|
|
1451
|
-
"@oclif/plugin-update@4.7.
|
|
1452
|
-
version "4.7.
|
|
1453
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1454
|
-
integrity sha512-
|
|
1451
|
+
"@oclif/plugin-update@4.7.57":
|
|
1452
|
+
version "4.7.57"
|
|
1453
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.57.tgz"
|
|
1454
|
+
integrity sha512-q05i184u3hIKy2eBtkiRn3X0saL3isZb95NVJQI1DbSs726IfpPDIb2gjQ+gTwHXvdNfP+uVlKxlBWWQsoeG1w==
|
|
1455
1455
|
dependencies:
|
|
1456
1456
|
"@inquirer/select" "^2.5.0"
|
|
1457
1457
|
"@oclif/core" "^4"
|
|
@@ -1472,10 +1472,10 @@
|
|
|
1472
1472
|
"@oclif/core" "^4"
|
|
1473
1473
|
ansis "^3.17.0"
|
|
1474
1474
|
|
|
1475
|
-
"@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1476
|
-
version "3.1.
|
|
1477
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1478
|
-
integrity sha512-
|
|
1475
|
+
"@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.1.71":
|
|
1476
|
+
version "3.1.71"
|
|
1477
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.71.tgz"
|
|
1478
|
+
integrity sha512-oEw6vtA55w82CkSX9PyVC3V7Ac4UAIlMMUcc8ACOTeOTm7wwg+p5+HjiYozNOV+W7UU3VZy4jzOV1ap8Osdnyw==
|
|
1479
1479
|
dependencies:
|
|
1480
1480
|
"@oclif/core" "^4"
|
|
1481
1481
|
ansis "^3.17.0"
|
|
@@ -1484,10 +1484,10 @@
|
|
|
1484
1484
|
lodash "^4.18.1"
|
|
1485
1485
|
registry-auth-token "^5.1.1"
|
|
1486
1486
|
|
|
1487
|
-
"@oclif/plugin-which@3.2.
|
|
1488
|
-
version "3.2.
|
|
1489
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1490
|
-
integrity sha512-
|
|
1487
|
+
"@oclif/plugin-which@3.2.60":
|
|
1488
|
+
version "3.2.60"
|
|
1489
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.60.tgz"
|
|
1490
|
+
integrity sha512-l7hkp3WJxrfPVVCRBS0GPfrjHDCNhAyS8VNy5tLvGMVtgv6tZRRS6yo1m31EPvFktKxBk8eZSVK5ZXaExPnEXg==
|
|
1491
1491
|
dependencies:
|
|
1492
1492
|
"@oclif/core" "^4"
|
|
1493
1493
|
ansis "^3.17.0"
|
|
@@ -2012,10 +2012,10 @@
|
|
|
2012
2012
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2013
2013
|
ansis "^3.3.1"
|
|
2014
2014
|
|
|
2015
|
-
"@salesforce/plugin-api@2.0.
|
|
2016
|
-
version "2.0.
|
|
2017
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.
|
|
2018
|
-
integrity sha512-
|
|
2015
|
+
"@salesforce/plugin-api@2.0.1":
|
|
2016
|
+
version "2.0.1"
|
|
2017
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.1.tgz"
|
|
2018
|
+
integrity sha512-urcZQ5cbhEjJY2aNxs+rOMbXbuqQ+9EaTAhWIMriiofj6iRXSpXr6nkwAeAXtW47N3LeRkMOPjZRucBTLduzQw==
|
|
2019
2019
|
dependencies:
|
|
2020
2020
|
"@oclif/core" "^4"
|
|
2021
2021
|
"@salesforce/core" "^9.0.0"
|
|
@@ -2113,10 +2113,10 @@
|
|
|
2113
2113
|
proxy-agent "^6.5.0"
|
|
2114
2114
|
semver "^7.8.1"
|
|
2115
2115
|
|
|
2116
|
-
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@4.0.
|
|
2117
|
-
version "4.0.
|
|
2118
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
2119
|
-
integrity sha512-
|
|
2116
|
+
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@4.0.1":
|
|
2117
|
+
version "4.0.1"
|
|
2118
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.1.tgz"
|
|
2119
|
+
integrity sha512-N65AXt+R2/8gVyMX+jo/uVqNepwhXZUhFTXnSXJSwgQbRsgKPEfLcuas3h56dA3cTHboHmlIQLDcMalMe2S+WA==
|
|
2120
2120
|
dependencies:
|
|
2121
2121
|
"@inquirer/input" "^2.3.0"
|
|
2122
2122
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
@@ -2150,12 +2150,12 @@
|
|
|
2150
2150
|
got "^13.0.0"
|
|
2151
2151
|
proxy-agent "^6.5.0"
|
|
2152
2152
|
|
|
2153
|
-
"@salesforce/plugin-org@6.0.
|
|
2154
|
-
version "6.0.
|
|
2155
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
2156
|
-
integrity sha512-
|
|
2153
|
+
"@salesforce/plugin-org@6.0.1":
|
|
2154
|
+
version "6.0.1"
|
|
2155
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.1.tgz"
|
|
2156
|
+
integrity sha512-Eupic76/91E8tMfLqImC4gt95xlw03Jk5JsGS7SzT5cKmetZNPZISvFKegQGFs+e+yW8pz6YuJzVj/wo8U46Xw==
|
|
2157
2157
|
dependencies:
|
|
2158
|
-
"@oclif/core" "^4.13.
|
|
2158
|
+
"@oclif/core" "^4.13.2"
|
|
2159
2159
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2160
2160
|
"@salesforce/core" "^9.0.0"
|
|
2161
2161
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -2211,34 +2211,34 @@
|
|
|
2211
2211
|
strip-ansi "^6"
|
|
2212
2212
|
yarn-deduplicate "^6.0.2"
|
|
2213
2213
|
|
|
2214
|
-
"@salesforce/plugin-schema@4.0.
|
|
2215
|
-
version "4.0.
|
|
2216
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.
|
|
2217
|
-
integrity sha512-
|
|
2214
|
+
"@salesforce/plugin-schema@4.0.1":
|
|
2215
|
+
version "4.0.1"
|
|
2216
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.1.tgz"
|
|
2217
|
+
integrity sha512-tsBRa8r34w/x+/tkW+UkOgPq2sjTTgDuuZ8cFM03XjKkKbZuIK6aOyrEHAfLYW03iBm9n6RJ96egXmMN4Gehtg==
|
|
2218
2218
|
dependencies:
|
|
2219
2219
|
"@oclif/core" "^4"
|
|
2220
2220
|
"@salesforce/core" "^9.0.0"
|
|
2221
2221
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2222
2222
|
|
|
2223
|
-
"@salesforce/plugin-settings@3.0.
|
|
2224
|
-
version "3.0.
|
|
2225
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.
|
|
2226
|
-
integrity sha512-
|
|
2223
|
+
"@salesforce/plugin-settings@3.0.1":
|
|
2224
|
+
version "3.0.1"
|
|
2225
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.1.tgz"
|
|
2226
|
+
integrity sha512-FEcCU2UsxdOdmtyUDHK8DJohOSLG3evF57mtnXKbj8JR4M7orSQleIiZ9uXRiJaH1eRDSg6homFAqEGMuSVPiw==
|
|
2227
2227
|
dependencies:
|
|
2228
2228
|
"@oclif/core" "^4"
|
|
2229
2229
|
"@salesforce/core" "^9.0.0"
|
|
2230
2230
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2231
2231
|
fast-levenshtein "^3.0.0"
|
|
2232
2232
|
|
|
2233
|
-
"@salesforce/plugin-sobject@2.0.
|
|
2234
|
-
version "2.0.
|
|
2235
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.
|
|
2236
|
-
integrity sha512-
|
|
2233
|
+
"@salesforce/plugin-sobject@2.0.1":
|
|
2234
|
+
version "2.0.1"
|
|
2235
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.1.tgz"
|
|
2236
|
+
integrity sha512-swJGduhtOZL1gqR1v8C80bAsrOM0Qxm8l2iW/krP9l+Cf00I4hPZBkYKMUkKsztmt52BmtcsQlHu1wzl1x4RYw==
|
|
2237
2237
|
dependencies:
|
|
2238
2238
|
"@inquirer/confirm" "^3.2.0"
|
|
2239
2239
|
"@inquirer/input" "^2.3.0"
|
|
2240
2240
|
"@inquirer/select" "^2.5.0"
|
|
2241
|
-
"@oclif/core" "^4.
|
|
2241
|
+
"@oclif/core" "^4.13.2"
|
|
2242
2242
|
"@salesforce/core" "^9.0.0"
|
|
2243
2243
|
"@salesforce/kit" "^4.0.0"
|
|
2244
2244
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
@@ -2259,14 +2259,14 @@
|
|
|
2259
2259
|
"@salesforce/ts-types" "^3.0.0"
|
|
2260
2260
|
debug "^4.4.3"
|
|
2261
2261
|
|
|
2262
|
-
"@salesforce/plugin-templates@57.0.
|
|
2263
|
-
version "57.0.
|
|
2264
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.
|
|
2265
|
-
integrity sha512-
|
|
2262
|
+
"@salesforce/plugin-templates@57.0.1":
|
|
2263
|
+
version "57.0.1"
|
|
2264
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.1.tgz"
|
|
2265
|
+
integrity sha512-XHXevHNCoMKbcHt+bOqnePkL0jF4VDhtLD93J3nFQ8bxPiXkumcEbEerB13uUiYBokQzfEqmMwzB9cUvjw5KNw==
|
|
2266
2266
|
dependencies:
|
|
2267
2267
|
"@salesforce/core" "^9.0.0"
|
|
2268
2268
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2269
|
-
"@salesforce/templates" "^66.13.
|
|
2269
|
+
"@salesforce/templates" "^66.13.4"
|
|
2270
2270
|
|
|
2271
2271
|
"@salesforce/plugin-trust@^3.7.89":
|
|
2272
2272
|
version "3.8.43"
|
|
@@ -2286,10 +2286,10 @@
|
|
|
2286
2286
|
semver "^7.8.2"
|
|
2287
2287
|
which "^5"
|
|
2288
2288
|
|
|
2289
|
-
"@salesforce/plugin-trust@4.0.
|
|
2290
|
-
version "4.0.
|
|
2291
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
2292
|
-
integrity sha512-
|
|
2289
|
+
"@salesforce/plugin-trust@4.0.2":
|
|
2290
|
+
version "4.0.2"
|
|
2291
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.2.tgz"
|
|
2292
|
+
integrity sha512-vXXsHbBzUUD2VT5Y2DBlCSB3s3MRdjk18xtPCEsyJnz1/X+gSJyIbMe5r0+ZpfjC+NT/9zSbopgKypOPi0JPrw==
|
|
2293
2293
|
dependencies:
|
|
2294
2294
|
"@oclif/core" "^4"
|
|
2295
2295
|
"@salesforce/core" "^9.0.0"
|
|
@@ -2403,10 +2403,10 @@
|
|
|
2403
2403
|
o11y_schema "^260.65.0"
|
|
2404
2404
|
proxy-agent "^6.5.0"
|
|
2405
2405
|
|
|
2406
|
-
"@salesforce/templates@^66.13.
|
|
2407
|
-
version "66.13.
|
|
2408
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.
|
|
2409
|
-
integrity sha512-
|
|
2406
|
+
"@salesforce/templates@^66.13.4":
|
|
2407
|
+
version "66.13.5"
|
|
2408
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.5.tgz"
|
|
2409
|
+
integrity sha512-KooKEUjAYhzX6F9kWyV6eB81Nw9UaIYV0rYHitgdqSJ1JZN/vnqCuryuEM47Hss8d3xuE7cF2IFTrF9YLVS+DA==
|
|
2410
2410
|
dependencies:
|
|
2411
2411
|
"@salesforce/kit" "^3.2.6"
|
|
2412
2412
|
ejs "^3.1.10"
|
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.147.
|
|
4
|
+
"version": "2.147.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -147,35 +147,35 @@
|
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
149
|
"@oclif/core": "4.13.2",
|
|
150
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
150
|
+
"@oclif/plugin-autocomplete": "3.2.55",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.62",
|
|
152
152
|
"@oclif/plugin-help": "6.2.56",
|
|
153
|
-
"@oclif/plugin-not-found": "3.2.
|
|
153
|
+
"@oclif/plugin-not-found": "3.2.91",
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.86",
|
|
155
155
|
"@oclif/plugin-search": "1.2.54",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.57",
|
|
157
157
|
"@oclif/plugin-version": "2.2.53",
|
|
158
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
159
|
-
"@oclif/plugin-which": "3.2.
|
|
158
|
+
"@oclif/plugin-warn-if-update-available": "3.1.71",
|
|
159
|
+
"@oclif/plugin-which": "3.2.60",
|
|
160
160
|
"@salesforce/core": "^9.0.0",
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.0",
|
|
163
163
|
"@salesforce/plugin-apex": "4.0.0",
|
|
164
|
-
"@salesforce/plugin-api": "2.0.
|
|
164
|
+
"@salesforce/plugin-api": "2.0.1",
|
|
165
165
|
"@salesforce/plugin-auth": "5.0.1",
|
|
166
166
|
"@salesforce/plugin-data": "5.0.0",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.0.1",
|
|
168
|
-
"@salesforce/plugin-info": "4.0.
|
|
168
|
+
"@salesforce/plugin-info": "4.0.1",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.0",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.0",
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
171
|
+
"@salesforce/plugin-org": "6.0.1",
|
|
172
172
|
"@salesforce/plugin-packaging": "3.0.0",
|
|
173
|
-
"@salesforce/plugin-schema": "4.0.
|
|
174
|
-
"@salesforce/plugin-settings": "3.0.
|
|
175
|
-
"@salesforce/plugin-sobject": "2.0.
|
|
173
|
+
"@salesforce/plugin-schema": "4.0.1",
|
|
174
|
+
"@salesforce/plugin-settings": "3.0.1",
|
|
175
|
+
"@salesforce/plugin-sobject": "2.0.1",
|
|
176
176
|
"@salesforce/plugin-telemetry": "4.0.1",
|
|
177
|
-
"@salesforce/plugin-templates": "57.0.
|
|
178
|
-
"@salesforce/plugin-trust": "4.0.
|
|
177
|
+
"@salesforce/plugin-templates": "57.0.1",
|
|
178
|
+
"@salesforce/plugin-trust": "4.0.2",
|
|
179
179
|
"@salesforce/plugin-user": "4.0.0",
|
|
180
180
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
181
181
|
"ansis": "^3.12.0"
|