@salesforce/cli 2.136.3 → 2.136.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 +85 -85
- package/oclif.lock +68 -68
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
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.136.
|
|
28
|
+
@salesforce/cli/2.136.4 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1882,7 +1882,7 @@ EXAMPLES
|
|
|
1882
1882
|
$ sf alias list
|
|
1883
1883
|
```
|
|
1884
1884
|
|
|
1885
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1885
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/list.ts)_
|
|
1886
1886
|
|
|
1887
1887
|
## `sf alias set`
|
|
1888
1888
|
|
|
@@ -1931,7 +1931,7 @@ EXAMPLES
|
|
|
1931
1931
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1932
1932
|
```
|
|
1933
1933
|
|
|
1934
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1934
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/set.ts)_
|
|
1935
1935
|
|
|
1936
1936
|
## `sf alias unset`
|
|
1937
1937
|
|
|
@@ -1971,7 +1971,7 @@ EXAMPLES
|
|
|
1971
1971
|
$ sf alias unset --all [--no-prompt]
|
|
1972
1972
|
```
|
|
1973
1973
|
|
|
1974
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1974
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/unset.ts)_
|
|
1975
1975
|
|
|
1976
1976
|
## `sf apex get log`
|
|
1977
1977
|
|
|
@@ -2586,7 +2586,7 @@ DESCRIPTION
|
|
|
2586
2586
|
List all sf commands.
|
|
2587
2587
|
```
|
|
2588
2588
|
|
|
2589
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2589
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.54/src/commands/commands.ts)_
|
|
2590
2590
|
|
|
2591
2591
|
## `sf config get`
|
|
2592
2592
|
|
|
@@ -2635,7 +2635,7 @@ CONFIGURATION VARIABLES
|
|
|
2635
2635
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2636
2636
|
```
|
|
2637
2637
|
|
|
2638
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2638
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/get.ts)_
|
|
2639
2639
|
|
|
2640
2640
|
## `sf config list`
|
|
2641
2641
|
|
|
@@ -2675,7 +2675,7 @@ EXAMPLES
|
|
|
2675
2675
|
$ sf config list
|
|
2676
2676
|
```
|
|
2677
2677
|
|
|
2678
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2678
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/list.ts)_
|
|
2679
2679
|
|
|
2680
2680
|
## `sf config set`
|
|
2681
2681
|
|
|
@@ -2744,7 +2744,7 @@ CONFIGURATION VARIABLES
|
|
|
2744
2744
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2747
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/set.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf config unset`
|
|
2750
2750
|
|
|
@@ -2794,7 +2794,7 @@ CONFIGURATION VARIABLES
|
|
|
2794
2794
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2795
2795
|
```
|
|
2796
2796
|
|
|
2797
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2797
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/unset.ts)_
|
|
2798
2798
|
|
|
2799
2799
|
## `sf data bulk results`
|
|
2800
2800
|
|
|
@@ -4086,7 +4086,7 @@ DESCRIPTION
|
|
|
4086
4086
|
Display help for sf.
|
|
4087
4087
|
```
|
|
4088
4088
|
|
|
4089
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
4089
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.49/src/commands/help.ts)_
|
|
4090
4090
|
|
|
4091
4091
|
## `sf info releasenotes display`
|
|
4092
4092
|
|
|
@@ -4342,7 +4342,7 @@ EXAMPLES
|
|
|
4342
4342
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4343
4343
|
```
|
|
4344
4344
|
|
|
4345
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4345
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permset.ts)_
|
|
4346
4346
|
|
|
4347
4347
|
## `sf org assign permsetlicense`
|
|
4348
4348
|
|
|
@@ -4389,7 +4389,7 @@ EXAMPLES
|
|
|
4389
4389
|
user3
|
|
4390
4390
|
```
|
|
4391
4391
|
|
|
4392
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4392
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permsetlicense.ts)_
|
|
4393
4393
|
|
|
4394
4394
|
## `sf org create agent-user`
|
|
4395
4395
|
|
|
@@ -4891,7 +4891,7 @@ FLAG DESCRIPTIONS
|
|
|
4891
4891
|
might be different than what you specify in the definition file.
|
|
4892
4892
|
```
|
|
4893
4893
|
|
|
4894
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4894
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/create/user.ts)_
|
|
4895
4895
|
|
|
4896
4896
|
## `sf org delete sandbox`
|
|
4897
4897
|
|
|
@@ -5104,7 +5104,7 @@ EXAMPLES
|
|
|
5104
5104
|
$ sf org display user --target-org me@my.org --json
|
|
5105
5105
|
```
|
|
5106
5106
|
|
|
5107
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5107
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/display/user.ts)_
|
|
5108
5108
|
|
|
5109
5109
|
## `sf org enable tracking`
|
|
5110
5110
|
|
|
@@ -5213,7 +5213,7 @@ EXAMPLES
|
|
|
5213
5213
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
5214
5214
|
```
|
|
5215
5215
|
|
|
5216
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5216
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/generate/password.ts)_
|
|
5217
5217
|
|
|
5218
5218
|
## `sf org list`
|
|
5219
5219
|
|
|
@@ -5284,7 +5284,7 @@ EXAMPLES
|
|
|
5284
5284
|
$ sf org list auth
|
|
5285
5285
|
```
|
|
5286
5286
|
|
|
5287
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5287
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/list/auth.ts)_
|
|
5288
5288
|
|
|
5289
5289
|
## `sf org list limits`
|
|
5290
5290
|
|
|
@@ -5530,7 +5530,7 @@ EXAMPLES
|
|
|
5530
5530
|
$ sf org list users --target-org me@my.org
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5533
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/list/users.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf org login access-token`
|
|
5536
5536
|
|
|
@@ -5584,7 +5584,7 @@ FLAG DESCRIPTIONS
|
|
|
5584
5584
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5585
5585
|
```
|
|
5586
5586
|
|
|
5587
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5587
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/access-token.ts)_
|
|
5588
5588
|
|
|
5589
5589
|
## `sf org login jwt`
|
|
5590
5590
|
|
|
@@ -5675,7 +5675,7 @@ FLAG DESCRIPTIONS
|
|
|
5675
5675
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5676
5676
|
```
|
|
5677
5677
|
|
|
5678
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5678
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/jwt.ts)_
|
|
5679
5679
|
|
|
5680
5680
|
## `sf org login sfdx-url`
|
|
5681
5681
|
|
|
@@ -5745,7 +5745,7 @@ EXAMPLES
|
|
|
5745
5745
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5746
5746
|
```
|
|
5747
5747
|
|
|
5748
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5748
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/sfdx-url.ts)_
|
|
5749
5749
|
|
|
5750
5750
|
## `sf org login web`
|
|
5751
5751
|
|
|
@@ -5850,7 +5850,7 @@ FLAG DESCRIPTIONS
|
|
|
5850
5850
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5851
5851
|
```
|
|
5852
5852
|
|
|
5853
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5853
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/web.ts)_
|
|
5854
5854
|
|
|
5855
5855
|
## `sf org logout`
|
|
5856
5856
|
|
|
@@ -5916,7 +5916,7 @@ FLAG DESCRIPTIONS
|
|
|
5916
5916
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5917
5917
|
```
|
|
5918
5918
|
|
|
5919
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5919
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/logout.ts)_
|
|
5920
5920
|
|
|
5921
5921
|
## `sf org open`
|
|
5922
5922
|
|
|
@@ -8025,7 +8025,7 @@ EXAMPLES
|
|
|
8025
8025
|
$ sf plugins
|
|
8026
8026
|
```
|
|
8027
8027
|
|
|
8028
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8028
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/index.ts)_
|
|
8029
8029
|
|
|
8030
8030
|
## `sf plugins discover`
|
|
8031
8031
|
|
|
@@ -8070,7 +8070,7 @@ EXAMPLES
|
|
|
8070
8070
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
8071
8071
|
```
|
|
8072
8072
|
|
|
8073
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8073
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/inspect.ts)_
|
|
8074
8074
|
|
|
8075
8075
|
## `sf plugins install PLUGIN`
|
|
8076
8076
|
|
|
@@ -8119,7 +8119,7 @@ EXAMPLES
|
|
|
8119
8119
|
$ sf plugins install someuser/someplugin
|
|
8120
8120
|
```
|
|
8121
8121
|
|
|
8122
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8122
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/install.ts)_
|
|
8123
8123
|
|
|
8124
8124
|
## `sf plugins link PATH`
|
|
8125
8125
|
|
|
@@ -8150,7 +8150,7 @@ EXAMPLES
|
|
|
8150
8150
|
$ sf plugins link @salesforce/plugin-packaging
|
|
8151
8151
|
```
|
|
8152
8152
|
|
|
8153
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8153
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/link.ts)_
|
|
8154
8154
|
|
|
8155
8155
|
## `sf plugins reset`
|
|
8156
8156
|
|
|
@@ -8165,7 +8165,7 @@ FLAGS
|
|
|
8165
8165
|
--reinstall Reinstall all plugins after uninstalling.
|
|
8166
8166
|
```
|
|
8167
8167
|
|
|
8168
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8168
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/reset.ts)_
|
|
8169
8169
|
|
|
8170
8170
|
## `sf plugins trust allowlist add`
|
|
8171
8171
|
|
|
@@ -8202,7 +8202,7 @@ EXAMPLES
|
|
|
8202
8202
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8203
8203
|
```
|
|
8204
8204
|
|
|
8205
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8205
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8206
8206
|
|
|
8207
8207
|
## `sf plugins trust allowlist list`
|
|
8208
8208
|
|
|
@@ -8230,7 +8230,7 @@ EXAMPLES
|
|
|
8230
8230
|
$ sf plugins trust allowlist list
|
|
8231
8231
|
```
|
|
8232
8232
|
|
|
8233
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8233
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8234
8234
|
|
|
8235
8235
|
## `sf plugins trust allowlist remove`
|
|
8236
8236
|
|
|
@@ -8267,7 +8267,7 @@ EXAMPLES
|
|
|
8267
8267
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8268
8268
|
```
|
|
8269
8269
|
|
|
8270
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8270
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8271
8271
|
|
|
8272
8272
|
## `sf plugins trust verify`
|
|
8273
8273
|
|
|
@@ -8296,7 +8296,7 @@ EXAMPLES
|
|
|
8296
8296
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8297
8297
|
```
|
|
8298
8298
|
|
|
8299
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8299
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/verify.ts)_
|
|
8300
8300
|
|
|
8301
8301
|
## `sf plugins uninstall [PLUGIN]`
|
|
8302
8302
|
|
|
@@ -8324,7 +8324,7 @@ EXAMPLES
|
|
|
8324
8324
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
8325
8325
|
```
|
|
8326
8326
|
|
|
8327
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8327
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/uninstall.ts)_
|
|
8328
8328
|
|
|
8329
8329
|
## `sf plugins update`
|
|
8330
8330
|
|
|
@@ -8342,7 +8342,7 @@ DESCRIPTION
|
|
|
8342
8342
|
Update installed plugins.
|
|
8343
8343
|
```
|
|
8344
8344
|
|
|
8345
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8345
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/update.ts)_
|
|
8346
8346
|
|
|
8347
8347
|
## `sf project convert mdapi`
|
|
8348
8348
|
|
|
@@ -8405,7 +8405,7 @@ FLAG DESCRIPTIONS
|
|
|
8405
8405
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8406
8406
|
```
|
|
8407
8407
|
|
|
8408
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8408
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/mdapi.ts)_
|
|
8409
8409
|
|
|
8410
8410
|
## `sf project convert source`
|
|
8411
8411
|
|
|
@@ -8478,7 +8478,7 @@ FLAG DESCRIPTIONS
|
|
|
8478
8478
|
Override the api version used for api requests made by this command
|
|
8479
8479
|
```
|
|
8480
8480
|
|
|
8481
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8481
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source.ts)_
|
|
8482
8482
|
|
|
8483
8483
|
## `sf project convert source-behavior`
|
|
8484
8484
|
|
|
@@ -8537,7 +8537,7 @@ EXAMPLES
|
|
|
8537
8537
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
8538
8538
|
```
|
|
8539
8539
|
|
|
8540
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8540
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source-behavior.ts)_
|
|
8541
8541
|
|
|
8542
8542
|
## `sf project delete source`
|
|
8543
8543
|
|
|
@@ -8690,7 +8690,7 @@ FLAG DESCRIPTIONS
|
|
|
8690
8690
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8691
8691
|
```
|
|
8692
8692
|
|
|
8693
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8693
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/source.ts)_
|
|
8694
8694
|
|
|
8695
8695
|
## `sf project delete tracking`
|
|
8696
8696
|
|
|
@@ -8727,7 +8727,7 @@ EXAMPLES
|
|
|
8727
8727
|
$ sf project delete tracking --target-org my-scratch
|
|
8728
8728
|
```
|
|
8729
8729
|
|
|
8730
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8730
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/tracking.ts)_
|
|
8731
8731
|
|
|
8732
8732
|
## `sf project deploy cancel`
|
|
8733
8733
|
|
|
@@ -8799,7 +8799,7 @@ FLAG DESCRIPTIONS
|
|
|
8799
8799
|
project deploy report".
|
|
8800
8800
|
```
|
|
8801
8801
|
|
|
8802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/cancel.ts)_
|
|
8803
8803
|
|
|
8804
8804
|
## `sf project deploy preview`
|
|
8805
8805
|
|
|
@@ -8882,7 +8882,7 @@ FLAG DESCRIPTIONS
|
|
|
8882
8882
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/preview.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `sf project deploy quick`
|
|
8888
8888
|
|
|
@@ -8975,7 +8975,7 @@ ERROR CODES
|
|
|
8975
8975
|
Canceling (69) The deploy is being canceled.
|
|
8976
8976
|
```
|
|
8977
8977
|
|
|
8978
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8978
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/quick.ts)_
|
|
8979
8979
|
|
|
8980
8980
|
## `sf project deploy report`
|
|
8981
8981
|
|
|
@@ -9067,7 +9067,7 @@ FLAG DESCRIPTIONS
|
|
|
9067
9067
|
--coverage-formatters lcov --coverage-formatters clover
|
|
9068
9068
|
```
|
|
9069
9069
|
|
|
9070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/report.ts)_
|
|
9071
9071
|
|
|
9072
9072
|
## `sf project deploy resume`
|
|
9073
9073
|
|
|
@@ -9164,7 +9164,7 @@ ERROR CODES
|
|
|
9164
9164
|
Canceling (69) The deploy is being canceled.
|
|
9165
9165
|
```
|
|
9166
9166
|
|
|
9167
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9167
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/resume.ts)_
|
|
9168
9168
|
|
|
9169
9169
|
## `sf project deploy start`
|
|
9170
9170
|
|
|
@@ -9430,7 +9430,7 @@ ERROR CODES
|
|
|
9430
9430
|
Canceling (69) The deploy is being canceled.
|
|
9431
9431
|
```
|
|
9432
9432
|
|
|
9433
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9433
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/start.ts)_
|
|
9434
9434
|
|
|
9435
9435
|
## `sf project deploy validate`
|
|
9436
9436
|
|
|
@@ -9634,7 +9634,7 @@ ERROR CODES
|
|
|
9634
9634
|
Canceling (69) The deploy is being canceled.
|
|
9635
9635
|
```
|
|
9636
9636
|
|
|
9637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/validate.ts)_
|
|
9638
9638
|
|
|
9639
9639
|
## `sf project generate manifest`
|
|
9640
9640
|
|
|
@@ -9730,7 +9730,7 @@ EXAMPLES
|
|
|
9730
9730
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9731
9731
|
```
|
|
9732
9732
|
|
|
9733
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9733
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/generate/manifest.ts)_
|
|
9734
9734
|
|
|
9735
9735
|
## `sf project list ignored`
|
|
9736
9736
|
|
|
@@ -9772,7 +9772,7 @@ EXAMPLES
|
|
|
9772
9772
|
$ sf project list ignored --source-dir package.xml
|
|
9773
9773
|
```
|
|
9774
9774
|
|
|
9775
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9775
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/list/ignored.ts)_
|
|
9776
9776
|
|
|
9777
9777
|
## `sf project reset tracking`
|
|
9778
9778
|
|
|
@@ -9821,7 +9821,7 @@ EXAMPLES
|
|
|
9821
9821
|
$ sf project reset tracking --revision 30
|
|
9822
9822
|
```
|
|
9823
9823
|
|
|
9824
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9824
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/reset/tracking.ts)_
|
|
9825
9825
|
|
|
9826
9826
|
## `sf project retrieve preview`
|
|
9827
9827
|
|
|
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
|
|
|
9875
9875
|
production orgs.
|
|
9876
9876
|
```
|
|
9877
9877
|
|
|
9878
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9878
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/preview.ts)_
|
|
9879
9879
|
|
|
9880
9880
|
## `sf project retrieve start`
|
|
9881
9881
|
|
|
@@ -10056,7 +10056,7 @@ ENVIRONMENT VARIABLES
|
|
|
10056
10056
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
10057
10057
|
```
|
|
10058
10058
|
|
|
10059
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
10059
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/start.ts)_
|
|
10060
10060
|
|
|
10061
10061
|
## `sf schema generate field`
|
|
10062
10062
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.136.
|
|
3
|
+
"version": "2.136.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.136.
|
|
9
|
+
"version": "2.136.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.11.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.49",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.54",
|
|
17
|
+
"@oclif/plugin-help": "6.2.49",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.85",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.68",
|
|
20
20
|
"@oclif/plugin-search": "1.2.48",
|
|
21
21
|
"@oclif/plugin-update": "4.7.39",
|
|
22
22
|
"@oclif/plugin-version": "2.2.46",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.40.2",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.27",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.30",
|
|
30
|
-
"@salesforce/plugin-auth": "4.3.
|
|
30
|
+
"@salesforce/plugin-auth": "4.3.13",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.99",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.24.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.24.48",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.131",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.89",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
36
36
|
"@salesforce/plugin-org": "5.10.13",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.27.17",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.112",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.80",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.106",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.21",
|
|
42
42
|
"@salesforce/plugin-templates": "56.17.0",
|
|
43
|
-
"@salesforce/plugin-trust": "3.8.
|
|
44
|
-
"@salesforce/plugin-user": "3.9.
|
|
43
|
+
"@salesforce/plugin-trust": "3.8.9",
|
|
44
|
+
"@salesforce/plugin-user": "3.9.5",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.17",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -2739,9 +2739,9 @@
|
|
|
2739
2739
|
}
|
|
2740
2740
|
},
|
|
2741
2741
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
2742
|
-
"version": "6.
|
|
2743
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
2744
|
-
"integrity": "sha512-
|
|
2742
|
+
"version": "6.2.2",
|
|
2743
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
2744
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
2745
2745
|
"license": "MIT",
|
|
2746
2746
|
"engines": {
|
|
2747
2747
|
"node": ">=12"
|
|
@@ -2774,12 +2774,12 @@
|
|
|
2774
2774
|
}
|
|
2775
2775
|
},
|
|
2776
2776
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
2777
|
-
"version": "7.
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
2779
|
-
"integrity": "sha512-
|
|
2777
|
+
"version": "7.2.0",
|
|
2778
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
2779
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
2780
2780
|
"license": "MIT",
|
|
2781
2781
|
"dependencies": {
|
|
2782
|
-
"ansi-regex": "^6.
|
|
2782
|
+
"ansi-regex": "^6.2.2"
|
|
2783
2783
|
},
|
|
2784
2784
|
"engines": {
|
|
2785
2785
|
"node": ">=12"
|
|
@@ -3553,9 +3553,9 @@
|
|
|
3553
3553
|
}
|
|
3554
3554
|
},
|
|
3555
3555
|
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
3556
|
-
"version": "6.
|
|
3557
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
3558
|
-
"integrity": "sha512-
|
|
3556
|
+
"version": "6.2.2",
|
|
3557
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
3558
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
3559
3559
|
"license": "MIT",
|
|
3560
3560
|
"engines": {
|
|
3561
3561
|
"node": ">=12"
|
|
@@ -3615,12 +3615,12 @@
|
|
|
3615
3615
|
}
|
|
3616
3616
|
},
|
|
3617
3617
|
"node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
|
|
3618
|
-
"version": "7.
|
|
3619
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
3620
|
-
"integrity": "sha512-
|
|
3618
|
+
"version": "7.2.0",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3620
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3621
3621
|
"license": "MIT",
|
|
3622
3622
|
"dependencies": {
|
|
3623
|
-
"ansi-regex": "^6.
|
|
3623
|
+
"ansi-regex": "^6.2.2"
|
|
3624
3624
|
},
|
|
3625
3625
|
"engines": {
|
|
3626
3626
|
"node": ">=12"
|
|
@@ -3730,13 +3730,13 @@
|
|
|
3730
3730
|
}
|
|
3731
3731
|
},
|
|
3732
3732
|
"node_modules/@oclif/plugin-commands": {
|
|
3733
|
-
"version": "4.1.
|
|
3734
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3735
|
-
"integrity": "sha512-
|
|
3733
|
+
"version": "4.1.54",
|
|
3734
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.54.tgz",
|
|
3735
|
+
"integrity": "sha512-4Km/ejYtqWBcrnFE2Ig7nbc+lyXBQDG+XND+Psy1I8FQZX+Kn54RFG3LbKZcqKKsh61jUpupa4zbcWgY29hlQw==",
|
|
3736
3736
|
"license": "MIT",
|
|
3737
3737
|
"dependencies": {
|
|
3738
3738
|
"@oclif/core": "^4",
|
|
3739
|
-
"@oclif/table": "^0.5.
|
|
3739
|
+
"@oclif/table": "^0.5.8",
|
|
3740
3740
|
"lodash": "^4.18.1",
|
|
3741
3741
|
"object-treeify": "^4.0.1"
|
|
3742
3742
|
},
|
|
@@ -3745,9 +3745,9 @@
|
|
|
3745
3745
|
}
|
|
3746
3746
|
},
|
|
3747
3747
|
"node_modules/@oclif/plugin-help": {
|
|
3748
|
-
"version": "6.2.
|
|
3749
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3750
|
-
"integrity": "sha512-
|
|
3748
|
+
"version": "6.2.49",
|
|
3749
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz",
|
|
3750
|
+
"integrity": "sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==",
|
|
3751
3751
|
"license": "MIT",
|
|
3752
3752
|
"dependencies": {
|
|
3753
3753
|
"@oclif/core": "^4"
|
|
@@ -3772,15 +3772,15 @@
|
|
|
3772
3772
|
}
|
|
3773
3773
|
},
|
|
3774
3774
|
"node_modules/@oclif/plugin-plugins": {
|
|
3775
|
-
"version": "5.4.
|
|
3776
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3777
|
-
"integrity": "sha512
|
|
3775
|
+
"version": "5.4.68",
|
|
3776
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.68.tgz",
|
|
3777
|
+
"integrity": "sha512-+YZ5Afv9OiTsOIS3ODGJH2T8+CymruYQxRPXOCDQBZC0sjLb02S5yQ4OGKSCLBFpbbeBjo05C3IOBdxKzwF+wA==",
|
|
3778
3778
|
"license": "MIT",
|
|
3779
3779
|
"dependencies": {
|
|
3780
3780
|
"@oclif/core": "^4.11.1",
|
|
3781
3781
|
"ansis": "^3.17.0",
|
|
3782
3782
|
"debug": "^4.4.0",
|
|
3783
|
-
"npm": "^11.
|
|
3783
|
+
"npm": "^11.14.1",
|
|
3784
3784
|
"npm-package-arg": "^11.0.3",
|
|
3785
3785
|
"npm-run-path": "^5.3.0",
|
|
3786
3786
|
"object-treeify": "^4.0.1",
|
|
@@ -3983,9 +3983,9 @@
|
|
|
3983
3983
|
}
|
|
3984
3984
|
},
|
|
3985
3985
|
"node_modules/@oclif/table": {
|
|
3986
|
-
"version": "0.5.
|
|
3987
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
3988
|
-
"integrity": "sha512-
|
|
3986
|
+
"version": "0.5.8",
|
|
3987
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.8.tgz",
|
|
3988
|
+
"integrity": "sha512-yIWar+oDCoN1ji3gUB1QSQAewBiWevwLI7Stg9a+0MX7dtmLXcYucqyR6L5BvJ1b+ekG8C/JY+GJc+ytnzrR9A==",
|
|
3989
3989
|
"license": "MIT",
|
|
3990
3990
|
"dependencies": {
|
|
3991
3991
|
"@types/react": "^18.3.12",
|
|
@@ -3996,7 +3996,7 @@
|
|
|
3996
3996
|
"object-hash": "^3.0.0",
|
|
3997
3997
|
"react": "^18.3.1",
|
|
3998
3998
|
"string-width": "^8.2.1",
|
|
3999
|
-
"strip-ansi": "^7.
|
|
3999
|
+
"strip-ansi": "^7.2.0",
|
|
4000
4000
|
"wrap-ansi": "^9.0.2"
|
|
4001
4001
|
},
|
|
4002
4002
|
"engines": {
|
|
@@ -4004,9 +4004,9 @@
|
|
|
4004
4004
|
}
|
|
4005
4005
|
},
|
|
4006
4006
|
"node_modules/@oclif/table/node_modules/ansi-regex": {
|
|
4007
|
-
"version": "6.
|
|
4008
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
4009
|
-
"integrity": "sha512-
|
|
4007
|
+
"version": "6.2.2",
|
|
4008
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
4009
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
4010
4010
|
"license": "MIT",
|
|
4011
4011
|
"engines": {
|
|
4012
4012
|
"node": ">=12"
|
|
@@ -4038,12 +4038,12 @@
|
|
|
4038
4038
|
}
|
|
4039
4039
|
},
|
|
4040
4040
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
4041
|
-
"version": "7.
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
4043
|
-
"integrity": "sha512-
|
|
4041
|
+
"version": "7.2.0",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
4043
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
4044
4044
|
"license": "MIT",
|
|
4045
4045
|
"dependencies": {
|
|
4046
|
-
"ansi-regex": "^6.
|
|
4046
|
+
"ansi-regex": "^6.2.2"
|
|
4047
4047
|
},
|
|
4048
4048
|
"engines": {
|
|
4049
4049
|
"node": ">=12"
|
|
@@ -4648,9 +4648,9 @@
|
|
|
4648
4648
|
}
|
|
4649
4649
|
},
|
|
4650
4650
|
"node_modules/@salesforce/core": {
|
|
4651
|
-
"version": "8.30.
|
|
4652
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.
|
|
4653
|
-
"integrity": "sha512-
|
|
4651
|
+
"version": "8.30.3",
|
|
4652
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz",
|
|
4653
|
+
"integrity": "sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==",
|
|
4654
4654
|
"license": "BSD-3-Clause",
|
|
4655
4655
|
"dependencies": {
|
|
4656
4656
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4669,7 +4669,7 @@
|
|
|
4669
4669
|
"pino-abstract-transport": "^1.2.0",
|
|
4670
4670
|
"pino-pretty": "^11.3.0",
|
|
4671
4671
|
"proper-lockfile": "^4.1.2",
|
|
4672
|
-
"semver": "^7.
|
|
4672
|
+
"semver": "^7.8.0",
|
|
4673
4673
|
"ts-retry-promise": "^0.8.1",
|
|
4674
4674
|
"zod": "^4.1.12"
|
|
4675
4675
|
},
|
|
@@ -5044,9 +5044,9 @@
|
|
|
5044
5044
|
}
|
|
5045
5045
|
},
|
|
5046
5046
|
"node_modules/@salesforce/plugin-auth": {
|
|
5047
|
-
"version": "4.3.
|
|
5048
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
5049
|
-
"integrity": "sha512-
|
|
5047
|
+
"version": "4.3.13",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.13.tgz",
|
|
5049
|
+
"integrity": "sha512-TFGaNuBvmLejfX+Had+AwTy1LqxadAsYHXYvRgN9V7l6QLMmN+/UA1gGJW45pB6b2/MQPtrs4feEKRDnCHbGAQ==",
|
|
5050
5050
|
"license": "Apache-2.0",
|
|
5051
5051
|
"dependencies": {
|
|
5052
5052
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5122,18 +5122,18 @@
|
|
|
5122
5122
|
}
|
|
5123
5123
|
},
|
|
5124
5124
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5125
|
-
"version": "3.24.
|
|
5126
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.
|
|
5127
|
-
"integrity": "sha512-
|
|
5125
|
+
"version": "3.24.48",
|
|
5126
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.48.tgz",
|
|
5127
|
+
"integrity": "sha512-2OEFsS1JlNG12BjYArjnzaLElXaaA+xFgZixnsiRzDudNUNO9Hg/0z8fRxLHAKM/idHrXvHfm2w5UKR1vyPCRA==",
|
|
5128
5128
|
"license": "Apache-2.0",
|
|
5129
5129
|
"dependencies": {
|
|
5130
5130
|
"@inquirer/prompts": "^7.8.3",
|
|
5131
|
-
"@oclif/core": "^4.
|
|
5131
|
+
"@oclif/core": "^4.11.3",
|
|
5132
5132
|
"@oclif/multi-stage-output": "^0.8.37",
|
|
5133
5133
|
"@salesforce/apex-node": "^8.4.22",
|
|
5134
5134
|
"@salesforce/core": "^8.30.0",
|
|
5135
5135
|
"@salesforce/kit": "^3.2.4",
|
|
5136
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5136
|
+
"@salesforce/plugin-info": "^3.4.131",
|
|
5137
5137
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5138
5138
|
"@salesforce/source-deploy-retrieve": "^12.35.9",
|
|
5139
5139
|
"@salesforce/source-tracking": "^7.8.16",
|
|
@@ -5316,14 +5316,14 @@
|
|
|
5316
5316
|
}
|
|
5317
5317
|
},
|
|
5318
5318
|
"node_modules/@salesforce/plugin-settings": {
|
|
5319
|
-
"version": "2.4.
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5321
|
-
"integrity": "sha512-
|
|
5319
|
+
"version": "2.4.80",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.80.tgz",
|
|
5321
|
+
"integrity": "sha512-BsAZF78Dq30uKNRyIhE2wDfx1HnA87OprLbyF8YZ8/43EwsTRjklWcZdAJ/yrTfitXqbw/1J7jEPS7rDT5/Gkw==",
|
|
5322
5322
|
"license": "Apache-2.0",
|
|
5323
5323
|
"dependencies": {
|
|
5324
5324
|
"@oclif/core": "^4",
|
|
5325
|
-
"@salesforce/core": "^8.
|
|
5326
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5325
|
+
"@salesforce/core": "^8.30.3",
|
|
5326
|
+
"@salesforce/sf-plugins-core": "^12.2.17",
|
|
5327
5327
|
"fast-levenshtein": "^3.0.0"
|
|
5328
5328
|
},
|
|
5329
5329
|
"engines": {
|
|
@@ -5384,15 +5384,15 @@
|
|
|
5384
5384
|
}
|
|
5385
5385
|
},
|
|
5386
5386
|
"node_modules/@salesforce/plugin-trust": {
|
|
5387
|
-
"version": "3.8.
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
5389
|
-
"integrity": "sha512
|
|
5387
|
+
"version": "3.8.9",
|
|
5388
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.9.tgz",
|
|
5389
|
+
"integrity": "sha512-/ocgwyuFCfA/eboauUrzQOk1UV107fTl/bJe3LIEkB3CxfAQMOqVYcBsdQ7awJyTB71a0omv/Deg9W5MUqM98Q==",
|
|
5390
5390
|
"license": "Apache-2.0",
|
|
5391
5391
|
"dependencies": {
|
|
5392
5392
|
"@oclif/core": "^4",
|
|
5393
5393
|
"@salesforce/core": "^8.29.1",
|
|
5394
5394
|
"@salesforce/kit": "^3.2.6",
|
|
5395
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5395
|
+
"@salesforce/plugin-info": "^3.4.131",
|
|
5396
5396
|
"@salesforce/sf-plugins-core": "^12",
|
|
5397
5397
|
"got": "^13.0.0",
|
|
5398
5398
|
"npm": "^11.14.1",
|
|
@@ -5409,12 +5409,12 @@
|
|
|
5409
5409
|
}
|
|
5410
5410
|
},
|
|
5411
5411
|
"node_modules/@salesforce/plugin-user": {
|
|
5412
|
-
"version": "3.9.
|
|
5413
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.
|
|
5414
|
-
"integrity": "sha512-
|
|
5412
|
+
"version": "3.9.5",
|
|
5413
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.5.tgz",
|
|
5414
|
+
"integrity": "sha512-PNs9NQglpjttslIIFrnI9+me6CuRMAJlH3pLgJOVTxZ6muSSAWb2mrnhwSQyM7z9DMHxogI4xutmFhIgMKDQiA==",
|
|
5415
5415
|
"license": "Apache-2.0",
|
|
5416
5416
|
"dependencies": {
|
|
5417
|
-
"@salesforce/core": "^8.
|
|
5417
|
+
"@salesforce/core": "^8.30.3",
|
|
5418
5418
|
"@salesforce/kit": "^3.2.4",
|
|
5419
5419
|
"@salesforce/sf-plugins-core": "^12.2.14",
|
|
5420
5420
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -8444,9 +8444,9 @@
|
|
|
8444
8444
|
}
|
|
8445
8445
|
},
|
|
8446
8446
|
"node_modules/cli-truncate/node_modules/ansi-regex": {
|
|
8447
|
-
"version": "6.
|
|
8448
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
8449
|
-
"integrity": "sha512-
|
|
8447
|
+
"version": "6.2.2",
|
|
8448
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
8449
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
8450
8450
|
"license": "MIT",
|
|
8451
8451
|
"engines": {
|
|
8452
8452
|
"node": ">=12"
|
|
@@ -8507,12 +8507,12 @@
|
|
|
8507
8507
|
}
|
|
8508
8508
|
},
|
|
8509
8509
|
"node_modules/cli-truncate/node_modules/strip-ansi": {
|
|
8510
|
-
"version": "7.
|
|
8511
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
8512
|
-
"integrity": "sha512-
|
|
8510
|
+
"version": "7.2.0",
|
|
8511
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
8512
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
8513
8513
|
"license": "MIT",
|
|
8514
8514
|
"dependencies": {
|
|
8515
|
-
"ansi-regex": "^6.
|
|
8515
|
+
"ansi-regex": "^6.2.2"
|
|
8516
8516
|
},
|
|
8517
8517
|
"engines": {
|
|
8518
8518
|
"node": ">=12"
|
|
@@ -12865,9 +12865,9 @@
|
|
|
12865
12865
|
}
|
|
12866
12866
|
},
|
|
12867
12867
|
"node_modules/ink/node_modules/ansi-regex": {
|
|
12868
|
-
"version": "6.
|
|
12869
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
12870
|
-
"integrity": "sha512-
|
|
12868
|
+
"version": "6.2.2",
|
|
12869
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
12870
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
12871
12871
|
"license": "MIT",
|
|
12872
12872
|
"engines": {
|
|
12873
12873
|
"node": ">=12"
|
|
@@ -12924,12 +12924,12 @@
|
|
|
12924
12924
|
}
|
|
12925
12925
|
},
|
|
12926
12926
|
"node_modules/ink/node_modules/strip-ansi": {
|
|
12927
|
-
"version": "7.
|
|
12928
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
12929
|
-
"integrity": "sha512-
|
|
12927
|
+
"version": "7.2.0",
|
|
12928
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
12929
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
12930
12930
|
"license": "MIT",
|
|
12931
12931
|
"dependencies": {
|
|
12932
|
-
"ansi-regex": "^6.
|
|
12932
|
+
"ansi-regex": "^6.2.2"
|
|
12933
12933
|
},
|
|
12934
12934
|
"engines": {
|
|
12935
12935
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
node-gyp "^12.1.0"
|
|
1576
1576
|
proc-log "^6.0.0"
|
|
1577
1577
|
|
|
1578
|
-
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.3":
|
|
1578
|
+
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.3":
|
|
1579
1579
|
version "4.11.3"
|
|
1580
1580
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz"
|
|
1581
1581
|
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
@@ -1637,20 +1637,20 @@
|
|
|
1637
1637
|
semver "^7.6.0"
|
|
1638
1638
|
ts-json-schema-generator "^1.5.1"
|
|
1639
1639
|
|
|
1640
|
-
"@oclif/plugin-commands@4.1.
|
|
1641
|
-
version "4.1.
|
|
1642
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@oclif/plugin-commands@4.1.54":
|
|
1641
|
+
version "4.1.54"
|
|
1642
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.54.tgz"
|
|
1643
|
+
integrity sha512-4Km/ejYtqWBcrnFE2Ig7nbc+lyXBQDG+XND+Psy1I8FQZX+Kn54RFG3LbKZcqKKsh61jUpupa4zbcWgY29hlQw==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
"@oclif/core" "^4"
|
|
1646
|
-
"@oclif/table" "^0.5.
|
|
1646
|
+
"@oclif/table" "^0.5.8"
|
|
1647
1647
|
lodash "^4.18.1"
|
|
1648
1648
|
object-treeify "^4.0.1"
|
|
1649
1649
|
|
|
1650
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@6.2.
|
|
1651
|
-
version "6.2.
|
|
1652
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1653
|
-
integrity sha512-
|
|
1650
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@6.2.49":
|
|
1651
|
+
version "6.2.49"
|
|
1652
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz"
|
|
1653
|
+
integrity sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==
|
|
1654
1654
|
dependencies:
|
|
1655
1655
|
"@oclif/core" "^4"
|
|
1656
1656
|
|
|
@@ -1664,15 +1664,15 @@
|
|
|
1664
1664
|
ansis "^3.17.0"
|
|
1665
1665
|
fast-levenshtein "^3.0.0"
|
|
1666
1666
|
|
|
1667
|
-
"@oclif/plugin-plugins@5.4.
|
|
1668
|
-
version "5.4.
|
|
1669
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1670
|
-
integrity sha512
|
|
1667
|
+
"@oclif/plugin-plugins@5.4.68":
|
|
1668
|
+
version "5.4.68"
|
|
1669
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.68.tgz"
|
|
1670
|
+
integrity sha512-+YZ5Afv9OiTsOIS3ODGJH2T8+CymruYQxRPXOCDQBZC0sjLb02S5yQ4OGKSCLBFpbbeBjo05C3IOBdxKzwF+wA==
|
|
1671
1671
|
dependencies:
|
|
1672
1672
|
"@oclif/core" "^4.11.1"
|
|
1673
1673
|
ansis "^3.17.0"
|
|
1674
1674
|
debug "^4.4.0"
|
|
1675
|
-
npm "^11.
|
|
1675
|
+
npm "^11.14.1"
|
|
1676
1676
|
npm-package-arg "^11.0.3"
|
|
1677
1677
|
npm-run-path "^5.3.0"
|
|
1678
1678
|
object-treeify "^4.0.1"
|
|
@@ -1734,10 +1734,10 @@
|
|
|
1734
1734
|
"@oclif/core" "^4"
|
|
1735
1735
|
ansis "^3.17.0"
|
|
1736
1736
|
|
|
1737
|
-
"@oclif/table@^0.5.
|
|
1738
|
-
version "0.5.
|
|
1739
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
1740
|
-
integrity sha512-
|
|
1737
|
+
"@oclif/table@^0.5.7", "@oclif/table@^0.5.8":
|
|
1738
|
+
version "0.5.8"
|
|
1739
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.8.tgz"
|
|
1740
|
+
integrity sha512-yIWar+oDCoN1ji3gUB1QSQAewBiWevwLI7Stg9a+0MX7dtmLXcYucqyR6L5BvJ1b+ekG8C/JY+GJc+ytnzrR9A==
|
|
1741
1741
|
dependencies:
|
|
1742
1742
|
"@types/react" "^18.3.12"
|
|
1743
1743
|
change-case "^5.4.4"
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
object-hash "^3.0.0"
|
|
1748
1748
|
react "^18.3.1"
|
|
1749
1749
|
string-width "^8.2.1"
|
|
1750
|
-
strip-ansi "^7.
|
|
1750
|
+
strip-ansi "^7.2.0"
|
|
1751
1751
|
wrap-ansi "^9.0.2"
|
|
1752
1752
|
|
|
1753
1753
|
"@oclif/test@^4.1.18":
|
|
@@ -2043,10 +2043,10 @@
|
|
|
2043
2043
|
strip-ansi "6.0.1"
|
|
2044
2044
|
ts-retry-promise "^0.8.1"
|
|
2045
2045
|
|
|
2046
|
-
"@salesforce/core@^8.25.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.0", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0":
|
|
2047
|
-
version "8.30.
|
|
2048
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.30.
|
|
2049
|
-
integrity sha512-
|
|
2046
|
+
"@salesforce/core@^8.25.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.0", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3":
|
|
2047
|
+
version "8.30.3"
|
|
2048
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz"
|
|
2049
|
+
integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
|
|
2050
2050
|
dependencies:
|
|
2051
2051
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2052
2052
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
pino-abstract-transport "^1.2.0"
|
|
2065
2065
|
pino-pretty "^11.3.0"
|
|
2066
2066
|
proper-lockfile "^4.1.2"
|
|
2067
|
-
semver "^7.
|
|
2067
|
+
semver "^7.8.0"
|
|
2068
2068
|
ts-retry-promise "^0.8.1"
|
|
2069
2069
|
zod "^4.1.12"
|
|
2070
2070
|
|
|
@@ -2190,10 +2190,10 @@
|
|
|
2190
2190
|
got "^13.0.0"
|
|
2191
2191
|
proxy-agent "^6.5.0"
|
|
2192
2192
|
|
|
2193
|
-
"@salesforce/plugin-auth@4.3.
|
|
2194
|
-
version "4.3.
|
|
2195
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
2196
|
-
integrity sha512-
|
|
2193
|
+
"@salesforce/plugin-auth@4.3.13":
|
|
2194
|
+
version "4.3.13"
|
|
2195
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.13.tgz"
|
|
2196
|
+
integrity sha512-TFGaNuBvmLejfX+Had+AwTy1LqxadAsYHXYvRgN9V7l6QLMmN+/UA1gGJW45pB6b2/MQPtrs4feEKRDnCHbGAQ==
|
|
2197
2197
|
dependencies:
|
|
2198
2198
|
"@inquirer/checkbox" "^2.5.0"
|
|
2199
2199
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2239,18 +2239,18 @@
|
|
|
2239
2239
|
undici "^7.25.0"
|
|
2240
2240
|
zod "^4.4.3"
|
|
2241
2241
|
|
|
2242
|
-
"@salesforce/plugin-deploy-retrieve@3.24.
|
|
2243
|
-
version "3.24.
|
|
2244
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.
|
|
2245
|
-
integrity sha512-
|
|
2242
|
+
"@salesforce/plugin-deploy-retrieve@3.24.48":
|
|
2243
|
+
version "3.24.48"
|
|
2244
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.48.tgz"
|
|
2245
|
+
integrity sha512-2OEFsS1JlNG12BjYArjnzaLElXaaA+xFgZixnsiRzDudNUNO9Hg/0z8fRxLHAKM/idHrXvHfm2w5UKR1vyPCRA==
|
|
2246
2246
|
dependencies:
|
|
2247
2247
|
"@inquirer/prompts" "^7.8.3"
|
|
2248
|
-
"@oclif/core" "^4.
|
|
2248
|
+
"@oclif/core" "^4.11.3"
|
|
2249
2249
|
"@oclif/multi-stage-output" "^0.8.37"
|
|
2250
2250
|
"@salesforce/apex-node" "^8.4.22"
|
|
2251
2251
|
"@salesforce/core" "^8.30.0"
|
|
2252
2252
|
"@salesforce/kit" "^3.2.4"
|
|
2253
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2253
|
+
"@salesforce/plugin-info" "^3.4.131"
|
|
2254
2254
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2255
2255
|
"@salesforce/source-deploy-retrieve" "^12.35.9"
|
|
2256
2256
|
"@salesforce/source-tracking" "^7.8.16"
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
ansis "^3.17.0"
|
|
2259
2259
|
terminal-link "^3.0.0"
|
|
2260
2260
|
|
|
2261
|
-
"@salesforce/plugin-info@^3.4.
|
|
2261
|
+
"@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@3.4.131":
|
|
2262
2262
|
version "3.4.131"
|
|
2263
2263
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.131.tgz"
|
|
2264
2264
|
integrity sha512-Xu+mN/sdBYasy4297Ka9JT7UtKdnBEzsIbukfy+hGqRaNpj7iIVihGFzXnBqUMH6ZK8oIgsUWvaLs9NK31FgMQ==
|
|
@@ -2364,14 +2364,14 @@
|
|
|
2364
2364
|
"@salesforce/core" "^8.29.1"
|
|
2365
2365
|
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
2366
2366
|
|
|
2367
|
-
"@salesforce/plugin-settings@2.4.
|
|
2368
|
-
version "2.4.
|
|
2369
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2370
|
-
integrity sha512-
|
|
2367
|
+
"@salesforce/plugin-settings@2.4.80":
|
|
2368
|
+
version "2.4.80"
|
|
2369
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.80.tgz"
|
|
2370
|
+
integrity sha512-BsAZF78Dq30uKNRyIhE2wDfx1HnA87OprLbyF8YZ8/43EwsTRjklWcZdAJ/yrTfitXqbw/1J7jEPS7rDT5/Gkw==
|
|
2371
2371
|
dependencies:
|
|
2372
2372
|
"@oclif/core" "^4"
|
|
2373
|
-
"@salesforce/core" "^8.
|
|
2374
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2373
|
+
"@salesforce/core" "^8.30.3"
|
|
2374
|
+
"@salesforce/sf-plugins-core" "^12.2.17"
|
|
2375
2375
|
fast-levenshtein "^3.0.0"
|
|
2376
2376
|
|
|
2377
2377
|
"@salesforce/plugin-sobject@1.4.106":
|
|
@@ -2412,15 +2412,15 @@
|
|
|
2412
2412
|
"@salesforce/sf-plugins-core" "^12"
|
|
2413
2413
|
"@salesforce/templates" "^66.7.12"
|
|
2414
2414
|
|
|
2415
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.
|
|
2416
|
-
version "3.8.
|
|
2417
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
2418
|
-
integrity sha512
|
|
2415
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.9":
|
|
2416
|
+
version "3.8.9"
|
|
2417
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.9.tgz"
|
|
2418
|
+
integrity sha512-/ocgwyuFCfA/eboauUrzQOk1UV107fTl/bJe3LIEkB3CxfAQMOqVYcBsdQ7awJyTB71a0omv/Deg9W5MUqM98Q==
|
|
2419
2419
|
dependencies:
|
|
2420
2420
|
"@oclif/core" "^4"
|
|
2421
2421
|
"@salesforce/core" "^8.29.1"
|
|
2422
2422
|
"@salesforce/kit" "^3.2.6"
|
|
2423
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2423
|
+
"@salesforce/plugin-info" "^3.4.131"
|
|
2424
2424
|
"@salesforce/sf-plugins-core" "^12"
|
|
2425
2425
|
got "^13.0.0"
|
|
2426
2426
|
npm "^11.14.1"
|
|
@@ -2429,12 +2429,12 @@
|
|
|
2429
2429
|
semver "^7.7.4"
|
|
2430
2430
|
shelljs "0.10.0"
|
|
2431
2431
|
|
|
2432
|
-
"@salesforce/plugin-user@3.9.
|
|
2433
|
-
version "3.9.
|
|
2434
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.
|
|
2435
|
-
integrity sha512-
|
|
2432
|
+
"@salesforce/plugin-user@3.9.5":
|
|
2433
|
+
version "3.9.5"
|
|
2434
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.5.tgz"
|
|
2435
|
+
integrity sha512-PNs9NQglpjttslIIFrnI9+me6CuRMAJlH3pLgJOVTxZ6muSSAWb2mrnhwSQyM7z9DMHxogI4xutmFhIgMKDQiA==
|
|
2436
2436
|
dependencies:
|
|
2437
|
-
"@salesforce/core" "^8.
|
|
2437
|
+
"@salesforce/core" "^8.30.3"
|
|
2438
2438
|
"@salesforce/kit" "^3.2.4"
|
|
2439
2439
|
"@salesforce/sf-plugins-core" "^12.2.14"
|
|
2440
2440
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2449,7 +2449,7 @@
|
|
|
2449
2449
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz"
|
|
2450
2450
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
2451
2451
|
|
|
2452
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.14", "@salesforce/sf-plugins-core@^12.2.15", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.17":
|
|
2452
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.14", "@salesforce/sf-plugins-core@^12.2.15", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.17", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.17":
|
|
2453
2453
|
version "12.2.17"
|
|
2454
2454
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz"
|
|
2455
2455
|
integrity sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==
|
|
@@ -3284,10 +3284,10 @@ ansi-regex@^5.0.1:
|
|
|
3284
3284
|
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
|
|
3285
3285
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
3286
3286
|
|
|
3287
|
-
ansi-regex@^6.
|
|
3288
|
-
version "6.
|
|
3289
|
-
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
3290
|
-
integrity sha512-
|
|
3287
|
+
ansi-regex@^6.2.2:
|
|
3288
|
+
version "6.2.2"
|
|
3289
|
+
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz"
|
|
3290
|
+
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
|
|
3291
3291
|
|
|
3292
3292
|
ansi-styles@^3.2.1:
|
|
3293
3293
|
version "3.2.1"
|
|
@@ -8368,7 +8368,7 @@ npm-user-validate@^4.0.0:
|
|
|
8368
8368
|
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-4.0.0.tgz"
|
|
8369
8369
|
integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ==
|
|
8370
8370
|
|
|
8371
|
-
npm@^11.
|
|
8371
|
+
npm@^11.14.1:
|
|
8372
8372
|
version "11.14.1"
|
|
8373
8373
|
resolved "https://registry.npmjs.org/npm/-/npm-11.14.1.tgz"
|
|
8374
8374
|
integrity sha512-aopNZ0eEl6LbxoFcrXLmTEPzNBNxfiQnVgR9RmJBqzm+5h5pFoOmRljpRJbsXxocBeSl7GLcx3MoDf2UlEOjZw==
|
|
@@ -9671,7 +9671,7 @@ semver@^6.3.1:
|
|
|
9671
9671
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
9672
9672
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
9673
9673
|
|
|
9674
|
-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.
|
|
9674
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.4, semver@^7.8.0:
|
|
9675
9675
|
version "7.8.0"
|
|
9676
9676
|
resolved "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz"
|
|
9677
9677
|
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
|
|
@@ -10199,18 +10199,18 @@ strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@6.0.1:
|
|
|
10199
10199
|
ansi-regex "^5.0.1"
|
|
10200
10200
|
|
|
10201
10201
|
strip-ansi@^7.0.1:
|
|
10202
|
-
version "7.
|
|
10203
|
-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
10204
|
-
integrity sha512-
|
|
10202
|
+
version "7.2.0"
|
|
10203
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz"
|
|
10204
|
+
integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==
|
|
10205
10205
|
dependencies:
|
|
10206
|
-
ansi-regex "^6.
|
|
10206
|
+
ansi-regex "^6.2.2"
|
|
10207
10207
|
|
|
10208
|
-
strip-ansi@^7.1.0, strip-ansi@^7.1.2:
|
|
10209
|
-
version "7.
|
|
10210
|
-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
10211
|
-
integrity sha512-
|
|
10208
|
+
strip-ansi@^7.1.0, strip-ansi@^7.1.2, strip-ansi@^7.2.0:
|
|
10209
|
+
version "7.2.0"
|
|
10210
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz"
|
|
10211
|
+
integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==
|
|
10212
10212
|
dependencies:
|
|
10213
|
-
ansi-regex "^6.
|
|
10213
|
+
ansi-regex "^6.2.2"
|
|
10214
10214
|
|
|
10215
10215
|
strip-bom@^3.0.0:
|
|
10216
10216
|
version "3.0.0"
|
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.136.
|
|
4
|
+
"version": "2.136.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.12.0",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.61",
|
|
81
81
|
"@salesforce/plugin-custom-metadata": "3.3.101",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.17",
|
|
86
|
-
"@salesforce/plugin-signups": "2.6.
|
|
86
|
+
"@salesforce/plugin-signups": "2.6.70",
|
|
87
87
|
"@salesforce/plugin-ui-bundle-dev": "1.2.2",
|
|
88
88
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
89
89
|
},
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
149
|
"@oclif/core": "4.11.3",
|
|
150
150
|
"@oclif/plugin-autocomplete": "3.2.49",
|
|
151
|
-
"@oclif/plugin-commands": "4.1.
|
|
152
|
-
"@oclif/plugin-help": "6.2.
|
|
151
|
+
"@oclif/plugin-commands": "4.1.54",
|
|
152
|
+
"@oclif/plugin-help": "6.2.49",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.85",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.68",
|
|
155
155
|
"@oclif/plugin-search": "1.2.48",
|
|
156
156
|
"@oclif/plugin-update": "4.7.39",
|
|
157
157
|
"@oclif/plugin-version": "2.2.46",
|
|
@@ -162,21 +162,21 @@
|
|
|
162
162
|
"@salesforce/plugin-agent": "1.40.2",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.27",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.30",
|
|
165
|
-
"@salesforce/plugin-auth": "4.3.
|
|
165
|
+
"@salesforce/plugin-auth": "4.3.13",
|
|
166
166
|
"@salesforce/plugin-data": "4.0.99",
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "3.24.
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "3.24.48",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.131",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.89",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
171
171
|
"@salesforce/plugin-org": "5.10.13",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.27.17",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.112",
|
|
174
|
-
"@salesforce/plugin-settings": "2.4.
|
|
174
|
+
"@salesforce/plugin-settings": "2.4.80",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.106",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.21",
|
|
177
177
|
"@salesforce/plugin-templates": "56.17.0",
|
|
178
|
-
"@salesforce/plugin-trust": "3.8.
|
|
179
|
-
"@salesforce/plugin-user": "3.9.
|
|
178
|
+
"@salesforce/plugin-trust": "3.8.9",
|
|
179
|
+
"@salesforce/plugin-user": "3.9.5",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.17",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|