@salesforce/cli 2.95.3 → 2.95.4
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 +50 -50
- package/npm-shrinkwrap.json +54 -54
- package/oclif.lock +56 -56
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.95.
|
|
28
|
+
@salesforce/cli/2.95.4 linux-x64 node-v22.16.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf autocomplete --refresh-cache
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1715
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.31/src/commands/autocomplete/index.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf commands`
|
|
1718
1718
|
|
|
@@ -1994,7 +1994,7 @@ EXAMPLES
|
|
|
1994
1994
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/bulk/results.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data create file`
|
|
2000
2000
|
|
|
@@ -2043,7 +2043,7 @@ EXAMPLES
|
|
|
2043
2043
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2044
2044
|
```
|
|
2045
2045
|
|
|
2046
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2046
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/create/file.ts)_
|
|
2047
2047
|
|
|
2048
2048
|
## `sf data create record`
|
|
2049
2049
|
|
|
@@ -2099,7 +2099,7 @@ EXAMPLES
|
|
|
2099
2099
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2100
2100
|
```
|
|
2101
2101
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/create/record.ts)_
|
|
2103
2103
|
|
|
2104
2104
|
## `sf data delete bulk`
|
|
2105
2105
|
|
|
@@ -2159,7 +2159,7 @@ FLAG DESCRIPTIONS
|
|
|
2159
2159
|
and can be enabled only by a system administrator.
|
|
2160
2160
|
```
|
|
2161
2161
|
|
|
2162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/delete/bulk.ts)_
|
|
2163
2163
|
|
|
2164
2164
|
## `sf data delete record`
|
|
2165
2165
|
|
|
@@ -2220,7 +2220,7 @@ EXAMPLES
|
|
|
2220
2220
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2221
2221
|
```
|
|
2222
2222
|
|
|
2223
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2223
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/delete/record.ts)_
|
|
2224
2224
|
|
|
2225
2225
|
## `sf data delete resume`
|
|
2226
2226
|
|
|
@@ -2259,7 +2259,7 @@ EXAMPLES
|
|
|
2259
2259
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2260
2260
|
```
|
|
2261
2261
|
|
|
2262
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2262
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/delete/resume.ts)_
|
|
2263
2263
|
|
|
2264
2264
|
## `sf data export bulk`
|
|
2265
2265
|
|
|
@@ -2333,7 +2333,7 @@ EXAMPLES
|
|
|
2333
2333
|
--result-format json --async
|
|
2334
2334
|
```
|
|
2335
2335
|
|
|
2336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/export/bulk.ts)_
|
|
2337
2337
|
|
|
2338
2338
|
## `sf data export resume`
|
|
2339
2339
|
|
|
@@ -2369,7 +2369,7 @@ EXAMPLES
|
|
|
2369
2369
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
2370
2370
|
```
|
|
2371
2371
|
|
|
2372
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2372
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/export/resume.ts)_
|
|
2373
2373
|
|
|
2374
2374
|
## `sf data export tree`
|
|
2375
2375
|
|
|
@@ -2429,7 +2429,7 @@ EXAMPLES
|
|
|
2429
2429
|
my-scratch
|
|
2430
2430
|
```
|
|
2431
2431
|
|
|
2432
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2432
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/export/tree.ts)_
|
|
2433
2433
|
|
|
2434
2434
|
## `sf data get record`
|
|
2435
2435
|
|
|
@@ -2493,7 +2493,7 @@ EXAMPLES
|
|
|
2493
2493
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2494
2494
|
```
|
|
2495
2495
|
|
|
2496
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2496
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/get/record.ts)_
|
|
2497
2497
|
|
|
2498
2498
|
## `sf data import bulk`
|
|
2499
2499
|
|
|
@@ -2551,7 +2551,7 @@ EXAMPLES
|
|
|
2551
2551
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
2552
2552
|
```
|
|
2553
2553
|
|
|
2554
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2554
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/import/bulk.ts)_
|
|
2555
2555
|
|
|
2556
2556
|
## `sf data import resume`
|
|
2557
2557
|
|
|
@@ -2587,7 +2587,7 @@ EXAMPLES
|
|
|
2587
2587
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2588
2588
|
```
|
|
2589
2589
|
|
|
2590
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2590
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/import/resume.ts)_
|
|
2591
2591
|
|
|
2592
2592
|
## `sf data import tree`
|
|
2593
2593
|
|
|
@@ -2651,7 +2651,7 @@ FLAG DESCRIPTIONS
|
|
|
2651
2651
|
- files(array) - Files: An array of files paths to load
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2654
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/import/tree.ts)_
|
|
2655
2655
|
|
|
2656
2656
|
## `sf data query`
|
|
2657
2657
|
|
|
@@ -2704,7 +2704,7 @@ EXAMPLES
|
|
|
2704
2704
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2705
2705
|
```
|
|
2706
2706
|
|
|
2707
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2707
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/query.ts)_
|
|
2708
2708
|
|
|
2709
2709
|
## `sf data resume`
|
|
2710
2710
|
|
|
@@ -2741,7 +2741,7 @@ EXAMPLES
|
|
|
2741
2741
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2742
2742
|
```
|
|
2743
2743
|
|
|
2744
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2744
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/resume.ts)_
|
|
2745
2745
|
|
|
2746
2746
|
## `sf data search`
|
|
2747
2747
|
|
|
@@ -2791,7 +2791,7 @@ EXAMPLES
|
|
|
2791
2791
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2792
2792
|
```
|
|
2793
2793
|
|
|
2794
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2794
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/search.ts)_
|
|
2795
2795
|
|
|
2796
2796
|
## `sf data update bulk`
|
|
2797
2797
|
|
|
@@ -2852,7 +2852,7 @@ EXAMPLES
|
|
|
2852
2852
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2853
2853
|
```
|
|
2854
2854
|
|
|
2855
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2855
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/update/bulk.ts)_
|
|
2856
2856
|
|
|
2857
2857
|
## `sf data update record`
|
|
2858
2858
|
|
|
@@ -2914,7 +2914,7 @@ EXAMPLES
|
|
|
2914
2914
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2915
2915
|
```
|
|
2916
2916
|
|
|
2917
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2917
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/update/record.ts)_
|
|
2918
2918
|
|
|
2919
2919
|
## `sf data update resume`
|
|
2920
2920
|
|
|
@@ -2950,7 +2950,7 @@ EXAMPLES
|
|
|
2950
2950
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2951
2951
|
```
|
|
2952
2952
|
|
|
2953
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2953
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/update/resume.ts)_
|
|
2954
2954
|
|
|
2955
2955
|
## `sf data upsert bulk`
|
|
2956
2956
|
|
|
@@ -3007,7 +3007,7 @@ EXAMPLES
|
|
|
3007
3007
|
my-scratch
|
|
3008
3008
|
```
|
|
3009
3009
|
|
|
3010
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3010
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/upsert/bulk.ts)_
|
|
3011
3011
|
|
|
3012
3012
|
## `sf data upsert resume`
|
|
3013
3013
|
|
|
@@ -3046,7 +3046,7 @@ EXAMPLES
|
|
|
3046
3046
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3047
3047
|
```
|
|
3048
3048
|
|
|
3049
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/data/upsert/resume.ts)_
|
|
3050
3050
|
|
|
3051
3051
|
## `sf doctor`
|
|
3052
3052
|
|
|
@@ -3094,7 +3094,7 @@ EXAMPLES
|
|
|
3094
3094
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3095
3095
|
```
|
|
3096
3096
|
|
|
3097
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3097
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.68/src/commands/doctor.ts)_
|
|
3098
3098
|
|
|
3099
3099
|
## `sf force data bulk delete`
|
|
3100
3100
|
|
|
@@ -3141,7 +3141,7 @@ EXAMPLES
|
|
|
3141
3141
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3142
3142
|
```
|
|
3143
3143
|
|
|
3144
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3144
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/force/data/bulk/delete.ts)_
|
|
3145
3145
|
|
|
3146
3146
|
## `sf force data bulk status`
|
|
3147
3147
|
|
|
@@ -3178,7 +3178,7 @@ EXAMPLES
|
|
|
3178
3178
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3179
3179
|
```
|
|
3180
3180
|
|
|
3181
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3181
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/force/data/bulk/status.ts)_
|
|
3182
3182
|
|
|
3183
3183
|
## `sf force data bulk upsert`
|
|
3184
3184
|
|
|
@@ -3236,7 +3236,7 @@ EXAMPLES
|
|
|
3236
3236
|
--target-org my-scratch
|
|
3237
3237
|
```
|
|
3238
3238
|
|
|
3239
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3239
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.40/src/commands/force/data/bulk/upsert.ts)_
|
|
3240
3240
|
|
|
3241
3241
|
## `sf help [COMMAND]`
|
|
3242
3242
|
|
|
@@ -3296,7 +3296,7 @@ EXAMPLES
|
|
|
3296
3296
|
$ sf info releasenotes display --version latest
|
|
3297
3297
|
```
|
|
3298
3298
|
|
|
3299
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3299
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.68/src/commands/info/releasenotes/display.ts)_
|
|
3300
3300
|
|
|
3301
3301
|
## `sf lightning generate app`
|
|
3302
3302
|
|
|
@@ -3807,7 +3807,7 @@ FLAG DESCRIPTIONS
|
|
|
3807
3807
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3808
3808
|
```
|
|
3809
3809
|
|
|
3810
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
3810
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/sandbox.ts)_
|
|
3811
3811
|
|
|
3812
3812
|
## `sf org create scratch`
|
|
3813
3813
|
|
|
@@ -3989,7 +3989,7 @@ FLAG DESCRIPTIONS
|
|
|
3989
3989
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3990
3990
|
```
|
|
3991
3991
|
|
|
3992
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
3992
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/scratch.ts)_
|
|
3993
3993
|
|
|
3994
3994
|
## `sf org create user`
|
|
3995
3995
|
|
|
@@ -4143,7 +4143,7 @@ EXAMPLES
|
|
|
4143
4143
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4144
4144
|
```
|
|
4145
4145
|
|
|
4146
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4146
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/sandbox.ts)_
|
|
4147
4147
|
|
|
4148
4148
|
## `sf org delete scratch`
|
|
4149
4149
|
|
|
@@ -4187,7 +4187,7 @@ EXAMPLES
|
|
|
4187
4187
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4188
4188
|
```
|
|
4189
4189
|
|
|
4190
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4190
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/scratch.ts)_
|
|
4191
4191
|
|
|
4192
4192
|
## `sf org disable tracking`
|
|
4193
4193
|
|
|
@@ -4226,7 +4226,7 @@ EXAMPLES
|
|
|
4226
4226
|
$ sf org disable tracking
|
|
4227
4227
|
```
|
|
4228
4228
|
|
|
4229
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4229
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/disable/tracking.ts)_
|
|
4230
4230
|
|
|
4231
4231
|
## `sf org display`
|
|
4232
4232
|
|
|
@@ -4271,7 +4271,7 @@ EXAMPLES
|
|
|
4271
4271
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4272
4272
|
```
|
|
4273
4273
|
|
|
4274
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4274
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/display.ts)_
|
|
4275
4275
|
|
|
4276
4276
|
## `sf org display user`
|
|
4277
4277
|
|
|
@@ -4352,7 +4352,7 @@ EXAMPLES
|
|
|
4352
4352
|
$ sf org enable tracking
|
|
4353
4353
|
```
|
|
4354
4354
|
|
|
4355
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4355
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/enable/tracking.ts)_
|
|
4356
4356
|
|
|
4357
4357
|
## `sf org generate password`
|
|
4358
4358
|
|
|
@@ -4458,7 +4458,7 @@ EXAMPLES
|
|
|
4458
4458
|
$ sf org list --clean
|
|
4459
4459
|
```
|
|
4460
4460
|
|
|
4461
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4461
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list.ts)_
|
|
4462
4462
|
|
|
4463
4463
|
## `sf org list auth`
|
|
4464
4464
|
|
|
@@ -4597,7 +4597,7 @@ FLAG DESCRIPTIONS
|
|
|
4597
4597
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4598
4598
|
```
|
|
4599
4599
|
|
|
4600
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4600
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata.ts)_
|
|
4601
4601
|
|
|
4602
4602
|
## `sf org list metadata-types`
|
|
4603
4603
|
|
|
@@ -4652,7 +4652,7 @@ FLAG DESCRIPTIONS
|
|
|
4652
4652
|
Override the api version used for api requests made by this command
|
|
4653
4653
|
```
|
|
4654
4654
|
|
|
4655
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4655
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata-types.ts)_
|
|
4656
4656
|
|
|
4657
4657
|
## `sf org list sobject record-counts`
|
|
4658
4658
|
|
|
@@ -5258,7 +5258,7 @@ EXAMPLES
|
|
|
5258
5258
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5259
5259
|
```
|
|
5260
5260
|
|
|
5261
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5261
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open.ts)_
|
|
5262
5262
|
|
|
5263
5263
|
## `sf org open agent`
|
|
5264
5264
|
|
|
@@ -5309,7 +5309,7 @@ EXAMPLES
|
|
|
5309
5309
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5310
5310
|
```
|
|
5311
5311
|
|
|
5312
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5312
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open/agent.ts)_
|
|
5313
5313
|
|
|
5314
5314
|
## `sf org refresh sandbox`
|
|
5315
5315
|
|
|
@@ -5412,7 +5412,7 @@ FLAG DESCRIPTIONS
|
|
|
5412
5412
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5413
5413
|
```
|
|
5414
5414
|
|
|
5415
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5415
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/refresh/sandbox.ts)_
|
|
5416
5416
|
|
|
5417
5417
|
## `sf org resume sandbox`
|
|
5418
5418
|
|
|
@@ -5475,7 +5475,7 @@ FLAG DESCRIPTIONS
|
|
|
5475
5475
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5476
5476
|
```
|
|
5477
5477
|
|
|
5478
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5478
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/sandbox.ts)_
|
|
5479
5479
|
|
|
5480
5480
|
## `sf org resume scratch`
|
|
5481
5481
|
|
|
@@ -5528,7 +5528,7 @@ FLAG DESCRIPTIONS
|
|
|
5528
5528
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5529
5529
|
```
|
|
5530
5530
|
|
|
5531
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5531
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/scratch.ts)_
|
|
5532
5532
|
|
|
5533
5533
|
## `sf package convert`
|
|
5534
5534
|
|
|
@@ -7264,7 +7264,7 @@ EXAMPLES
|
|
|
7264
7264
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7265
7265
|
```
|
|
7266
7266
|
|
|
7267
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7267
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.101/src/commands/plugins/trust/verify.ts)_
|
|
7268
7268
|
|
|
7269
7269
|
## `sf plugins uninstall [PLUGIN]`
|
|
7270
7270
|
|
|
@@ -9143,7 +9143,7 @@ FLAG DESCRIPTIONS
|
|
|
9143
9143
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9144
9144
|
```
|
|
9145
9145
|
|
|
9146
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9146
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.63/src/commands/schema/generate/field.ts)_
|
|
9147
9147
|
|
|
9148
9148
|
## `sf schema generate platformevent`
|
|
9149
9149
|
|
|
@@ -9175,7 +9175,7 @@ EXAMPLES
|
|
|
9175
9175
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9176
9176
|
```
|
|
9177
9177
|
|
|
9178
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9178
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.63/src/commands/schema/generate/platformevent.ts)_
|
|
9179
9179
|
|
|
9180
9180
|
## `sf schema generate sobject`
|
|
9181
9181
|
|
|
@@ -9232,7 +9232,7 @@ FLAG DESCRIPTIONS
|
|
|
9232
9232
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9233
9233
|
```
|
|
9234
9234
|
|
|
9235
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9235
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.63/src/commands/schema/generate/sobject.ts)_
|
|
9236
9236
|
|
|
9237
9237
|
## `sf schema generate tab`
|
|
9238
9238
|
|
|
@@ -9280,7 +9280,7 @@ FLAG DESCRIPTIONS
|
|
|
9280
9280
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9281
9281
|
```
|
|
9282
9282
|
|
|
9283
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9283
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.63/src/commands/schema/generate/tab.ts)_
|
|
9284
9284
|
|
|
9285
9285
|
## `sf search`
|
|
9286
9286
|
|
|
@@ -9482,7 +9482,7 @@ EXAMPLES
|
|
|
9482
9482
|
$ sf update --available
|
|
9483
9483
|
```
|
|
9484
9484
|
|
|
9485
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
9485
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.45/src/commands/update.ts)_
|
|
9486
9486
|
|
|
9487
9487
|
## `sf version`
|
|
9488
9488
|
|
|
@@ -9642,7 +9642,7 @@ EXAMPLES
|
|
|
9642
9642
|
$ sf which "foo bar baz"
|
|
9643
9643
|
```
|
|
9644
9644
|
|
|
9645
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
9645
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.37/src/commands/which.ts)_
|
|
9646
9646
|
|
|
9647
9647
|
<!-- commandsstop -->
|
|
9648
9648
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.95.
|
|
3
|
+
"version": "2.95.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.95.
|
|
9
|
+
"version": "2.95.4",
|
|
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.4.0",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.31",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.26",
|
|
17
17
|
"@oclif/plugin-help": "6.2.29",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.57",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.42",
|
|
20
20
|
"@oclif/plugin-search": "1.2.25",
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
21
|
+
"@oclif/plugin-update": "4.6.45",
|
|
22
22
|
"@oclif/plugin-version": "2.2.30",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.42",
|
|
24
|
+
"@oclif/plugin-which": "3.2.37",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.23.0",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.7.3",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.40",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.22.27",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.68",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.57",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.8.
|
|
36
|
+
"@salesforce/plugin-org": "5.8.5",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.16.0",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.68",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.32",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.63",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.45",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.52",
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.101",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.26",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.2",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -3980,9 +3980,9 @@
|
|
|
3980
3980
|
}
|
|
3981
3981
|
},
|
|
3982
3982
|
"node_modules/@oclif/multi-stage-output": {
|
|
3983
|
-
"version": "0.8.
|
|
3984
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3985
|
-
"integrity": "sha512-
|
|
3983
|
+
"version": "0.8.16",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz",
|
|
3985
|
+
"integrity": "sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==",
|
|
3986
3986
|
"license": "MIT",
|
|
3987
3987
|
"dependencies": {
|
|
3988
3988
|
"@oclif/core": "^4",
|
|
@@ -4013,9 +4013,9 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
},
|
|
4015
4015
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4016
|
-
"version": "3.2.
|
|
4017
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
4018
|
-
"integrity": "sha512-
|
|
4016
|
+
"version": "3.2.31",
|
|
4017
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.31.tgz",
|
|
4018
|
+
"integrity": "sha512-zCkmbP4vBkSpIJWj8SDiGUkIv+j37cQIY1oGnspHmxSf1Adx29yZ+IBCzbcFK1VpSGR2VCKBAV0+IxdVGjC7Cg==",
|
|
4019
4019
|
"license": "MIT",
|
|
4020
4020
|
"dependencies": {
|
|
4021
4021
|
"@oclif/core": "^4",
|
|
@@ -4267,14 +4267,14 @@
|
|
|
4267
4267
|
}
|
|
4268
4268
|
},
|
|
4269
4269
|
"node_modules/@oclif/plugin-update": {
|
|
4270
|
-
"version": "4.6.
|
|
4271
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
4272
|
-
"integrity": "sha512-
|
|
4270
|
+
"version": "4.6.45",
|
|
4271
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.45.tgz",
|
|
4272
|
+
"integrity": "sha512-B+10I6SMAV/614iO9MoOv2qKeEgZrguqHCYMA5f3fjkY0V2MfXZpvYhk0yodAFpMG/CNM/rnII7PQKUvjRIooA==",
|
|
4273
4273
|
"license": "MIT",
|
|
4274
4274
|
"dependencies": {
|
|
4275
4275
|
"@inquirer/select": "^2.5.0",
|
|
4276
4276
|
"@oclif/core": "^4",
|
|
4277
|
-
"@oclif/table": "^0.4.
|
|
4277
|
+
"@oclif/table": "^0.4.9",
|
|
4278
4278
|
"ansis": "^3.17.0",
|
|
4279
4279
|
"debug": "^4.4.1",
|
|
4280
4280
|
"filesize": "^6.1.0",
|
|
@@ -4301,9 +4301,9 @@
|
|
|
4301
4301
|
}
|
|
4302
4302
|
},
|
|
4303
4303
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4304
|
-
"version": "3.1.
|
|
4305
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4306
|
-
"integrity": "sha512-
|
|
4304
|
+
"version": "3.1.42",
|
|
4305
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz",
|
|
4306
|
+
"integrity": "sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==",
|
|
4307
4307
|
"license": "MIT",
|
|
4308
4308
|
"dependencies": {
|
|
4309
4309
|
"@oclif/core": "^4",
|
|
@@ -4318,9 +4318,9 @@
|
|
|
4318
4318
|
}
|
|
4319
4319
|
},
|
|
4320
4320
|
"node_modules/@oclif/plugin-which": {
|
|
4321
|
-
"version": "3.2.
|
|
4322
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4323
|
-
"integrity": "sha512-
|
|
4321
|
+
"version": "3.2.37",
|
|
4322
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.37.tgz",
|
|
4323
|
+
"integrity": "sha512-vlPE7RpqkHPvvumbrH7g95WvX//AxjX23NpLo4NWbUaLzJVGwkguUkYY8DKrJa3hf1Q98CQz+igunEjvbustIA==",
|
|
4324
4324
|
"license": "MIT",
|
|
4325
4325
|
"dependencies": {
|
|
4326
4326
|
"@oclif/core": "^4",
|
|
@@ -4331,9 +4331,9 @@
|
|
|
4331
4331
|
}
|
|
4332
4332
|
},
|
|
4333
4333
|
"node_modules/@oclif/table": {
|
|
4334
|
-
"version": "0.4.
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
4336
|
-
"integrity": "sha512-
|
|
4334
|
+
"version": "0.4.9",
|
|
4335
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.9.tgz",
|
|
4336
|
+
"integrity": "sha512-j6M16G2qXhQCZ3e6TffYmJgBdl0sha0/P1X8xpZpaXMvNHE7nWGGvScUACwvMn64XoSLHzLC9yEcaI5IpH0kYg==",
|
|
4337
4337
|
"license": "MIT",
|
|
4338
4338
|
"dependencies": {
|
|
4339
4339
|
"@types/react": "^18.3.12",
|
|
@@ -5420,13 +5420,13 @@
|
|
|
5420
5420
|
}
|
|
5421
5421
|
},
|
|
5422
5422
|
"node_modules/@salesforce/plugin-data": {
|
|
5423
|
-
"version": "4.0.
|
|
5424
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5425
|
-
"integrity": "sha512
|
|
5423
|
+
"version": "4.0.40",
|
|
5424
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.40.tgz",
|
|
5425
|
+
"integrity": "sha512-y17uKnK+lGMj7icBXWWgThUkL/HBrCgDijg/ZrJzoFlpDnb/Im52C6wCjgmNVRqQih7qGmXqmMlDi/jJREtwgw==",
|
|
5426
5426
|
"license": "Apache-2.0",
|
|
5427
5427
|
"dependencies": {
|
|
5428
5428
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
5429
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5429
|
+
"@oclif/multi-stage-output": "^0.8.15",
|
|
5430
5430
|
"@salesforce/core": "^8.12.0",
|
|
5431
5431
|
"@salesforce/kit": "^3.2.2",
|
|
5432
5432
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
@@ -5467,15 +5467,15 @@
|
|
|
5467
5467
|
}
|
|
5468
5468
|
},
|
|
5469
5469
|
"node_modules/@salesforce/plugin-info": {
|
|
5470
|
-
"version": "3.4.
|
|
5471
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5472
|
-
"integrity": "sha512-
|
|
5470
|
+
"version": "3.4.68",
|
|
5471
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.68.tgz",
|
|
5472
|
+
"integrity": "sha512-qzBtnce5HKO9KhqkFpWpmo3THa06NldpojAyr49izo1MyG6mVRTuHDNEIfP50hCIDzM1Efc9XyrkwIh0AeuYfQ==",
|
|
5473
5473
|
"license": "Apache-2.0",
|
|
5474
5474
|
"dependencies": {
|
|
5475
5475
|
"@inquirer/input": "^2.3.0",
|
|
5476
5476
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
5477
5477
|
"@oclif/core": "^4",
|
|
5478
|
-
"@salesforce/core": "^8.
|
|
5478
|
+
"@salesforce/core": "^8.14.0",
|
|
5479
5479
|
"@salesforce/kit": "^3.2.3",
|
|
5480
5480
|
"@salesforce/sf-plugins-core": "^12",
|
|
5481
5481
|
"got": "^13.0.0",
|
|
@@ -5519,17 +5519,17 @@
|
|
|
5519
5519
|
}
|
|
5520
5520
|
},
|
|
5521
5521
|
"node_modules/@salesforce/plugin-org": {
|
|
5522
|
-
"version": "5.8.
|
|
5523
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.
|
|
5524
|
-
"integrity": "sha512-
|
|
5522
|
+
"version": "5.8.5",
|
|
5523
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.5.tgz",
|
|
5524
|
+
"integrity": "sha512-E5lE5XEhF/rLvAgK7Dpm5Ttft/ikHgamrddjlL6iuYbZBe5lzviASapLvqM3BejB/CItTRN20GpeJTGtFk1p0Q==",
|
|
5525
5525
|
"license": "Apache-2.0",
|
|
5526
5526
|
"dependencies": {
|
|
5527
|
-
"@oclif/core": "^4.
|
|
5527
|
+
"@oclif/core": "^4.4.0",
|
|
5528
5528
|
"@oclif/multi-stage-output": "^0.8.14",
|
|
5529
5529
|
"@salesforce/core": "^8.13.0",
|
|
5530
5530
|
"@salesforce/kit": "^3.2.3",
|
|
5531
5531
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
5532
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5532
|
+
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
5533
5533
|
"@salesforce/ts-types": "^2.0.12",
|
|
5534
5534
|
"ansis": "^3.16.0",
|
|
5535
5535
|
"change-case": "^5.4.4",
|
|
@@ -5723,16 +5723,16 @@
|
|
|
5723
5723
|
}
|
|
5724
5724
|
},
|
|
5725
5725
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5726
|
-
"version": "1.4.
|
|
5727
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5728
|
-
"integrity": "sha512-
|
|
5726
|
+
"version": "1.4.63",
|
|
5727
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.63.tgz",
|
|
5728
|
+
"integrity": "sha512-Dy/mKvaXw9U7mWXgHkyVh5ixuN3a3+4C6SdtKLsvyIlAhw5jTWvnX/x5+sXBZhZz+GbI+pPsHRA6tiWnEIPJOg==",
|
|
5729
5729
|
"license": "Apache-2.0",
|
|
5730
5730
|
"dependencies": {
|
|
5731
5731
|
"@inquirer/confirm": "^3.2.0",
|
|
5732
5732
|
"@inquirer/input": "^2.3.0",
|
|
5733
5733
|
"@inquirer/select": "^2.5.0",
|
|
5734
5734
|
"@oclif/core": "^4",
|
|
5735
|
-
"@salesforce/core": "^8.
|
|
5735
|
+
"@salesforce/core": "^8.14.0",
|
|
5736
5736
|
"@salesforce/kit": "^3.1.6",
|
|
5737
5737
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5738
5738
|
"fast-glob": "^3.3.3",
|
|
@@ -5849,9 +5849,9 @@
|
|
|
5849
5849
|
}
|
|
5850
5850
|
},
|
|
5851
5851
|
"node_modules/@salesforce/plugin-trust": {
|
|
5852
|
-
"version": "3.7.
|
|
5853
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5854
|
-
"integrity": "sha512-
|
|
5852
|
+
"version": "3.7.101",
|
|
5853
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.101.tgz",
|
|
5854
|
+
"integrity": "sha512-TGYOPZqbdknzafSl1xqSBeBC7frOy7OBnhj/YiDBMuk1JMFuxykiNAKVixR05Ry6OcdWaqM+yYmBYCBwKEX1/w==",
|
|
5855
5855
|
"license": "Apache-2.0",
|
|
5856
5856
|
"dependencies": {
|
|
5857
5857
|
"@oclif/core": "^4",
|
|
@@ -5936,10 +5936,10 @@
|
|
|
5936
5936
|
}
|
|
5937
5937
|
},
|
|
5938
5938
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5939
|
-
"version": "12.
|
|
5940
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5941
|
-
"integrity": "sha512-
|
|
5942
|
-
"license": "
|
|
5939
|
+
"version": "12.20.1",
|
|
5940
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz",
|
|
5941
|
+
"integrity": "sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==",
|
|
5942
|
+
"license": "Apache-2.0",
|
|
5943
5943
|
"dependencies": {
|
|
5944
5944
|
"@salesforce/core": "^8.12.0",
|
|
5945
5945
|
"@salesforce/kit": "^3.2.3",
|
package/oclif.lock
CHANGED
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
proc-log "^5.0.0"
|
|
1606
1606
|
which "^5.0.0"
|
|
1607
1607
|
|
|
1608
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.
|
|
1608
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.4.0":
|
|
1609
1609
|
version "4.4.0"
|
|
1610
1610
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz"
|
|
1611
1611
|
integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
|
|
@@ -1642,10 +1642,10 @@
|
|
|
1642
1642
|
react "^18.3.1"
|
|
1643
1643
|
wrap-ansi "^9.0.0"
|
|
1644
1644
|
|
|
1645
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1646
|
-
version "0.8.
|
|
1647
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1648
|
-
integrity sha512-
|
|
1645
|
+
"@oclif/multi-stage-output@^0.8.14", "@oclif/multi-stage-output@^0.8.15":
|
|
1646
|
+
version "0.8.16"
|
|
1647
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz"
|
|
1648
|
+
integrity sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==
|
|
1649
1649
|
dependencies:
|
|
1650
1650
|
"@oclif/core" "^4"
|
|
1651
1651
|
"@types/react" "^18.3.12"
|
|
@@ -1655,10 +1655,10 @@
|
|
|
1655
1655
|
react "^18.3.1"
|
|
1656
1656
|
wrap-ansi "^9.0.0"
|
|
1657
1657
|
|
|
1658
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1659
|
-
version "3.2.
|
|
1660
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1661
|
-
integrity sha512-
|
|
1658
|
+
"@oclif/plugin-autocomplete@3.2.31":
|
|
1659
|
+
version "3.2.31"
|
|
1660
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.31.tgz"
|
|
1661
|
+
integrity sha512-zCkmbP4vBkSpIJWj8SDiGUkIv+j37cQIY1oGnspHmxSf1Adx29yZ+IBCzbcFK1VpSGR2VCKBAV0+IxdVGjC7Cg==
|
|
1662
1662
|
dependencies:
|
|
1663
1663
|
"@oclif/core" "^4"
|
|
1664
1664
|
ansis "^3.16.0"
|
|
@@ -1733,14 +1733,14 @@
|
|
|
1733
1733
|
ansi-escapes "^7.0.0"
|
|
1734
1734
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1735
1735
|
|
|
1736
|
-
"@oclif/plugin-update@4.6.
|
|
1737
|
-
version "4.6.
|
|
1738
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
1739
|
-
integrity sha512-
|
|
1736
|
+
"@oclif/plugin-update@4.6.45":
|
|
1737
|
+
version "4.6.45"
|
|
1738
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.45.tgz"
|
|
1739
|
+
integrity sha512-B+10I6SMAV/614iO9MoOv2qKeEgZrguqHCYMA5f3fjkY0V2MfXZpvYhk0yodAFpMG/CNM/rnII7PQKUvjRIooA==
|
|
1740
1740
|
dependencies:
|
|
1741
1741
|
"@inquirer/select" "^2.5.0"
|
|
1742
1742
|
"@oclif/core" "^4"
|
|
1743
|
-
"@oclif/table" "^0.4.
|
|
1743
|
+
"@oclif/table" "^0.4.9"
|
|
1744
1744
|
ansis "^3.17.0"
|
|
1745
1745
|
debug "^4.4.1"
|
|
1746
1746
|
filesize "^6.1.0"
|
|
@@ -1757,10 +1757,10 @@
|
|
|
1757
1757
|
"@oclif/core" "^4"
|
|
1758
1758
|
ansis "^3.17.0"
|
|
1759
1759
|
|
|
1760
|
-
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1761
|
-
version "3.1.
|
|
1762
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1763
|
-
integrity sha512-
|
|
1760
|
+
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.42":
|
|
1761
|
+
version "3.1.42"
|
|
1762
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz"
|
|
1763
|
+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
|
|
1764
1764
|
dependencies:
|
|
1765
1765
|
"@oclif/core" "^4"
|
|
1766
1766
|
ansis "^3.17.0"
|
|
@@ -1769,18 +1769,18 @@
|
|
|
1769
1769
|
lodash "^4.17.21"
|
|
1770
1770
|
registry-auth-token "^5.1.0"
|
|
1771
1771
|
|
|
1772
|
-
"@oclif/plugin-which@3.2.
|
|
1773
|
-
version "3.2.
|
|
1774
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1775
|
-
integrity sha512-
|
|
1772
|
+
"@oclif/plugin-which@3.2.37":
|
|
1773
|
+
version "3.2.37"
|
|
1774
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.37.tgz"
|
|
1775
|
+
integrity sha512-vlPE7RpqkHPvvumbrH7g95WvX//AxjX23NpLo4NWbUaLzJVGwkguUkYY8DKrJa3hf1Q98CQz+igunEjvbustIA==
|
|
1776
1776
|
dependencies:
|
|
1777
1777
|
"@oclif/core" "^4"
|
|
1778
1778
|
ansis "^3.17.0"
|
|
1779
1779
|
|
|
1780
|
-
"@oclif/table@^0.4.6", "@oclif/table@^0.4.8":
|
|
1781
|
-
version "0.4.
|
|
1782
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
1783
|
-
integrity sha512-
|
|
1780
|
+
"@oclif/table@^0.4.6", "@oclif/table@^0.4.8", "@oclif/table@^0.4.9":
|
|
1781
|
+
version "0.4.9"
|
|
1782
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.9.tgz"
|
|
1783
|
+
integrity sha512-j6M16G2qXhQCZ3e6TffYmJgBdl0sha0/P1X8xpZpaXMvNHE7nWGGvScUACwvMn64XoSLHzLC9yEcaI5IpH0kYg==
|
|
1784
1784
|
dependencies:
|
|
1785
1785
|
"@types/react" "^18.3.12"
|
|
1786
1786
|
change-case "^5.4.4"
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
strip-ansi "6.0.1"
|
|
1996
1996
|
ts-retry-promise "^0.8.1"
|
|
1997
1997
|
|
|
1998
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.
|
|
1998
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
|
|
1999
1999
|
version "8.14.0"
|
|
2000
2000
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz"
|
|
2001
2001
|
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
@@ -2161,13 +2161,13 @@
|
|
|
2161
2161
|
debug "^4.4.0"
|
|
2162
2162
|
handlebars "^4.7.8"
|
|
2163
2163
|
|
|
2164
|
-
"@salesforce/plugin-data@4.0.
|
|
2165
|
-
version "4.0.
|
|
2166
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2167
|
-
integrity sha512
|
|
2164
|
+
"@salesforce/plugin-data@4.0.40":
|
|
2165
|
+
version "4.0.40"
|
|
2166
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.40.tgz"
|
|
2167
|
+
integrity sha512-y17uKnK+lGMj7icBXWWgThUkL/HBrCgDijg/ZrJzoFlpDnb/Im52C6wCjgmNVRqQih7qGmXqmMlDi/jJREtwgw==
|
|
2168
2168
|
dependencies:
|
|
2169
2169
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
2170
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2170
|
+
"@oclif/multi-stage-output" "^0.8.15"
|
|
2171
2171
|
"@salesforce/core" "^8.12.0"
|
|
2172
2172
|
"@salesforce/kit" "^3.2.2"
|
|
2173
2173
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
@@ -2198,15 +2198,15 @@
|
|
|
2198
2198
|
ansis "^3.17.0"
|
|
2199
2199
|
terminal-link "^3.0.0"
|
|
2200
2200
|
|
|
2201
|
-
"@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@3.4.
|
|
2202
|
-
version "3.4.
|
|
2203
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2204
|
-
integrity sha512-
|
|
2201
|
+
"@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@3.4.68":
|
|
2202
|
+
version "3.4.68"
|
|
2203
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.68.tgz"
|
|
2204
|
+
integrity sha512-qzBtnce5HKO9KhqkFpWpmo3THa06NldpojAyr49izo1MyG6mVRTuHDNEIfP50hCIDzM1Efc9XyrkwIh0AeuYfQ==
|
|
2205
2205
|
dependencies:
|
|
2206
2206
|
"@inquirer/input" "^2.3.0"
|
|
2207
2207
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
2208
2208
|
"@oclif/core" "^4"
|
|
2209
|
-
"@salesforce/core" "^8.
|
|
2209
|
+
"@salesforce/core" "^8.14.0"
|
|
2210
2210
|
"@salesforce/kit" "^3.2.3"
|
|
2211
2211
|
"@salesforce/sf-plugins-core" "^12"
|
|
2212
2212
|
got "^13.0.0"
|
|
@@ -2235,17 +2235,17 @@
|
|
|
2235
2235
|
got "^13.0.0"
|
|
2236
2236
|
proxy-agent "^6.4.0"
|
|
2237
2237
|
|
|
2238
|
-
"@salesforce/plugin-org@5.8.
|
|
2239
|
-
version "5.8.
|
|
2240
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.
|
|
2241
|
-
integrity sha512-
|
|
2238
|
+
"@salesforce/plugin-org@5.8.5":
|
|
2239
|
+
version "5.8.5"
|
|
2240
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.5.tgz"
|
|
2241
|
+
integrity sha512-E5lE5XEhF/rLvAgK7Dpm5Ttft/ikHgamrddjlL6iuYbZBe5lzviASapLvqM3BejB/CItTRN20GpeJTGtFk1p0Q==
|
|
2242
2242
|
dependencies:
|
|
2243
|
-
"@oclif/core" "^4.
|
|
2243
|
+
"@oclif/core" "^4.4.0"
|
|
2244
2244
|
"@oclif/multi-stage-output" "^0.8.14"
|
|
2245
2245
|
"@salesforce/core" "^8.13.0"
|
|
2246
2246
|
"@salesforce/kit" "^3.2.3"
|
|
2247
2247
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
2248
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2248
|
+
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
2249
2249
|
"@salesforce/ts-types" "^2.0.12"
|
|
2250
2250
|
ansis "^3.16.0"
|
|
2251
2251
|
change-case "^5.4.4"
|
|
@@ -2312,16 +2312,16 @@
|
|
|
2312
2312
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
2313
2313
|
fast-levenshtein "^3.0.0"
|
|
2314
2314
|
|
|
2315
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2316
|
-
version "1.4.
|
|
2317
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2318
|
-
integrity sha512-
|
|
2315
|
+
"@salesforce/plugin-sobject@1.4.63":
|
|
2316
|
+
version "1.4.63"
|
|
2317
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.63.tgz"
|
|
2318
|
+
integrity sha512-Dy/mKvaXw9U7mWXgHkyVh5ixuN3a3+4C6SdtKLsvyIlAhw5jTWvnX/x5+sXBZhZz+GbI+pPsHRA6tiWnEIPJOg==
|
|
2319
2319
|
dependencies:
|
|
2320
2320
|
"@inquirer/confirm" "^3.2.0"
|
|
2321
2321
|
"@inquirer/input" "^2.3.0"
|
|
2322
2322
|
"@inquirer/select" "^2.5.0"
|
|
2323
2323
|
"@oclif/core" "^4"
|
|
2324
|
-
"@salesforce/core" "^8.
|
|
2324
|
+
"@salesforce/core" "^8.14.0"
|
|
2325
2325
|
"@salesforce/kit" "^3.1.6"
|
|
2326
2326
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2327
2327
|
fast-glob "^3.3.3"
|
|
@@ -2350,10 +2350,10 @@
|
|
|
2350
2350
|
"@salesforce/sf-plugins-core" "^12"
|
|
2351
2351
|
"@salesforce/templates" "^64.2.0"
|
|
2352
2352
|
|
|
2353
|
-
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.
|
|
2354
|
-
version "3.7.
|
|
2355
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2356
|
-
integrity sha512-
|
|
2353
|
+
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.101":
|
|
2354
|
+
version "3.7.101"
|
|
2355
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.101.tgz"
|
|
2356
|
+
integrity sha512-TGYOPZqbdknzafSl1xqSBeBC7frOy7OBnhj/YiDBMuk1JMFuxykiNAKVixR05Ry6OcdWaqM+yYmBYCBwKEX1/w==
|
|
2357
2357
|
dependencies:
|
|
2358
2358
|
"@oclif/core" "^4"
|
|
2359
2359
|
"@salesforce/core" "^8.12.0"
|
|
@@ -2421,10 +2421,10 @@
|
|
|
2421
2421
|
cli-progress "^3.12.0"
|
|
2422
2422
|
terminal-link "^3.0.0"
|
|
2423
2423
|
|
|
2424
|
-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.10", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.5", "@salesforce/source-deploy-retrieve@^12.19.9":
|
|
2425
|
-
version "12.
|
|
2426
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2427
|
-
integrity sha512-
|
|
2424
|
+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.10", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.5", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.20.1":
|
|
2425
|
+
version "12.20.1"
|
|
2426
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz"
|
|
2427
|
+
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
|
2428
2428
|
dependencies:
|
|
2429
2429
|
"@salesforce/core" "^8.12.0"
|
|
2430
2430
|
"@salesforce/kit" "^3.2.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.95.
|
|
4
|
+
"version": "2.95.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,35 +146,35 @@
|
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
148
|
"@oclif/core": "4.4.0",
|
|
149
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
149
|
+
"@oclif/plugin-autocomplete": "3.2.31",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.26",
|
|
151
151
|
"@oclif/plugin-help": "6.2.29",
|
|
152
152
|
"@oclif/plugin-not-found": "3.2.57",
|
|
153
153
|
"@oclif/plugin-plugins": "5.4.42",
|
|
154
154
|
"@oclif/plugin-search": "1.2.25",
|
|
155
|
-
"@oclif/plugin-update": "4.6.
|
|
155
|
+
"@oclif/plugin-update": "4.6.45",
|
|
156
156
|
"@oclif/plugin-version": "2.2.30",
|
|
157
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
158
|
-
"@oclif/plugin-which": "3.2.
|
|
157
|
+
"@oclif/plugin-warn-if-update-available": "3.1.42",
|
|
158
|
+
"@oclif/plugin-which": "3.2.37",
|
|
159
159
|
"@salesforce/core": "^8.9.1",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
161
|
"@salesforce/plugin-agent": "1.23.0",
|
|
162
162
|
"@salesforce/plugin-apex": "3.6.19",
|
|
163
163
|
"@salesforce/plugin-api": "1.3.3",
|
|
164
164
|
"@salesforce/plugin-auth": "3.7.3",
|
|
165
|
-
"@salesforce/plugin-data": "4.0.
|
|
165
|
+
"@salesforce/plugin-data": "4.0.40",
|
|
166
166
|
"@salesforce/plugin-deploy-retrieve": "3.22.27",
|
|
167
|
-
"@salesforce/plugin-info": "3.4.
|
|
167
|
+
"@salesforce/plugin-info": "3.4.68",
|
|
168
168
|
"@salesforce/plugin-limits": "3.3.57",
|
|
169
169
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
170
|
-
"@salesforce/plugin-org": "5.8.
|
|
170
|
+
"@salesforce/plugin-org": "5.8.5",
|
|
171
171
|
"@salesforce/plugin-packaging": "2.16.0",
|
|
172
172
|
"@salesforce/plugin-schema": "3.3.68",
|
|
173
173
|
"@salesforce/plugin-settings": "2.4.32",
|
|
174
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
174
|
+
"@salesforce/plugin-sobject": "1.4.63",
|
|
175
175
|
"@salesforce/plugin-telemetry": "3.6.45",
|
|
176
176
|
"@salesforce/plugin-templates": "56.3.52",
|
|
177
|
-
"@salesforce/plugin-trust": "3.7.
|
|
177
|
+
"@salesforce/plugin-trust": "3.7.101",
|
|
178
178
|
"@salesforce/plugin-user": "3.6.26",
|
|
179
179
|
"@salesforce/sf-plugins-core": "12.2.2",
|
|
180
180
|
"ansis": "^3.12.0"
|