@salesforce/cli 2.48.2 → 2.48.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -45
- package/npm-shrinkwrap.json +62 -62
- package/oclif.lock +62 -62
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.48.
|
|
27
|
+
@salesforce/cli/2.48.3 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -204,7 +204,7 @@ EXAMPLES
|
|
|
204
204
|
$ sf alias list
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
207
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/alias/list.ts)_
|
|
208
208
|
|
|
209
209
|
## `sf alias set`
|
|
210
210
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
256
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/alias/set.ts)_
|
|
257
257
|
|
|
258
258
|
## `sf alias unset`
|
|
259
259
|
|
|
@@ -293,7 +293,7 @@ EXAMPLES
|
|
|
293
293
|
$ sf alias unset --all [--no-prompt]
|
|
294
294
|
```
|
|
295
295
|
|
|
296
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
296
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/alias/unset.ts)_
|
|
297
297
|
|
|
298
298
|
## `sf analytics generate template`
|
|
299
299
|
|
|
@@ -922,7 +922,7 @@ CONFIGURATION VARIABLES
|
|
|
922
922
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
925
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/config/get.ts)_
|
|
926
926
|
|
|
927
927
|
## `sf config list`
|
|
928
928
|
|
|
@@ -962,7 +962,7 @@ EXAMPLES
|
|
|
962
962
|
$ sf config list
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
965
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/config/list.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf config set`
|
|
968
968
|
|
|
@@ -1031,7 +1031,7 @@ CONFIGURATION VARIABLES
|
|
|
1031
1031
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1034
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/config/set.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf config unset`
|
|
1037
1037
|
|
|
@@ -1081,7 +1081,7 @@ CONFIGURATION VARIABLES
|
|
|
1081
1081
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1084
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.6/src/commands/config/unset.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
## `sf data create file`
|
|
1087
1087
|
|
|
@@ -1961,7 +1961,7 @@ EXAMPLES
|
|
|
1961
1961
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1962
1962
|
```
|
|
1963
1963
|
|
|
1964
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1964
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.11/src/commands/doctor.ts)_
|
|
1965
1965
|
|
|
1966
1966
|
## `sf force data bulk delete`
|
|
1967
1967
|
|
|
@@ -2163,7 +2163,7 @@ EXAMPLES
|
|
|
2163
2163
|
$ sf info releasenotes display --version latest
|
|
2164
2164
|
```
|
|
2165
2165
|
|
|
2166
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2166
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.11/src/commands/info/releasenotes/display.ts)_
|
|
2167
2167
|
|
|
2168
2168
|
## `sf lightning generate app`
|
|
2169
2169
|
|
|
@@ -2497,7 +2497,7 @@ EXAMPLES
|
|
|
2497
2497
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2498
2498
|
```
|
|
2499
2499
|
|
|
2500
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2500
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/assign/permset.ts)_
|
|
2501
2501
|
|
|
2502
2502
|
## `sf org assign permsetlicense`
|
|
2503
2503
|
|
|
@@ -2543,7 +2543,7 @@ EXAMPLES
|
|
|
2543
2543
|
user3
|
|
2544
2544
|
```
|
|
2545
2545
|
|
|
2546
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2546
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/assign/permsetlicense.ts)_
|
|
2547
2547
|
|
|
2548
2548
|
## `sf org create sandbox`
|
|
2549
2549
|
|
|
@@ -2660,7 +2660,7 @@ FLAG DESCRIPTIONS
|
|
|
2660
2660
|
sandbox.
|
|
2661
2661
|
```
|
|
2662
2662
|
|
|
2663
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
2663
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/create/sandbox.ts)_
|
|
2664
2664
|
|
|
2665
2665
|
## `sf org create scratch`
|
|
2666
2666
|
|
|
@@ -2814,7 +2814,7 @@ FLAG DESCRIPTIONS
|
|
|
2814
2814
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2815
2815
|
```
|
|
2816
2816
|
|
|
2817
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
2817
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/create/scratch.ts)_
|
|
2818
2818
|
|
|
2819
2819
|
## `sf org create user`
|
|
2820
2820
|
|
|
@@ -2922,7 +2922,7 @@ FLAG DESCRIPTIONS
|
|
|
2922
2922
|
might be different than what you specify in the definition file.
|
|
2923
2923
|
```
|
|
2924
2924
|
|
|
2925
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2925
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/create/user.ts)_
|
|
2926
2926
|
|
|
2927
2927
|
## `sf org delete sandbox`
|
|
2928
2928
|
|
|
@@ -2968,7 +2968,7 @@ EXAMPLES
|
|
|
2968
2968
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2969
2969
|
```
|
|
2970
2970
|
|
|
2971
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
2971
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/delete/sandbox.ts)_
|
|
2972
2972
|
|
|
2973
2973
|
## `sf org delete scratch`
|
|
2974
2974
|
|
|
@@ -3012,7 +3012,7 @@ EXAMPLES
|
|
|
3012
3012
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3013
3013
|
```
|
|
3014
3014
|
|
|
3015
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3015
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/delete/scratch.ts)_
|
|
3016
3016
|
|
|
3017
3017
|
## `sf org disable tracking`
|
|
3018
3018
|
|
|
@@ -3051,7 +3051,7 @@ EXAMPLES
|
|
|
3051
3051
|
$ sf org disable tracking
|
|
3052
3052
|
```
|
|
3053
3053
|
|
|
3054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3054
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/disable/tracking.ts)_
|
|
3055
3055
|
|
|
3056
3056
|
## `sf org display`
|
|
3057
3057
|
|
|
@@ -3096,7 +3096,7 @@ EXAMPLES
|
|
|
3096
3096
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3097
3097
|
```
|
|
3098
3098
|
|
|
3099
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3099
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/display.ts)_
|
|
3100
3100
|
|
|
3101
3101
|
## `sf org display user`
|
|
3102
3102
|
|
|
@@ -3135,7 +3135,7 @@ EXAMPLES
|
|
|
3135
3135
|
$ sf org display user --target-org me@my.org --json
|
|
3136
3136
|
```
|
|
3137
3137
|
|
|
3138
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3138
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/display/user.ts)_
|
|
3139
3139
|
|
|
3140
3140
|
## `sf org enable tracking`
|
|
3141
3141
|
|
|
@@ -3177,7 +3177,7 @@ EXAMPLES
|
|
|
3177
3177
|
$ sf org enable tracking
|
|
3178
3178
|
```
|
|
3179
3179
|
|
|
3180
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3180
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/enable/tracking.ts)_
|
|
3181
3181
|
|
|
3182
3182
|
## `sf org generate password`
|
|
3183
3183
|
|
|
@@ -3244,7 +3244,7 @@ EXAMPLES
|
|
|
3244
3244
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3245
3245
|
```
|
|
3246
3246
|
|
|
3247
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3247
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/generate/password.ts)_
|
|
3248
3248
|
|
|
3249
3249
|
## `sf org list`
|
|
3250
3250
|
|
|
@@ -3283,7 +3283,7 @@ EXAMPLES
|
|
|
3283
3283
|
$ sf org list --clean
|
|
3284
3284
|
```
|
|
3285
3285
|
|
|
3286
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3286
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/list.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf org list auth`
|
|
3289
3289
|
|
|
@@ -3315,7 +3315,7 @@ EXAMPLES
|
|
|
3315
3315
|
$ sf org list auth
|
|
3316
3316
|
```
|
|
3317
3317
|
|
|
3318
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3318
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/list/auth.ts)_
|
|
3319
3319
|
|
|
3320
3320
|
## `sf org list limits`
|
|
3321
3321
|
|
|
@@ -3422,7 +3422,7 @@ FLAG DESCRIPTIONS
|
|
|
3422
3422
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3423
3423
|
```
|
|
3424
3424
|
|
|
3425
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3425
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/list/metadata.ts)_
|
|
3426
3426
|
|
|
3427
3427
|
## `sf org list metadata-types`
|
|
3428
3428
|
|
|
@@ -3477,7 +3477,7 @@ FLAG DESCRIPTIONS
|
|
|
3477
3477
|
Override the api version used for api requests made by this command
|
|
3478
3478
|
```
|
|
3479
3479
|
|
|
3480
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
3480
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/list/metadata-types.ts)_
|
|
3481
3481
|
|
|
3482
3482
|
## `sf org list sobject record-counts`
|
|
3483
3483
|
|
|
@@ -3561,7 +3561,7 @@ EXAMPLES
|
|
|
3561
3561
|
$ sf org list users --target-org me@my.org
|
|
3562
3562
|
```
|
|
3563
3563
|
|
|
3564
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3564
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.17/src/commands/org/list/users.ts)_
|
|
3565
3565
|
|
|
3566
3566
|
## `sf org login access-token`
|
|
3567
3567
|
|
|
@@ -3615,7 +3615,7 @@ FLAG DESCRIPTIONS
|
|
|
3615
3615
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3616
3616
|
```
|
|
3617
3617
|
|
|
3618
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3618
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/login/access-token.ts)_
|
|
3619
3619
|
|
|
3620
3620
|
## `sf org login device`
|
|
3621
3621
|
|
|
@@ -3675,7 +3675,7 @@ FLAG DESCRIPTIONS
|
|
|
3675
3675
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3676
3676
|
```
|
|
3677
3677
|
|
|
3678
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3678
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/login/device.ts)_
|
|
3679
3679
|
|
|
3680
3680
|
## `sf org login jwt`
|
|
3681
3681
|
|
|
@@ -3766,7 +3766,7 @@ FLAG DESCRIPTIONS
|
|
|
3766
3766
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3767
3767
|
```
|
|
3768
3768
|
|
|
3769
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3769
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/login/jwt.ts)_
|
|
3770
3770
|
|
|
3771
3771
|
## `sf org login sfdx-url`
|
|
3772
3772
|
|
|
@@ -3831,7 +3831,7 @@ EXAMPLES
|
|
|
3831
3831
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3832
3832
|
```
|
|
3833
3833
|
|
|
3834
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3834
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/login/sfdx-url.ts)_
|
|
3835
3835
|
|
|
3836
3836
|
## `sf org login web`
|
|
3837
3837
|
|
|
@@ -3918,7 +3918,7 @@ FLAG DESCRIPTIONS
|
|
|
3918
3918
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3919
3919
|
```
|
|
3920
3920
|
|
|
3921
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3921
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/login/web.ts)_
|
|
3922
3922
|
|
|
3923
3923
|
## `sf org logout`
|
|
3924
3924
|
|
|
@@ -3979,7 +3979,7 @@ FLAG DESCRIPTIONS
|
|
|
3979
3979
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3980
3980
|
```
|
|
3981
3981
|
|
|
3982
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3982
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.27/src/commands/org/logout.ts)_
|
|
3983
3983
|
|
|
3984
3984
|
## `sf org open`
|
|
3985
3985
|
|
|
@@ -4051,7 +4051,7 @@ EXAMPLES
|
|
|
4051
4051
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4052
4052
|
```
|
|
4053
4053
|
|
|
4054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
4054
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/open.ts)_
|
|
4055
4055
|
|
|
4056
4056
|
## `sf org refresh sandbox`
|
|
4057
4057
|
|
|
@@ -4130,7 +4130,7 @@ FLAG DESCRIPTIONS
|
|
|
4130
4130
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4131
4131
|
```
|
|
4132
4132
|
|
|
4133
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
4133
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/refresh/sandbox.ts)_
|
|
4134
4134
|
|
|
4135
4135
|
## `sf org resume sandbox`
|
|
4136
4136
|
|
|
@@ -4193,7 +4193,7 @@ FLAG DESCRIPTIONS
|
|
|
4193
4193
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4194
4194
|
```
|
|
4195
4195
|
|
|
4196
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
4196
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/resume/sandbox.ts)_
|
|
4197
4197
|
|
|
4198
4198
|
## `sf org resume scratch`
|
|
4199
4199
|
|
|
@@ -4240,7 +4240,7 @@ FLAG DESCRIPTIONS
|
|
|
4240
4240
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4241
4241
|
```
|
|
4242
4242
|
|
|
4243
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.
|
|
4243
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.7/src/commands/org/resume/scratch.ts)_
|
|
4244
4244
|
|
|
4245
4245
|
## `sf package create`
|
|
4246
4246
|
|
|
@@ -5644,7 +5644,7 @@ EXAMPLES
|
|
|
5644
5644
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5645
5645
|
```
|
|
5646
5646
|
|
|
5647
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5647
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.10/src/commands/plugins/trust/verify.ts)_
|
|
5648
5648
|
|
|
5649
5649
|
## `sf plugins uninstall [PLUGIN]`
|
|
5650
5650
|
|
|
@@ -7478,7 +7478,7 @@ FLAG DESCRIPTIONS
|
|
|
7478
7478
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7479
7479
|
```
|
|
7480
7480
|
|
|
7481
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7481
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.14/src/commands/schema/generate/field.ts)_
|
|
7482
7482
|
|
|
7483
7483
|
## `sf schema generate platformevent`
|
|
7484
7484
|
|
|
@@ -7510,7 +7510,7 @@ EXAMPLES
|
|
|
7510
7510
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7511
7511
|
```
|
|
7512
7512
|
|
|
7513
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7513
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.14/src/commands/schema/generate/platformevent.ts)_
|
|
7514
7514
|
|
|
7515
7515
|
## `sf schema generate sobject`
|
|
7516
7516
|
|
|
@@ -7567,7 +7567,7 @@ FLAG DESCRIPTIONS
|
|
|
7567
7567
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7568
7568
|
```
|
|
7569
7569
|
|
|
7570
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7570
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.14/src/commands/schema/generate/sobject.ts)_
|
|
7571
7571
|
|
|
7572
7572
|
## `sf schema generate tab`
|
|
7573
7573
|
|
|
@@ -7615,7 +7615,7 @@ FLAG DESCRIPTIONS
|
|
|
7615
7615
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7616
7616
|
```
|
|
7617
7617
|
|
|
7618
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7618
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.14/src/commands/schema/generate/tab.ts)_
|
|
7619
7619
|
|
|
7620
7620
|
## `sf search`
|
|
7621
7621
|
|
|
@@ -7678,7 +7678,7 @@ EXAMPLES
|
|
|
7678
7678
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7679
7679
|
```
|
|
7680
7680
|
|
|
7681
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7681
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.16/src/commands/sobject/describe.ts)_
|
|
7682
7682
|
|
|
7683
7683
|
## `sf sobject list`
|
|
7684
7684
|
|
|
@@ -7717,7 +7717,7 @@ EXAMPLES
|
|
|
7717
7717
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7718
7718
|
```
|
|
7719
7719
|
|
|
7720
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7720
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.16/src/commands/sobject/list.ts)_
|
|
7721
7721
|
|
|
7722
7722
|
## `sf static-resource generate`
|
|
7723
7723
|
|
|
@@ -7816,7 +7816,7 @@ EXAMPLES
|
|
|
7816
7816
|
$ sf update --available
|
|
7817
7817
|
```
|
|
7818
7818
|
|
|
7819
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.
|
|
7819
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.3/src/commands/update.ts)_
|
|
7820
7820
|
|
|
7821
7821
|
## `sf version`
|
|
7822
7822
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.48.
|
|
3
|
+
"version": "2.48.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.48.
|
|
9
|
+
"version": "2.48.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,32 +15,32 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.4",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.4",
|
|
17
17
|
"@oclif/plugin-help": "6.2.3",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.6",
|
|
19
19
|
"@oclif/plugin-plugins": "5.3.2",
|
|
20
20
|
"@oclif/plugin-search": "1.1.4",
|
|
21
|
-
"@oclif/plugin-update": "4.4.
|
|
21
|
+
"@oclif/plugin-update": "4.4.3",
|
|
22
22
|
"@oclif/plugin-version": "2.2.4",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
24
24
|
"@oclif/plugin-which": "3.2.4",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
27
|
"@salesforce/plugin-apex": "3.2.0",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.27",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.2",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.9",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.11",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.15",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.16",
|
|
34
|
-
"@salesforce/plugin-org": "4.2.
|
|
34
|
+
"@salesforce/plugin-org": "4.2.7",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.6.1",
|
|
36
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
-
"@salesforce/plugin-settings": "2.3.
|
|
38
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
36
|
+
"@salesforce/plugin-schema": "3.3.16",
|
|
37
|
+
"@salesforce/plugin-settings": "2.3.6",
|
|
38
|
+
"@salesforce/plugin-sobject": "1.4.14",
|
|
39
39
|
"@salesforce/plugin-source": "3.4.8",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.5.1",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.14",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.10",
|
|
43
|
+
"@salesforce/plugin-user": "3.5.17",
|
|
44
44
|
"@salesforce/sf-plugins-core": "11.1.2",
|
|
45
45
|
"ansis": "^3.2.0"
|
|
46
46
|
},
|
|
@@ -3140,12 +3140,12 @@
|
|
|
3140
3140
|
}
|
|
3141
3141
|
},
|
|
3142
3142
|
"node_modules/@inquirer/confirm": {
|
|
3143
|
-
"version": "3.1.
|
|
3144
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
3145
|
-
"integrity": "sha512
|
|
3143
|
+
"version": "3.1.10",
|
|
3144
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.10.tgz",
|
|
3145
|
+
"integrity": "sha512-/aAHu83Njy6yf44T+ZrRPUkMcUqprrOiIKsyMvf9jOV+vF5BNb2ja1aLP33MK36W8eaf91MTL/mU/e6METuENg==",
|
|
3146
3146
|
"license": "MIT",
|
|
3147
3147
|
"dependencies": {
|
|
3148
|
-
"@inquirer/core": "^8.2.
|
|
3148
|
+
"@inquirer/core": "^8.2.3",
|
|
3149
3149
|
"@inquirer/type": "^1.3.3"
|
|
3150
3150
|
},
|
|
3151
3151
|
"engines": {
|
|
@@ -3225,12 +3225,12 @@
|
|
|
3225
3225
|
}
|
|
3226
3226
|
},
|
|
3227
3227
|
"node_modules/@inquirer/select": {
|
|
3228
|
-
"version": "2.3.
|
|
3229
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.
|
|
3230
|
-
"integrity": "sha512-
|
|
3228
|
+
"version": "2.3.6",
|
|
3229
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.6.tgz",
|
|
3230
|
+
"integrity": "sha512-eLqlZXre69Jenmar5s+3018xF3lpaGfxVZLHkCzkrhtuTuFjpYtb0YpiYeZNKZm9pa+ih3s9acN/zRt+dDh+qA==",
|
|
3231
3231
|
"license": "MIT",
|
|
3232
3232
|
"dependencies": {
|
|
3233
|
-
"@inquirer/core": "^8.2.
|
|
3233
|
+
"@inquirer/core": "^8.2.3",
|
|
3234
3234
|
"@inquirer/figures": "^1.0.3",
|
|
3235
3235
|
"@inquirer/type": "^1.3.3",
|
|
3236
3236
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4168,12 +4168,12 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
4170
|
"node_modules/@oclif/plugin-not-found": {
|
|
4171
|
-
"version": "3.2.
|
|
4172
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4173
|
-
"integrity": "sha512-
|
|
4171
|
+
"version": "3.2.6",
|
|
4172
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.6.tgz",
|
|
4173
|
+
"integrity": "sha512-PBmC1xhx7j3tf5+274hDcuSdOYa3HTP08DqONQihJRNFqT4t5fnlBe+7mBdGOksI5HsDUZRJNTlVfvUDX/BVWw==",
|
|
4174
4174
|
"license": "MIT",
|
|
4175
4175
|
"dependencies": {
|
|
4176
|
-
"@inquirer/confirm": "^3.1.
|
|
4176
|
+
"@inquirer/confirm": "^3.1.10",
|
|
4177
4177
|
"@oclif/core": "^4",
|
|
4178
4178
|
"ansis": "^3.2.0",
|
|
4179
4179
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -4245,12 +4245,12 @@
|
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
4247
|
"node_modules/@oclif/plugin-update": {
|
|
4248
|
-
"version": "4.4.
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
4250
|
-
"integrity": "sha512-
|
|
4248
|
+
"version": "4.4.3",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.3.tgz",
|
|
4250
|
+
"integrity": "sha512-hJyAht6Vhxs4tX1T0Kud1OH8/12agrGZtyS/klLv/H0LKA/XlTRomTD8FYyEXGjHlNvraDxgnVWqGtDCul6i1Q==",
|
|
4251
4251
|
"license": "MIT",
|
|
4252
4252
|
"dependencies": {
|
|
4253
|
-
"@inquirer/select": "^2.3.
|
|
4253
|
+
"@inquirer/select": "^2.3.6",
|
|
4254
4254
|
"@oclif/core": "^4",
|
|
4255
4255
|
"ansis": "^3.2.0",
|
|
4256
4256
|
"debug": "^4.3.5",
|
|
@@ -4898,18 +4898,18 @@
|
|
|
4898
4898
|
}
|
|
4899
4899
|
},
|
|
4900
4900
|
"node_modules/@salesforce/plugin-auth": {
|
|
4901
|
-
"version": "3.6.
|
|
4902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4903
|
-
"integrity": "sha512-
|
|
4901
|
+
"version": "3.6.27",
|
|
4902
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.27.tgz",
|
|
4903
|
+
"integrity": "sha512-TLOXcSdep3OyV0E2zPbuuR48+TfcZJd2rhnc0SWmDQVP7kNlk/uQoIvTRBwJVYyTxzK1dtV4+ZAA87bGtQosfw==",
|
|
4904
4904
|
"license": "BSD-3-Clause",
|
|
4905
4905
|
"dependencies": {
|
|
4906
4906
|
"@inquirer/checkbox": "^2.3.6",
|
|
4907
4907
|
"@inquirer/select": "^2.3.5",
|
|
4908
4908
|
"@oclif/core": "^4",
|
|
4909
|
-
"@salesforce/core": "^8.0.
|
|
4909
|
+
"@salesforce/core": "^8.0.3",
|
|
4910
4910
|
"@salesforce/kit": "^3.1.6",
|
|
4911
4911
|
"@salesforce/plugin-info": "^3.3.5",
|
|
4912
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4912
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
4913
4913
|
"@salesforce/ts-types": "^2.0.10",
|
|
4914
4914
|
"open": "^10.1.0"
|
|
4915
4915
|
},
|
|
@@ -5108,15 +5108,15 @@
|
|
|
5108
5108
|
}
|
|
5109
5109
|
},
|
|
5110
5110
|
"node_modules/@salesforce/plugin-info": {
|
|
5111
|
-
"version": "3.3.
|
|
5112
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
5113
|
-
"integrity": "sha512-
|
|
5111
|
+
"version": "3.3.11",
|
|
5112
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.11.tgz",
|
|
5113
|
+
"integrity": "sha512-ub5pElfxw5a1DDUIYlN1ENFqzdTTEMWJOVuVgWQMuQVYvaq0TvB157FLqcVDTMpfB++erSq9FNJ9zv4gD2OSqA==",
|
|
5114
5114
|
"license": "BSD-3-Clause",
|
|
5115
5115
|
"dependencies": {
|
|
5116
5116
|
"@inquirer/input": "^2.1.8",
|
|
5117
5117
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
5118
5118
|
"@oclif/core": "^4",
|
|
5119
|
-
"@salesforce/core": "^8.0.
|
|
5119
|
+
"@salesforce/core": "^8.0.3",
|
|
5120
5120
|
"@salesforce/kit": "^3.1.6",
|
|
5121
5121
|
"@salesforce/sf-plugins-core": "^11.1.1",
|
|
5122
5122
|
"got": "^13.0.0",
|
|
@@ -5160,15 +5160,15 @@
|
|
|
5160
5160
|
}
|
|
5161
5161
|
},
|
|
5162
5162
|
"node_modules/@salesforce/plugin-org": {
|
|
5163
|
-
"version": "4.2.
|
|
5164
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.
|
|
5165
|
-
"integrity": "sha512-
|
|
5163
|
+
"version": "4.2.7",
|
|
5164
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.7.tgz",
|
|
5165
|
+
"integrity": "sha512-oMAEMTkaFswNayjD3a+9YmRFnf3GArbDFyWi/mqVUJuO2PIY56D2h/CH2RLV5yVmz2jv9NVZpg9AFNUg8QIwLg==",
|
|
5166
5166
|
"license": "BSD-3-Clause",
|
|
5167
5167
|
"dependencies": {
|
|
5168
5168
|
"@oclif/core": "^4.0.6",
|
|
5169
|
-
"@salesforce/core": "^8.0.
|
|
5169
|
+
"@salesforce/core": "^8.0.3",
|
|
5170
5170
|
"@salesforce/kit": "^3.1.6",
|
|
5171
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
5171
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
5172
5172
|
"@salesforce/source-deploy-retrieve": "^12.0.1",
|
|
5173
5173
|
"ansis": "^3.2.0",
|
|
5174
5174
|
"change-case": "^5.4.4",
|
|
@@ -5516,13 +5516,13 @@
|
|
|
5516
5516
|
}
|
|
5517
5517
|
},
|
|
5518
5518
|
"node_modules/@salesforce/plugin-schema": {
|
|
5519
|
-
"version": "3.3.
|
|
5520
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5521
|
-
"integrity": "sha512-
|
|
5519
|
+
"version": "3.3.16",
|
|
5520
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.16.tgz",
|
|
5521
|
+
"integrity": "sha512-TBxTSiR1vw0QuOMSHEfW4gTnesHqenSu8bP/cn4CaDAJZuTyndvgZSQ0j8ssYF4w/yPgS1bn0ZzPxId5/Xng1w==",
|
|
5522
5522
|
"license": "BSD-3-Clause",
|
|
5523
5523
|
"dependencies": {
|
|
5524
5524
|
"@oclif/core": "^4",
|
|
5525
|
-
"@salesforce/core": "^8.0.
|
|
5525
|
+
"@salesforce/core": "^8.0.3",
|
|
5526
5526
|
"@salesforce/sf-plugins-core": "^11.1.1"
|
|
5527
5527
|
},
|
|
5528
5528
|
"engines": {
|
|
@@ -5530,9 +5530,9 @@
|
|
|
5530
5530
|
}
|
|
5531
5531
|
},
|
|
5532
5532
|
"node_modules/@salesforce/plugin-settings": {
|
|
5533
|
-
"version": "2.3.
|
|
5534
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
5535
|
-
"integrity": "sha512-
|
|
5533
|
+
"version": "2.3.6",
|
|
5534
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.6.tgz",
|
|
5535
|
+
"integrity": "sha512-NWIFzQKnUgMMWkDC4XkdEkfhI/4YDZ2LLb/WDweNZbe+TfpcpzlOQ6V8RI6dlHeKmjPIAkdH/p+NCRguiOR40A==",
|
|
5536
5536
|
"license": "BSD-3-Clause",
|
|
5537
5537
|
"dependencies": {
|
|
5538
5538
|
"@oclif/core": "^4",
|
|
@@ -5545,14 +5545,14 @@
|
|
|
5545
5545
|
}
|
|
5546
5546
|
},
|
|
5547
5547
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5548
|
-
"version": "1.4.
|
|
5549
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5550
|
-
"integrity": "sha512-
|
|
5548
|
+
"version": "1.4.14",
|
|
5549
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.14.tgz",
|
|
5550
|
+
"integrity": "sha512-cYlgGEzBA0ENzOaMYY7EjDpi05K2Gpzb3/V3i1A+QAEFVBPaXcbQLbRPxCM3sh0eZtrey/g0mM686iYxFAZFBQ==",
|
|
5551
5551
|
"license": "BSD-3-Clause",
|
|
5552
5552
|
"dependencies": {
|
|
5553
5553
|
"@inquirer/confirm": "^3.1.8",
|
|
5554
5554
|
"@inquirer/input": "^2.1.9",
|
|
5555
|
-
"@inquirer/select": "^2.3.
|
|
5555
|
+
"@inquirer/select": "^2.3.6",
|
|
5556
5556
|
"@oclif/core": "^4",
|
|
5557
5557
|
"@salesforce/core": "^8.0.1",
|
|
5558
5558
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -5635,16 +5635,16 @@
|
|
|
5635
5635
|
}
|
|
5636
5636
|
},
|
|
5637
5637
|
"node_modules/@salesforce/plugin-trust": {
|
|
5638
|
-
"version": "3.7.
|
|
5639
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5640
|
-
"integrity": "sha512-
|
|
5638
|
+
"version": "3.7.10",
|
|
5639
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.10.tgz",
|
|
5640
|
+
"integrity": "sha512-4L/G4cGUoBcQjFeZLM6RECivufhgaM53QnS+b5VCWFYoQkD7+FQb/2G7NtlSFVkspVHmlwiKpg7Tpj7YtIVwTg==",
|
|
5641
5641
|
"license": "BSD-3-Clause",
|
|
5642
5642
|
"dependencies": {
|
|
5643
5643
|
"@oclif/core": "^4",
|
|
5644
|
-
"@salesforce/core": "^8.0.
|
|
5644
|
+
"@salesforce/core": "^8.0.3",
|
|
5645
5645
|
"@salesforce/kit": "^3.1.6",
|
|
5646
5646
|
"@salesforce/plugin-info": "^3.3.7",
|
|
5647
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
5647
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
5648
5648
|
"got": "^13.0.0",
|
|
5649
5649
|
"npm": "^10.8.1",
|
|
5650
5650
|
"npm-run-path": "^4.0.1",
|
|
@@ -5660,15 +5660,15 @@
|
|
|
5660
5660
|
}
|
|
5661
5661
|
},
|
|
5662
5662
|
"node_modules/@salesforce/plugin-user": {
|
|
5663
|
-
"version": "3.5.
|
|
5664
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
5665
|
-
"integrity": "sha512-
|
|
5663
|
+
"version": "3.5.17",
|
|
5664
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.17.tgz",
|
|
5665
|
+
"integrity": "sha512-UcqhM/Oicx/lkrgPBnWo0t+pl+5bqEgo0fS0uSiurUcBEDCEwDs1JyQDQ5PXsOuGz6/bZUu9c8+d9sCEsJ8TvQ==",
|
|
5666
5666
|
"license": "BSD-3-Clause",
|
|
5667
5667
|
"dependencies": {
|
|
5668
5668
|
"@oclif/core": "^4",
|
|
5669
5669
|
"@salesforce/core": "^8.0.1",
|
|
5670
5670
|
"@salesforce/kit": "^3.1.6",
|
|
5671
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
5671
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
5672
5672
|
"@salesforce/ts-types": "^2.0.10"
|
|
5673
5673
|
},
|
|
5674
5674
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1386,12 +1386,12 @@
|
|
|
1386
1386
|
ansi-escapes "^4.3.2"
|
|
1387
1387
|
chalk "^4.1.2"
|
|
1388
1388
|
|
|
1389
|
-
"@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.8", "@inquirer/confirm@^3.1.9":
|
|
1390
|
-
version "3.1.
|
|
1391
|
-
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
1392
|
-
integrity sha512
|
|
1389
|
+
"@inquirer/confirm@^3.1.10", "@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.8", "@inquirer/confirm@^3.1.9":
|
|
1390
|
+
version "3.1.10"
|
|
1391
|
+
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.10.tgz"
|
|
1392
|
+
integrity sha512-/aAHu83Njy6yf44T+ZrRPUkMcUqprrOiIKsyMvf9jOV+vF5BNb2ja1aLP33MK36W8eaf91MTL/mU/e6METuENg==
|
|
1393
1393
|
dependencies:
|
|
1394
|
-
"@inquirer/core" "^8.2.
|
|
1394
|
+
"@inquirer/core" "^8.2.3"
|
|
1395
1395
|
"@inquirer/type" "^1.3.3"
|
|
1396
1396
|
|
|
1397
1397
|
"@inquirer/core@^3.1.1":
|
|
@@ -1454,12 +1454,12 @@
|
|
|
1454
1454
|
"@inquirer/type" "^1.3.3"
|
|
1455
1455
|
ansi-escapes "^4.3.2"
|
|
1456
1456
|
|
|
1457
|
-
"@inquirer/select@^2.3.5":
|
|
1458
|
-
version "2.3.
|
|
1459
|
-
resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.
|
|
1460
|
-
integrity sha512-
|
|
1457
|
+
"@inquirer/select@^2.3.5", "@inquirer/select@^2.3.6":
|
|
1458
|
+
version "2.3.6"
|
|
1459
|
+
resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.6.tgz"
|
|
1460
|
+
integrity sha512-eLqlZXre69Jenmar5s+3018xF3lpaGfxVZLHkCzkrhtuTuFjpYtb0YpiYeZNKZm9pa+ih3s9acN/zRt+dDh+qA==
|
|
1461
1461
|
dependencies:
|
|
1462
|
-
"@inquirer/core" "^8.2.
|
|
1462
|
+
"@inquirer/core" "^8.2.3"
|
|
1463
1463
|
"@inquirer/figures" "^1.0.3"
|
|
1464
1464
|
"@inquirer/type" "^1.3.3"
|
|
1465
1465
|
ansi-escapes "^4.3.2"
|
|
@@ -2002,12 +2002,12 @@
|
|
|
2002
2002
|
dependencies:
|
|
2003
2003
|
"@oclif/core" "^4"
|
|
2004
2004
|
|
|
2005
|
-
"@oclif/plugin-not-found@^3.2.3", "@oclif/plugin-not-found@3.2.
|
|
2006
|
-
version "3.2.
|
|
2007
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
2008
|
-
integrity sha512-
|
|
2005
|
+
"@oclif/plugin-not-found@^3.2.3", "@oclif/plugin-not-found@3.2.6":
|
|
2006
|
+
version "3.2.6"
|
|
2007
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.6.tgz"
|
|
2008
|
+
integrity sha512-PBmC1xhx7j3tf5+274hDcuSdOYa3HTP08DqONQihJRNFqT4t5fnlBe+7mBdGOksI5HsDUZRJNTlVfvUDX/BVWw==
|
|
2009
2009
|
dependencies:
|
|
2010
|
-
"@inquirer/confirm" "^3.1.
|
|
2010
|
+
"@inquirer/confirm" "^3.1.10"
|
|
2011
2011
|
"@oclif/core" "^4"
|
|
2012
2012
|
ansis "^3.2.0"
|
|
2013
2013
|
fast-levenshtein "^3.0.0"
|
|
@@ -2037,12 +2037,12 @@
|
|
|
2037
2037
|
"@oclif/core" "^4"
|
|
2038
2038
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
2039
2039
|
|
|
2040
|
-
"@oclif/plugin-update@4.4.
|
|
2041
|
-
version "4.4.
|
|
2042
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
2043
|
-
integrity sha512-
|
|
2040
|
+
"@oclif/plugin-update@4.4.3":
|
|
2041
|
+
version "4.4.3"
|
|
2042
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.3.tgz"
|
|
2043
|
+
integrity sha512-hJyAht6Vhxs4tX1T0Kud1OH8/12agrGZtyS/klLv/H0LKA/XlTRomTD8FYyEXGjHlNvraDxgnVWqGtDCul6i1Q==
|
|
2044
2044
|
dependencies:
|
|
2045
|
-
"@inquirer/select" "^2.3.
|
|
2045
|
+
"@inquirer/select" "^2.3.6"
|
|
2046
2046
|
"@oclif/core" "^4"
|
|
2047
2047
|
ansis "^3.2.0"
|
|
2048
2048
|
debug "^4.3.5"
|
|
@@ -2548,18 +2548,18 @@
|
|
|
2548
2548
|
"@salesforce/sf-plugins-core" "^11.1.0"
|
|
2549
2549
|
ansis "^3.2.0"
|
|
2550
2550
|
|
|
2551
|
-
"@salesforce/plugin-auth@3.6.
|
|
2552
|
-
version "3.6.
|
|
2553
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2554
|
-
integrity sha512-
|
|
2551
|
+
"@salesforce/plugin-auth@3.6.27":
|
|
2552
|
+
version "3.6.27"
|
|
2553
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.27.tgz"
|
|
2554
|
+
integrity sha512-TLOXcSdep3OyV0E2zPbuuR48+TfcZJd2rhnc0SWmDQVP7kNlk/uQoIvTRBwJVYyTxzK1dtV4+ZAA87bGtQosfw==
|
|
2555
2555
|
dependencies:
|
|
2556
2556
|
"@inquirer/checkbox" "^2.3.6"
|
|
2557
2557
|
"@inquirer/select" "^2.3.5"
|
|
2558
2558
|
"@oclif/core" "^4"
|
|
2559
|
-
"@salesforce/core" "^8.0.
|
|
2559
|
+
"@salesforce/core" "^8.0.3"
|
|
2560
2560
|
"@salesforce/kit" "^3.1.6"
|
|
2561
2561
|
"@salesforce/plugin-info" "^3.3.5"
|
|
2562
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2562
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2563
2563
|
"@salesforce/ts-types" "^2.0.10"
|
|
2564
2564
|
open "^10.1.0"
|
|
2565
2565
|
|
|
@@ -2610,15 +2610,15 @@
|
|
|
2610
2610
|
"@salesforce/ts-types" "^2.0.10"
|
|
2611
2611
|
ansis "^3.2.0"
|
|
2612
2612
|
|
|
2613
|
-
"@salesforce/plugin-info@^3.3.10", "@salesforce/plugin-info@^3.3.5", "@salesforce/plugin-info@^3.3.7", "@salesforce/plugin-info@3.3.
|
|
2614
|
-
version "3.3.
|
|
2615
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
2616
|
-
integrity sha512-
|
|
2613
|
+
"@salesforce/plugin-info@^3.3.10", "@salesforce/plugin-info@^3.3.5", "@salesforce/plugin-info@^3.3.7", "@salesforce/plugin-info@3.3.11":
|
|
2614
|
+
version "3.3.11"
|
|
2615
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.11.tgz"
|
|
2616
|
+
integrity sha512-ub5pElfxw5a1DDUIYlN1ENFqzdTTEMWJOVuVgWQMuQVYvaq0TvB157FLqcVDTMpfB++erSq9FNJ9zv4gD2OSqA==
|
|
2617
2617
|
dependencies:
|
|
2618
2618
|
"@inquirer/input" "^2.1.8"
|
|
2619
2619
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2620
2620
|
"@oclif/core" "^4"
|
|
2621
|
-
"@salesforce/core" "^8.0.
|
|
2621
|
+
"@salesforce/core" "^8.0.3"
|
|
2622
2622
|
"@salesforce/kit" "^3.1.6"
|
|
2623
2623
|
"@salesforce/sf-plugins-core" "^11.1.1"
|
|
2624
2624
|
got "^13.0.0"
|
|
@@ -2647,15 +2647,15 @@
|
|
|
2647
2647
|
got "^13.0.0"
|
|
2648
2648
|
proxy-agent "^6.4.0"
|
|
2649
2649
|
|
|
2650
|
-
"@salesforce/plugin-org@4.2.
|
|
2651
|
-
version "4.2.
|
|
2652
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.
|
|
2653
|
-
integrity sha512-
|
|
2650
|
+
"@salesforce/plugin-org@4.2.7":
|
|
2651
|
+
version "4.2.7"
|
|
2652
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.7.tgz"
|
|
2653
|
+
integrity sha512-oMAEMTkaFswNayjD3a+9YmRFnf3GArbDFyWi/mqVUJuO2PIY56D2h/CH2RLV5yVmz2jv9NVZpg9AFNUg8QIwLg==
|
|
2654
2654
|
dependencies:
|
|
2655
2655
|
"@oclif/core" "^4.0.6"
|
|
2656
|
-
"@salesforce/core" "^8.0.
|
|
2656
|
+
"@salesforce/core" "^8.0.3"
|
|
2657
2657
|
"@salesforce/kit" "^3.1.6"
|
|
2658
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2658
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2659
2659
|
"@salesforce/source-deploy-retrieve" "^12.0.1"
|
|
2660
2660
|
ansis "^3.2.0"
|
|
2661
2661
|
change-case "^5.4.4"
|
|
@@ -2702,33 +2702,33 @@
|
|
|
2702
2702
|
strip-ansi "^6"
|
|
2703
2703
|
yarn-deduplicate "^6.0.2"
|
|
2704
2704
|
|
|
2705
|
-
"@salesforce/plugin-schema@3.3.
|
|
2706
|
-
version "3.3.
|
|
2707
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2708
|
-
integrity sha512-
|
|
2705
|
+
"@salesforce/plugin-schema@3.3.16":
|
|
2706
|
+
version "3.3.16"
|
|
2707
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.16.tgz"
|
|
2708
|
+
integrity sha512-TBxTSiR1vw0QuOMSHEfW4gTnesHqenSu8bP/cn4CaDAJZuTyndvgZSQ0j8ssYF4w/yPgS1bn0ZzPxId5/Xng1w==
|
|
2709
2709
|
dependencies:
|
|
2710
2710
|
"@oclif/core" "^4"
|
|
2711
|
-
"@salesforce/core" "^8.0.
|
|
2711
|
+
"@salesforce/core" "^8.0.3"
|
|
2712
2712
|
"@salesforce/sf-plugins-core" "^11.1.1"
|
|
2713
2713
|
|
|
2714
|
-
"@salesforce/plugin-settings@2.3.
|
|
2715
|
-
version "2.3.
|
|
2716
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
2717
|
-
integrity sha512-
|
|
2714
|
+
"@salesforce/plugin-settings@2.3.6":
|
|
2715
|
+
version "2.3.6"
|
|
2716
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.6.tgz"
|
|
2717
|
+
integrity sha512-NWIFzQKnUgMMWkDC4XkdEkfhI/4YDZ2LLb/WDweNZbe+TfpcpzlOQ6V8RI6dlHeKmjPIAkdH/p+NCRguiOR40A==
|
|
2718
2718
|
dependencies:
|
|
2719
2719
|
"@oclif/core" "^4"
|
|
2720
2720
|
"@salesforce/core" "^8.0.1"
|
|
2721
2721
|
"@salesforce/sf-plugins-core" "^11.1.1"
|
|
2722
2722
|
fast-levenshtein "^3.0.0"
|
|
2723
2723
|
|
|
2724
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2725
|
-
version "1.4.
|
|
2726
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2727
|
-
integrity sha512-
|
|
2724
|
+
"@salesforce/plugin-sobject@1.4.14":
|
|
2725
|
+
version "1.4.14"
|
|
2726
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.14.tgz"
|
|
2727
|
+
integrity sha512-cYlgGEzBA0ENzOaMYY7EjDpi05K2Gpzb3/V3i1A+QAEFVBPaXcbQLbRPxCM3sh0eZtrey/g0mM686iYxFAZFBQ==
|
|
2728
2728
|
dependencies:
|
|
2729
2729
|
"@inquirer/confirm" "^3.1.8"
|
|
2730
2730
|
"@inquirer/input" "^2.1.9"
|
|
2731
|
-
"@inquirer/select" "^2.3.
|
|
2731
|
+
"@inquirer/select" "^2.3.6"
|
|
2732
2732
|
"@oclif/core" "^4"
|
|
2733
2733
|
"@salesforce/core" "^8.0.1"
|
|
2734
2734
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -2779,16 +2779,16 @@
|
|
|
2779
2779
|
yeoman-environment "^3"
|
|
2780
2780
|
yeoman-generator "^5"
|
|
2781
2781
|
|
|
2782
|
-
"@salesforce/plugin-trust@^3.7.6", "@salesforce/plugin-trust@3.7.
|
|
2783
|
-
version "3.7.
|
|
2784
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2785
|
-
integrity sha512-
|
|
2782
|
+
"@salesforce/plugin-trust@^3.7.6", "@salesforce/plugin-trust@3.7.10":
|
|
2783
|
+
version "3.7.10"
|
|
2784
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.10.tgz"
|
|
2785
|
+
integrity sha512-4L/G4cGUoBcQjFeZLM6RECivufhgaM53QnS+b5VCWFYoQkD7+FQb/2G7NtlSFVkspVHmlwiKpg7Tpj7YtIVwTg==
|
|
2786
2786
|
dependencies:
|
|
2787
2787
|
"@oclif/core" "^4"
|
|
2788
|
-
"@salesforce/core" "^8.0.
|
|
2788
|
+
"@salesforce/core" "^8.0.3"
|
|
2789
2789
|
"@salesforce/kit" "^3.1.6"
|
|
2790
2790
|
"@salesforce/plugin-info" "^3.3.7"
|
|
2791
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2791
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2792
2792
|
got "^13.0.0"
|
|
2793
2793
|
npm "^10.8.1"
|
|
2794
2794
|
npm-run-path "^4.0.1"
|
|
@@ -2796,15 +2796,15 @@
|
|
|
2796
2796
|
semver "^7.6.2"
|
|
2797
2797
|
shelljs "^0.8.4"
|
|
2798
2798
|
|
|
2799
|
-
"@salesforce/plugin-user@3.5.
|
|
2800
|
-
version "3.5.
|
|
2801
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
2802
|
-
integrity sha512-
|
|
2799
|
+
"@salesforce/plugin-user@3.5.17":
|
|
2800
|
+
version "3.5.17"
|
|
2801
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.17.tgz"
|
|
2802
|
+
integrity sha512-UcqhM/Oicx/lkrgPBnWo0t+pl+5bqEgo0fS0uSiurUcBEDCEwDs1JyQDQ5PXsOuGz6/bZUu9c8+d9sCEsJ8TvQ==
|
|
2803
2803
|
dependencies:
|
|
2804
2804
|
"@oclif/core" "^4"
|
|
2805
2805
|
"@salesforce/core" "^8.0.1"
|
|
2806
2806
|
"@salesforce/kit" "^3.1.6"
|
|
2807
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2807
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2808
2808
|
"@salesforce/ts-types" "^2.0.10"
|
|
2809
2809
|
|
|
2810
2810
|
"@salesforce/prettier-config@^0.0.3":
|
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.48.
|
|
4
|
+
"version": "2.48.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.15",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.22",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.4",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.17",
|
|
@@ -143,32 +143,32 @@
|
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.4",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.4",
|
|
145
145
|
"@oclif/plugin-help": "6.2.3",
|
|
146
|
-
"@oclif/plugin-not-found": "3.2.
|
|
146
|
+
"@oclif/plugin-not-found": "3.2.6",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.2",
|
|
148
148
|
"@oclif/plugin-search": "1.1.4",
|
|
149
|
-
"@oclif/plugin-update": "4.4.
|
|
149
|
+
"@oclif/plugin-update": "4.4.3",
|
|
150
150
|
"@oclif/plugin-version": "2.2.4",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
152
152
|
"@oclif/plugin-which": "3.2.4",
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
155
|
"@salesforce/plugin-apex": "3.2.0",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.27",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.2",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.9",
|
|
159
|
-
"@salesforce/plugin-info": "3.3.
|
|
159
|
+
"@salesforce/plugin-info": "3.3.11",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.15",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.16",
|
|
162
|
-
"@salesforce/plugin-org": "4.2.
|
|
162
|
+
"@salesforce/plugin-org": "4.2.7",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.6.1",
|
|
164
|
-
"@salesforce/plugin-schema": "3.3.
|
|
165
|
-
"@salesforce/plugin-settings": "2.3.
|
|
166
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
164
|
+
"@salesforce/plugin-schema": "3.3.16",
|
|
165
|
+
"@salesforce/plugin-settings": "2.3.6",
|
|
166
|
+
"@salesforce/plugin-sobject": "1.4.14",
|
|
167
167
|
"@salesforce/plugin-source": "3.4.8",
|
|
168
168
|
"@salesforce/plugin-telemetry": "3.5.1",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.14",
|
|
170
|
-
"@salesforce/plugin-trust": "3.7.
|
|
171
|
-
"@salesforce/plugin-user": "3.5.
|
|
170
|
+
"@salesforce/plugin-trust": "3.7.10",
|
|
171
|
+
"@salesforce/plugin-user": "3.5.17",
|
|
172
172
|
"@salesforce/sf-plugins-core": "11.1.2",
|
|
173
173
|
"ansis": "^3.2.0"
|
|
174
174
|
},
|