@salesforce/cli 2.61.3 → 2.61.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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.61.3 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.61.4 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  $ sf alias list
206
206
  ```
207
207
 
208
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/list.ts)_
208
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/alias/list.ts)_
209
209
 
210
210
  ## `sf alias set`
211
211
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
255
255
  ```
256
256
 
257
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/set.ts)_
257
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/alias/set.ts)_
258
258
 
259
259
  ## `sf alias unset`
260
260
 
@@ -294,7 +294,7 @@ EXAMPLES
294
294
  $ sf alias unset --all [--no-prompt]
295
295
  ```
296
296
 
297
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/unset.ts)_
297
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/alias/unset.ts)_
298
298
 
299
299
  ## `sf analytics generate template`
300
300
 
@@ -1025,7 +1025,7 @@ DESCRIPTION
1025
1025
  List all sf commands.
1026
1026
  ```
1027
1027
 
1028
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.15/src/commands/commands.ts)_
1028
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.16/src/commands/commands.ts)_
1029
1029
 
1030
1030
  ## `sf config get`
1031
1031
 
@@ -1074,7 +1074,7 @@ CONFIGURATION VARIABLES
1074
1074
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1075
1075
  ```
1076
1076
 
1077
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/get.ts)_
1077
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/config/get.ts)_
1078
1078
 
1079
1079
  ## `sf config list`
1080
1080
 
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
  $ sf config list
1115
1115
  ```
1116
1116
 
1117
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/list.ts)_
1117
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/config/list.ts)_
1118
1118
 
1119
1119
  ## `sf config set`
1120
1120
 
@@ -1183,7 +1183,7 @@ CONFIGURATION VARIABLES
1183
1183
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1184
1184
  ```
1185
1185
 
1186
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/set.ts)_
1186
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/config/set.ts)_
1187
1187
 
1188
1188
  ## `sf config unset`
1189
1189
 
@@ -1233,7 +1233,7 @@ CONFIGURATION VARIABLES
1233
1233
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1234
1234
  ```
1235
1235
 
1236
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/unset.ts)_
1236
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.22/src/commands/config/unset.ts)_
1237
1237
 
1238
1238
  ## `sf data create file`
1239
1239
 
@@ -3431,7 +3431,7 @@ EXAMPLES
3431
3431
  $ sf org list auth
3432
3432
  ```
3433
3433
 
3434
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/list/auth.ts)_
3434
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/list/auth.ts)_
3435
3435
 
3436
3436
  ## `sf org list limits`
3437
3437
 
@@ -3731,7 +3731,7 @@ FLAG DESCRIPTIONS
3731
3731
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3732
3732
  ```
3733
3733
 
3734
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/access-token.ts)_
3734
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/login/access-token.ts)_
3735
3735
 
3736
3736
  ## `sf org login device`
3737
3737
 
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
3791
3791
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3792
3792
  ```
3793
3793
 
3794
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/device.ts)_
3794
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/login/device.ts)_
3795
3795
 
3796
3796
  ## `sf org login jwt`
3797
3797
 
@@ -3882,7 +3882,7 @@ FLAG DESCRIPTIONS
3882
3882
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3883
3883
  ```
3884
3884
 
3885
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/jwt.ts)_
3885
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/login/jwt.ts)_
3886
3886
 
3887
3887
  ## `sf org login sfdx-url`
3888
3888
 
@@ -3952,7 +3952,7 @@ EXAMPLES
3952
3952
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3953
3953
  ```
3954
3954
 
3955
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/sfdx-url.ts)_
3955
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/login/sfdx-url.ts)_
3956
3956
 
3957
3957
  ## `sf org login web`
3958
3958
 
@@ -4039,7 +4039,7 @@ FLAG DESCRIPTIONS
4039
4039
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4040
4040
  ```
4041
4041
 
4042
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/web.ts)_
4042
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/login/web.ts)_
4043
4043
 
4044
4044
  ## `sf org logout`
4045
4045
 
@@ -4100,7 +4100,7 @@ FLAG DESCRIPTIONS
4100
4100
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4101
4101
  ```
4102
4102
 
4103
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/logout.ts)_
4103
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/logout.ts)_
4104
4104
 
4105
4105
  ## `sf org open`
4106
4106
 
@@ -4438,7 +4438,7 @@ FLAG DESCRIPTIONS
4438
4438
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4439
4439
  ```
4440
4440
 
4441
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/create.ts)_
4441
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/create.ts)_
4442
4442
 
4443
4443
  ## `sf package delete`
4444
4444
 
@@ -4480,7 +4480,7 @@ EXAMPLES
4480
4480
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4481
4481
  ```
4482
4482
 
4483
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/delete.ts)_
4483
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/delete.ts)_
4484
4484
 
4485
4485
  ## `sf package install`
4486
4486
 
@@ -4579,7 +4579,7 @@ FLAG DESCRIPTIONS
4579
4579
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
4580
4580
  ```
4581
4581
 
4582
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/install.ts)_
4582
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install.ts)_
4583
4583
 
4584
4584
  ## `sf package install report`
4585
4585
 
@@ -4612,7 +4612,7 @@ EXAMPLES
4612
4612
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4613
4613
  ```
4614
4614
 
4615
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/install/report.ts)_
4615
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install/report.ts)_
4616
4616
 
4617
4617
  ## `sf package installed list`
4618
4618
 
@@ -4644,7 +4644,7 @@ EXAMPLES
4644
4644
  $ sf package installed list --target-org me@example.com
4645
4645
  ```
4646
4646
 
4647
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/installed/list.ts)_
4647
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/installed/list.ts)_
4648
4648
 
4649
4649
  ## `sf package list`
4650
4650
 
@@ -4682,7 +4682,7 @@ EXAMPLES
4682
4682
  $ sf package list --target-dev-hub devhub@example.com --verbose
4683
4683
  ```
4684
4684
 
4685
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/list.ts)_
4685
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/list.ts)_
4686
4686
 
4687
4687
  ## `sf package uninstall`
4688
4688
 
@@ -4730,7 +4730,7 @@ EXAMPLES
4730
4730
  $ sf package uninstall --package "Undesirable Package Alias"
4731
4731
  ```
4732
4732
 
4733
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/uninstall.ts)_
4733
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall.ts)_
4734
4734
 
4735
4735
  ## `sf package uninstall report`
4736
4736
 
@@ -4763,7 +4763,7 @@ EXAMPLES
4763
4763
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4764
4764
  ```
4765
4765
 
4766
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/uninstall/report.ts)_
4766
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall/report.ts)_
4767
4767
 
4768
4768
  ## `sf package update`
4769
4769
 
@@ -4818,7 +4818,7 @@ FLAG DESCRIPTIONS
4818
4818
  associated with your package.
4819
4819
  ```
4820
4820
 
4821
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/update.ts)_
4821
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/update.ts)_
4822
4822
 
4823
4823
  ## `sf package version create`
4824
4824
 
@@ -4993,7 +4993,7 @@ FLAG DESCRIPTIONS
4993
4993
  periods of no output from commands.
4994
4994
  ```
4995
4995
 
4996
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create.ts)_
4996
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create.ts)_
4997
4997
 
4998
4998
  ## `sf package version create list`
4999
4999
 
@@ -5054,7 +5054,7 @@ EXAMPLES
5054
5054
  $ sf package version create list --created-last-days 0 --status Success
5055
5055
  ```
5056
5056
 
5057
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create/list.ts)_
5057
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/list.ts)_
5058
5058
 
5059
5059
  ## `sf package version create report`
5060
5060
 
@@ -5097,7 +5097,7 @@ EXAMPLES
5097
5097
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5098
5098
  ```
5099
5099
 
5100
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create/report.ts)_
5100
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/report.ts)_
5101
5101
 
5102
5102
  ## `sf package version delete`
5103
5103
 
@@ -5138,7 +5138,7 @@ EXAMPLES
5138
5138
  $ sf package version delete --package 04t... --target-org devhub@example.com
5139
5139
  ```
5140
5140
 
5141
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/delete.ts)_
5141
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/delete.ts)_
5142
5142
 
5143
5143
  ## `sf package version displayancestry`
5144
5144
 
@@ -5198,7 +5198,7 @@ FLAG DESCRIPTIONS
5198
5198
  You can use the DOT code output in graph visualization software to create tree visualizations.
5199
5199
  ```
5200
5200
 
5201
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/displayancestry.ts)_
5201
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/displayancestry.ts)_
5202
5202
 
5203
5203
  ## `sf package version list`
5204
5204
 
@@ -5274,7 +5274,7 @@ EXAMPLES
5274
5274
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5275
5275
  ```
5276
5276
 
5277
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/list.ts)_
5277
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/list.ts)_
5278
5278
 
5279
5279
  ## `sf package version promote`
5280
5280
 
@@ -5318,7 +5318,7 @@ EXAMPLES
5318
5318
  $ sf package version promote --package "Awesome Package Alias"
5319
5319
  ```
5320
5320
 
5321
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/promote.ts)_
5321
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/promote.ts)_
5322
5322
 
5323
5323
  ## `sf package version report`
5324
5324
 
@@ -5358,7 +5358,7 @@ EXAMPLES
5358
5358
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5359
5359
  ```
5360
5360
 
5361
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/report.ts)_
5361
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/report.ts)_
5362
5362
 
5363
5363
  ## `sf package version update`
5364
5364
 
@@ -5411,7 +5411,7 @@ EXAMPLES
5411
5411
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5412
5412
  ```
5413
5413
 
5414
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/update.ts)_
5414
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/update.ts)_
5415
5415
 
5416
5416
  ## `sf package1 version create`
5417
5417
 
@@ -5478,7 +5478,7 @@ FLAG DESCRIPTIONS
5478
5478
  subscribers.
5479
5479
  ```
5480
5480
 
5481
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/create.ts)_
5481
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create.ts)_
5482
5482
 
5483
5483
  ## `sf package1 version create get`
5484
5484
 
@@ -5511,7 +5511,7 @@ EXAMPLES
5511
5511
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5512
5512
  ```
5513
5513
 
5514
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/create/get.ts)_
5514
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create/get.ts)_
5515
5515
 
5516
5516
  ## `sf package1 version display`
5517
5517
 
@@ -5545,7 +5545,7 @@ EXAMPLES
5545
5545
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5546
5546
  ```
5547
5547
 
5548
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/display.ts)_
5548
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/display.ts)_
5549
5549
 
5550
5550
  ## `sf package1 version list`
5551
5551
 
@@ -5583,7 +5583,7 @@ FLAG DESCRIPTIONS
5583
5583
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5584
5584
  ```
5585
5585
 
5586
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/list.ts)_
5586
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/list.ts)_
5587
5587
 
5588
5588
  ## `sf plugins`
5589
5589
 
@@ -5606,7 +5606,7 @@ EXAMPLES
5606
5606
  $ sf plugins
5607
5607
  ```
5608
5608
 
5609
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/index.ts)_
5609
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/index.ts)_
5610
5610
 
5611
5611
  ## `sf plugins discover`
5612
5612
 
@@ -5651,7 +5651,7 @@ EXAMPLES
5651
5651
  $ sf plugins inspect @salesforce/plugin-packaging
5652
5652
  ```
5653
5653
 
5654
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/inspect.ts)_
5654
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/inspect.ts)_
5655
5655
 
5656
5656
  ## `sf plugins install PLUGIN`
5657
5657
 
@@ -5700,7 +5700,7 @@ EXAMPLES
5700
5700
  $ sf plugins install someuser/someplugin
5701
5701
  ```
5702
5702
 
5703
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/install.ts)_
5703
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/install.ts)_
5704
5704
 
5705
5705
  ## `sf plugins link PATH`
5706
5706
 
@@ -5730,7 +5730,7 @@ EXAMPLES
5730
5730
  $ sf plugins link @salesforce/plugin-packaging
5731
5731
  ```
5732
5732
 
5733
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/link.ts)_
5733
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/link.ts)_
5734
5734
 
5735
5735
  ## `sf plugins reset`
5736
5736
 
@@ -5745,7 +5745,7 @@ FLAGS
5745
5745
  --reinstall Reinstall all plugins after uninstalling.
5746
5746
  ```
5747
5747
 
5748
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/reset.ts)_
5748
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/reset.ts)_
5749
5749
 
5750
5750
  ## `sf plugins trust verify`
5751
5751
 
@@ -5802,7 +5802,7 @@ EXAMPLES
5802
5802
  $ sf plugins uninstall @salesforce/plugin-packaging
5803
5803
  ```
5804
5804
 
5805
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/uninstall.ts)_
5805
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/uninstall.ts)_
5806
5806
 
5807
5807
  ## `sf plugins update`
5808
5808
 
@@ -5820,7 +5820,7 @@ DESCRIPTION
5820
5820
  Update installed plugins.
5821
5821
  ```
5822
5822
 
5823
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.9/src/commands/plugins/update.ts)_
5823
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/update.ts)_
5824
5824
 
5825
5825
  ## `sf project convert mdapi`
5826
5826
 
@@ -5883,7 +5883,7 @@ FLAG DESCRIPTIONS
5883
5883
  If you specify this parameter, don’t specify --metadata or --source-dir.
5884
5884
  ```
5885
5885
 
5886
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/convert/mdapi.ts)_
5886
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/convert/mdapi.ts)_
5887
5887
 
5888
5888
  ## `sf project convert source`
5889
5889
 
@@ -5956,7 +5956,7 @@ FLAG DESCRIPTIONS
5956
5956
  Override the api version used for api requests made by this command
5957
5957
  ```
5958
5958
 
5959
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/convert/source.ts)_
5959
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/convert/source.ts)_
5960
5960
 
5961
5961
  ## `sf project convert source-behavior`
5962
5962
 
@@ -5965,14 +5965,15 @@ Enable a behavior of your project source files, and then update your Salesforce
5965
5965
  ```
5966
5966
  USAGE
5967
5967
  $ sf project convert source-behavior -b
5968
- decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeW
5969
- orkflowBeta [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>]
5968
+ decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposePermissionSetBeta2|decompos
5969
+ eSharingRulesBeta|decomposeWorkflowBeta [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o
5970
+ <value>]
5970
5971
 
5971
5972
  FLAGS
5972
5973
  -b, --behavior=<option> (required) Behavior to enable; the values correspond to the possible values of the
5973
5974
  "sourceBehaviorOption" option in the "sfdx-project.json" file.
5974
5975
  <options: decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|de
5975
- composeSharingRulesBeta|decomposeWorkflowBeta>
5976
+ composePermissionSetBeta2|decomposeSharingRulesBeta|decomposeWorkflowBeta>
5976
5977
  -o, --target-org=<value> Username or alias of the target org.
5977
5978
  --dry-run Display what the command would do, but don't make any actual changes.
5978
5979
  --preserve-temp-dir Don't delete the metadata API format temporary directory that this command creates. Useful
@@ -6013,7 +6014,7 @@ EXAMPLES
6013
6014
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6014
6015
  ```
6015
6016
 
6016
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/convert/source-behavior.ts)_
6017
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/convert/source-behavior.ts)_
6017
6018
 
6018
6019
  ## `sf project delete source`
6019
6020
 
@@ -6153,7 +6154,7 @@ FLAG DESCRIPTIONS
6153
6154
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6154
6155
  ```
6155
6156
 
6156
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/delete/source.ts)_
6157
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/delete/source.ts)_
6157
6158
 
6158
6159
  ## `sf project delete tracking`
6159
6160
 
@@ -6190,7 +6191,7 @@ EXAMPLES
6190
6191
  $ sf project delete tracking --target-org my-scratch
6191
6192
  ```
6192
6193
 
6193
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/delete/tracking.ts)_
6194
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/delete/tracking.ts)_
6194
6195
 
6195
6196
  ## `sf project deploy cancel`
6196
6197
 
@@ -6262,7 +6263,7 @@ FLAG DESCRIPTIONS
6262
6263
  project deploy report".
6263
6264
  ```
6264
6265
 
6265
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/cancel.ts)_
6266
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/cancel.ts)_
6266
6267
 
6267
6268
  ## `sf project deploy preview`
6268
6269
 
@@ -6345,7 +6346,7 @@ FLAG DESCRIPTIONS
6345
6346
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6346
6347
  ```
6347
6348
 
6348
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/preview.ts)_
6349
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/preview.ts)_
6349
6350
 
6350
6351
  ## `sf project deploy quick`
6351
6352
 
@@ -6438,7 +6439,7 @@ ERROR CODES
6438
6439
  Canceling (69) The deploy is being canceled.
6439
6440
  ```
6440
6441
 
6441
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/quick.ts)_
6442
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/quick.ts)_
6442
6443
 
6443
6444
  ## `sf project deploy report`
6444
6445
 
@@ -6530,7 +6531,7 @@ FLAG DESCRIPTIONS
6530
6531
  --coverage-formatters lcov --coverage-formatters clover
6531
6532
  ```
6532
6533
 
6533
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/report.ts)_
6534
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/report.ts)_
6534
6535
 
6535
6536
  ## `sf project deploy resume`
6536
6537
 
@@ -6627,7 +6628,7 @@ ERROR CODES
6627
6628
  Canceling (69) The deploy is being canceled.
6628
6629
  ```
6629
6630
 
6630
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/resume.ts)_
6631
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/resume.ts)_
6631
6632
 
6632
6633
  ## `sf project deploy start`
6633
6634
 
@@ -6880,7 +6881,7 @@ ERROR CODES
6880
6881
  Canceling (69) The deploy is being canceled.
6881
6882
  ```
6882
6883
 
6883
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/start.ts)_
6884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/start.ts)_
6884
6885
 
6885
6886
  ## `sf project deploy validate`
6886
6887
 
@@ -7070,7 +7071,7 @@ ERROR CODES
7070
7071
  Canceling (69) The deploy is being canceled.
7071
7072
  ```
7072
7073
 
7073
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/deploy/validate.ts)_
7074
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/deploy/validate.ts)_
7074
7075
 
7075
7076
  ## `sf project generate`
7076
7077
 
@@ -7252,7 +7253,7 @@ EXAMPLES
7252
7253
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7253
7254
  ```
7254
7255
 
7255
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/generate/manifest.ts)_
7256
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/generate/manifest.ts)_
7256
7257
 
7257
7258
  ## `sf project list ignored`
7258
7259
 
@@ -7294,7 +7295,7 @@ EXAMPLES
7294
7295
  $ sf project list ignored --source-dir package.xml
7295
7296
  ```
7296
7297
 
7297
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/list/ignored.ts)_
7298
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/list/ignored.ts)_
7298
7299
 
7299
7300
  ## `sf project reset tracking`
7300
7301
 
@@ -7343,7 +7344,7 @@ EXAMPLES
7343
7344
  $ sf project reset tracking --revision 30
7344
7345
  ```
7345
7346
 
7346
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/reset/tracking.ts)_
7347
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/reset/tracking.ts)_
7347
7348
 
7348
7349
  ## `sf project retrieve preview`
7349
7350
 
@@ -7397,7 +7398,7 @@ FLAG DESCRIPTIONS
7397
7398
  production orgs.
7398
7399
  ```
7399
7400
 
7400
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/retrieve/preview.ts)_
7401
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/retrieve/preview.ts)_
7401
7402
 
7402
7403
  ## `sf project retrieve start`
7403
7404
 
@@ -7574,7 +7575,7 @@ ENVIRONMENT VARIABLES
7574
7575
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7575
7576
  ```
7576
7577
 
7577
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.11/src/commands/project/retrieve/start.ts)_
7578
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.14/src/commands/project/retrieve/start.ts)_
7578
7579
 
7579
7580
  ## `sf schema generate field`
7580
7581
 
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.61.3",
3
+ "version": "2.61.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.61.3",
9
+ "version": "2.61.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.0.23",
15
15
  "@oclif/plugin-autocomplete": "3.2.4",
16
- "@oclif/plugin-commands": "4.0.15",
16
+ "@oclif/plugin-commands": "4.0.16",
17
17
  "@oclif/plugin-help": "6.2.12",
18
- "@oclif/plugin-not-found": "3.2.21",
19
- "@oclif/plugin-plugins": "5.4.9",
18
+ "@oclif/plugin-not-found": "3.2.22",
19
+ "@oclif/plugin-plugins": "5.4.10",
20
20
  "@oclif/plugin-search": "1.2.9",
21
21
  "@oclif/plugin-update": "4.5.9",
22
22
  "@oclif/plugin-version": "2.2.13",
@@ -26,16 +26,16 @@
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.4.10",
28
28
  "@salesforce/plugin-api": "1.2.2",
29
- "@salesforce/plugin-auth": "3.6.62",
29
+ "@salesforce/plugin-auth": "3.6.64",
30
30
  "@salesforce/plugin-data": "3.6.7",
31
- "@salesforce/plugin-deploy-retrieve": "3.12.11",
31
+ "@salesforce/plugin-deploy-retrieve": "3.12.14",
32
32
  "@salesforce/plugin-info": "3.4.9",
33
33
  "@salesforce/plugin-limits": "3.3.32",
34
34
  "@salesforce/plugin-marketplace": "1.2.26",
35
35
  "@salesforce/plugin-org": "4.6.0",
36
- "@salesforce/plugin-packaging": "2.8.8",
36
+ "@salesforce/plugin-packaging": "2.8.10",
37
37
  "@salesforce/plugin-schema": "3.3.32",
38
- "@salesforce/plugin-settings": "2.3.21",
38
+ "@salesforce/plugin-settings": "2.3.22",
39
39
  "@salesforce/plugin-sobject": "1.4.38",
40
40
  "@salesforce/plugin-source": "3.5.21",
41
41
  "@salesforce/plugin-telemetry": "3.6.15",
@@ -4189,9 +4189,9 @@
4189
4189
  }
4190
4190
  },
4191
4191
  "node_modules/@oclif/plugin-commands": {
4192
- "version": "4.0.15",
4193
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.15.tgz",
4194
- "integrity": "sha512-rs4nlZmhF4zdwAx+aP+4w/Kpfc+La9tABAJnbnSepKDiA1nH37N4SnkREt4Y7uoNvm77qpWFwKXLQ1HUPCIddw==",
4192
+ "version": "4.0.16",
4193
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.16.tgz",
4194
+ "integrity": "sha512-d8ZcO8w7HjLo6Vms3bUxpWVbBmjK75ptXHggx/GIV0bIWoq0wMr6RzrDCdIkGG9m+qIf0nNVe4I4AWrGVsEn/A==",
4195
4195
  "license": "MIT",
4196
4196
  "dependencies": {
4197
4197
  "@oclif/core": "^4",
@@ -4216,9 +4216,9 @@
4216
4216
  }
4217
4217
  },
4218
4218
  "node_modules/@oclif/plugin-not-found": {
4219
- "version": "3.2.21",
4220
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.21.tgz",
4221
- "integrity": "sha512-1v5MkECOH+mkubpk5RgyVK1qEHn3hr2wX1qsx5hawTyssd10WEFIkH258M9CjyiG42M6ZCQhOS3Wo2wteLo/vg==",
4219
+ "version": "3.2.22",
4220
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.22.tgz",
4221
+ "integrity": "sha512-snd/gmYjTYIa8vr5rPLNus0ymKhhITRTFWLlYCJvAZTs2kX+vUMMdpKId9pEPSzoVGmyddNVshWSCJ2FSgR0mg==",
4222
4222
  "license": "MIT",
4223
4223
  "dependencies": {
4224
4224
  "@inquirer/confirm": "^3.2.0",
@@ -4231,9 +4231,9 @@
4231
4231
  }
4232
4232
  },
4233
4233
  "node_modules/@oclif/plugin-plugins": {
4234
- "version": "5.4.9",
4235
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.9.tgz",
4236
- "integrity": "sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g==",
4234
+ "version": "5.4.10",
4235
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.10.tgz",
4236
+ "integrity": "sha512-Um3y52t1I1Wv2yIZ1TkAiASiFEWnROoZ4tn/+mgAT55em99LpRE2d+ujXVoP/HllsVbVun3QaHhv1t0YRz0udA==",
4237
4237
  "license": "MIT",
4238
4238
  "dependencies": {
4239
4239
  "@oclif/core": "^4",
@@ -4979,15 +4979,15 @@
4979
4979
  }
4980
4980
  },
4981
4981
  "node_modules/@salesforce/plugin-auth": {
4982
- "version": "3.6.62",
4983
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz",
4984
- "integrity": "sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==",
4982
+ "version": "3.6.64",
4983
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.64.tgz",
4984
+ "integrity": "sha512-2sJzgg/Ze3vAs9g2Rh1/NUmbow2Jp2/odY5NUFcXqJhWmXN2lm9pQkSw9mRcCQ8Kpc99wix4pdblOHELKWiw4g==",
4985
4985
  "license": "BSD-3-Clause",
4986
4986
  "dependencies": {
4987
4987
  "@inquirer/checkbox": "^2.5.0",
4988
- "@inquirer/select": "^2.4.7",
4988
+ "@inquirer/select": "^2.5.0",
4989
4989
  "@oclif/core": "^4",
4990
- "@salesforce/core": "^8.5.1",
4990
+ "@salesforce/core": "^8.6.1",
4991
4991
  "@salesforce/kit": "^3.2.3",
4992
4992
  "@salesforce/plugin-info": "^3.4.6",
4993
4993
  "@salesforce/sf-plugins-core": "^11.3.10",
@@ -5059,19 +5059,19 @@
5059
5059
  "license": "MIT"
5060
5060
  },
5061
5061
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5062
- "version": "3.12.11",
5063
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.11.tgz",
5064
- "integrity": "sha512-vRlMMO7QpnVH1jQjfmByREbA3ddQyoSCOCPNAG3i97/bEOKKT8Wk3GOb/giAnWE+Z2TO4t4HgsmEsmdJ2vmszw==",
5062
+ "version": "3.12.14",
5063
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.14.tgz",
5064
+ "integrity": "sha512-w0B3QdfwxbFtyh6C0+K58H+EXisPAggrxv/jaRWG8JdpFOSeHmb3Zuog1PznhUZEsS5rd/KQKyK3Iizy2gkvlw==",
5065
5065
  "license": "BSD-3-Clause",
5066
5066
  "dependencies": {
5067
5067
  "@oclif/core": "^4.0.18",
5068
- "@salesforce/apex-node": "^8.1.7",
5069
- "@salesforce/core": "^8.5.4",
5068
+ "@salesforce/apex-node": "^8.1.9",
5069
+ "@salesforce/core": "^8.6.1",
5070
5070
  "@salesforce/kit": "^3.2.3",
5071
5071
  "@salesforce/plugin-info": "^3.4.9",
5072
5072
  "@salesforce/sf-plugins-core": "^11.3.2",
5073
5073
  "@salesforce/source-deploy-retrieve": "^12.6.3",
5074
- "@salesforce/source-tracking": "^7.1.12",
5074
+ "@salesforce/source-tracking": "^7.1.16",
5075
5075
  "@salesforce/ts-types": "^2.0.12",
5076
5076
  "ansis": "^3.3.2"
5077
5077
  },
@@ -5158,13 +5158,13 @@
5158
5158
  "license": "MIT"
5159
5159
  },
5160
5160
  "node_modules/@salesforce/plugin-packaging": {
5161
- "version": "2.8.8",
5162
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.8.tgz",
5163
- "integrity": "sha512-TxvbqVLUdewVr75k1bjvr5UPAU3vP2lVFQf/FS249soYXZ49OIcEQ19EJVlw1L3F2jWCcm4ZHvph9VjbvF9ndw==",
5161
+ "version": "2.8.10",
5162
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.10.tgz",
5163
+ "integrity": "sha512-IkgSj5D9Jy0ZQ1yRRBUNd+gi4BQy5RvdfqhCpDJIYfcCdNBhcuVtsNp9gg8mg/tbzB5Guwaa30zKStVjYPyKhg==",
5164
5164
  "license": "BSD-3-Clause",
5165
5165
  "dependencies": {
5166
5166
  "@oclif/core": "^4",
5167
- "@salesforce/core": "^8.5.7",
5167
+ "@salesforce/core": "^8.6.1",
5168
5168
  "@salesforce/kit": "^3.2.3",
5169
5169
  "@salesforce/packaging": "^4.2.9",
5170
5170
  "@salesforce/sf-plugins-core": "^11.3.2",
@@ -5251,9 +5251,9 @@
5251
5251
  }
5252
5252
  },
5253
5253
  "node_modules/@salesforce/plugin-settings": {
5254
- "version": "2.3.21",
5255
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz",
5256
- "integrity": "sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==",
5254
+ "version": "2.3.22",
5255
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.22.tgz",
5256
+ "integrity": "sha512-ZB95R1fwFo3bhrTWEPnpGZONb+BZDHzBNTAS0r8apwtbYGUPPswdtvJ6n4Elh1uhyTfp38GWjDvflKOSb28lrQ==",
5257
5257
  "license": "BSD-3-Clause",
5258
5258
  "dependencies": {
5259
5259
  "@oclif/core": "^4",
@@ -5617,15 +5617,15 @@
5617
5617
  }
5618
5618
  },
5619
5619
  "node_modules/@salesforce/source-tracking": {
5620
- "version": "7.1.14",
5621
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.14.tgz",
5622
- "integrity": "sha512-NrUXXmV03GYDlajZMMpMA03H7XJM84el9SJtAeWGqXychAXLIRFOZhidGeGGCr5QlruvZLJbGqQ6YBwOTaRC2g==",
5620
+ "version": "7.1.16",
5621
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.16.tgz",
5622
+ "integrity": "sha512-q+hvKihRupfRL5pKFoeAsBkUKY9OCjAcg6vnqkRigqF6KvsjoILt64dqRFDLmZ7iVw7K3RWgcDKSoQxgf14Kvw==",
5623
5623
  "license": "BSD-3-Clause",
5624
5624
  "dependencies": {
5625
- "@oclif/core": "^4.0.20",
5626
- "@salesforce/core": "^8.5.4",
5627
- "@salesforce/kit": "^3.2.1",
5628
- "@salesforce/source-deploy-retrieve": "^12.6.0",
5625
+ "@oclif/core": "^4.0.23",
5626
+ "@salesforce/core": "^8.6.1",
5627
+ "@salesforce/kit": "^3.2.3",
5628
+ "@salesforce/source-deploy-retrieve": "^12.7.1",
5629
5629
  "@salesforce/ts-types": "^2.0.12",
5630
5630
  "fast-xml-parser": "^4.5.0",
5631
5631
  "graceful-fs": "^4.2.11",
package/oclif.lock CHANGED
@@ -1569,7 +1569,7 @@
1569
1569
  "@inquirer/type" "^1.5.3"
1570
1570
  ansi-escapes "^4.3.2"
1571
1571
 
1572
- "@inquirer/select@^2.3.5", "@inquirer/select@^2.4.7", "@inquirer/select@^2.5.0":
1572
+ "@inquirer/select@^2.3.5", "@inquirer/select@^2.5.0":
1573
1573
  version "2.5.0"
1574
1574
  resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz"
1575
1575
  integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
@@ -1874,7 +1874,7 @@
1874
1874
  proc-log "^4.0.0"
1875
1875
  which "^4.0.0"
1876
1876
 
1877
- "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.23":
1877
+ "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.6", "@oclif/core@4.0.23":
1878
1878
  version "4.0.23"
1879
1879
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz"
1880
1880
  integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
@@ -1923,10 +1923,10 @@
1923
1923
  semver "^7.6.0"
1924
1924
  ts-json-schema-generator "^1.5.1"
1925
1925
 
1926
- "@oclif/plugin-commands@4.0.15":
1927
- version "4.0.15"
1928
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.15.tgz"
1929
- integrity sha512-rs4nlZmhF4zdwAx+aP+4w/Kpfc+La9tABAJnbnSepKDiA1nH37N4SnkREt4Y7uoNvm77qpWFwKXLQ1HUPCIddw==
1926
+ "@oclif/plugin-commands@4.0.16":
1927
+ version "4.0.16"
1928
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.16.tgz"
1929
+ integrity sha512-d8ZcO8w7HjLo6Vms3bUxpWVbBmjK75ptXHggx/GIV0bIWoq0wMr6RzrDCdIkGG9m+qIf0nNVe4I4AWrGVsEn/A==
1930
1930
  dependencies:
1931
1931
  "@oclif/core" "^4"
1932
1932
  lodash "^4.17.21"
@@ -1940,20 +1940,20 @@
1940
1940
  dependencies:
1941
1941
  "@oclif/core" "^4"
1942
1942
 
1943
- "@oclif/plugin-not-found@^3.2.21", "@oclif/plugin-not-found@3.2.21":
1944
- version "3.2.21"
1945
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.21.tgz"
1946
- integrity sha512-1v5MkECOH+mkubpk5RgyVK1qEHn3hr2wX1qsx5hawTyssd10WEFIkH258M9CjyiG42M6ZCQhOS3Wo2wteLo/vg==
1943
+ "@oclif/plugin-not-found@^3.2.21", "@oclif/plugin-not-found@3.2.22":
1944
+ version "3.2.22"
1945
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.22.tgz"
1946
+ integrity sha512-snd/gmYjTYIa8vr5rPLNus0ymKhhITRTFWLlYCJvAZTs2kX+vUMMdpKId9pEPSzoVGmyddNVshWSCJ2FSgR0mg==
1947
1947
  dependencies:
1948
1948
  "@inquirer/confirm" "^3.2.0"
1949
1949
  "@oclif/core" "^4"
1950
1950
  ansis "^3.3.1"
1951
1951
  fast-levenshtein "^3.0.0"
1952
1952
 
1953
- "@oclif/plugin-plugins@5.4.9":
1954
- version "5.4.9"
1955
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.9.tgz"
1956
- integrity sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g==
1953
+ "@oclif/plugin-plugins@5.4.10":
1954
+ version "5.4.10"
1955
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.10.tgz"
1956
+ integrity sha512-Um3y52t1I1Wv2yIZ1TkAiASiFEWnROoZ4tn/+mgAT55em99LpRE2d+ujXVoP/HllsVbVun3QaHhv1t0YRz0udA==
1957
1957
  dependencies:
1958
1958
  "@oclif/core" "^4"
1959
1959
  ansis "^3.3.2"
@@ -2181,7 +2181,7 @@
2181
2181
  "@pnpm/network.ca-file" "^1.0.1"
2182
2182
  config-chain "^1.1.11"
2183
2183
 
2184
- "@salesforce/apex-node@^8.1.2", "@salesforce/apex-node@^8.1.7", "@salesforce/apex-node@^8.1.9":
2184
+ "@salesforce/apex-node@^8.1.2", "@salesforce/apex-node@^8.1.9":
2185
2185
  version "8.1.9"
2186
2186
  resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.9.tgz"
2187
2187
  integrity sha512-9Qv48QygPI6w1n5cD9n0jGYNc4J2cSD0eVW0pSONyxc/2VfU7nRamjg1EQ8oSuA5rfkXcqZcmkp/B3slU90YfQ==
@@ -2326,15 +2326,15 @@
2326
2326
  got "^13.0.0"
2327
2327
  proxy-agent "^6.4.0"
2328
2328
 
2329
- "@salesforce/plugin-auth@3.6.62":
2330
- version "3.6.62"
2331
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz"
2332
- integrity sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==
2329
+ "@salesforce/plugin-auth@3.6.64":
2330
+ version "3.6.64"
2331
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.64.tgz"
2332
+ integrity sha512-2sJzgg/Ze3vAs9g2Rh1/NUmbow2Jp2/odY5NUFcXqJhWmXN2lm9pQkSw9mRcCQ8Kpc99wix4pdblOHELKWiw4g==
2333
2333
  dependencies:
2334
2334
  "@inquirer/checkbox" "^2.5.0"
2335
- "@inquirer/select" "^2.4.7"
2335
+ "@inquirer/select" "^2.5.0"
2336
2336
  "@oclif/core" "^4"
2337
- "@salesforce/core" "^8.5.1"
2337
+ "@salesforce/core" "^8.6.1"
2338
2338
  "@salesforce/kit" "^3.2.3"
2339
2339
  "@salesforce/plugin-info" "^3.4.6"
2340
2340
  "@salesforce/sf-plugins-core" "^11.3.10"
@@ -2371,19 +2371,19 @@
2371
2371
  csv-stringify "^6.5.1"
2372
2372
  form-data "^4.0.0"
2373
2373
 
2374
- "@salesforce/plugin-deploy-retrieve@3.12.11":
2375
- version "3.12.11"
2376
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.11.tgz"
2377
- integrity sha512-vRlMMO7QpnVH1jQjfmByREbA3ddQyoSCOCPNAG3i97/bEOKKT8Wk3GOb/giAnWE+Z2TO4t4HgsmEsmdJ2vmszw==
2374
+ "@salesforce/plugin-deploy-retrieve@3.12.14":
2375
+ version "3.12.14"
2376
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.14.tgz"
2377
+ integrity sha512-w0B3QdfwxbFtyh6C0+K58H+EXisPAggrxv/jaRWG8JdpFOSeHmb3Zuog1PznhUZEsS5rd/KQKyK3Iizy2gkvlw==
2378
2378
  dependencies:
2379
2379
  "@oclif/core" "^4.0.18"
2380
- "@salesforce/apex-node" "^8.1.7"
2381
- "@salesforce/core" "^8.5.4"
2380
+ "@salesforce/apex-node" "^8.1.9"
2381
+ "@salesforce/core" "^8.6.1"
2382
2382
  "@salesforce/kit" "^3.2.3"
2383
2383
  "@salesforce/plugin-info" "^3.4.9"
2384
2384
  "@salesforce/sf-plugins-core" "^11.3.2"
2385
2385
  "@salesforce/source-deploy-retrieve" "^12.6.3"
2386
- "@salesforce/source-tracking" "^7.1.12"
2386
+ "@salesforce/source-tracking" "^7.1.16"
2387
2387
  "@salesforce/ts-types" "^2.0.12"
2388
2388
  ansis "^3.3.2"
2389
2389
 
@@ -2439,13 +2439,13 @@
2439
2439
  is-wsl "^3.1.0"
2440
2440
  open "^10.1.0"
2441
2441
 
2442
- "@salesforce/plugin-packaging@2.8.8":
2443
- version "2.8.8"
2444
- resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.8.tgz"
2445
- integrity sha512-TxvbqVLUdewVr75k1bjvr5UPAU3vP2lVFQf/FS249soYXZ49OIcEQ19EJVlw1L3F2jWCcm4ZHvph9VjbvF9ndw==
2442
+ "@salesforce/plugin-packaging@2.8.10":
2443
+ version "2.8.10"
2444
+ resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.10.tgz"
2445
+ integrity sha512-IkgSj5D9Jy0ZQ1yRRBUNd+gi4BQy5RvdfqhCpDJIYfcCdNBhcuVtsNp9gg8mg/tbzB5Guwaa30zKStVjYPyKhg==
2446
2446
  dependencies:
2447
2447
  "@oclif/core" "^4"
2448
- "@salesforce/core" "^8.5.7"
2448
+ "@salesforce/core" "^8.6.1"
2449
2449
  "@salesforce/kit" "^3.2.3"
2450
2450
  "@salesforce/packaging" "^4.2.9"
2451
2451
  "@salesforce/sf-plugins-core" "^11.3.2"
@@ -2488,10 +2488,10 @@
2488
2488
  "@salesforce/core" "^8.5.7"
2489
2489
  "@salesforce/sf-plugins-core" "^11.3.10"
2490
2490
 
2491
- "@salesforce/plugin-settings@2.3.21":
2492
- version "2.3.21"
2493
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz"
2494
- integrity sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==
2491
+ "@salesforce/plugin-settings@2.3.22":
2492
+ version "2.3.22"
2493
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.22.tgz"
2494
+ integrity sha512-ZB95R1fwFo3bhrTWEPnpGZONb+BZDHzBNTAS0r8apwtbYGUPPswdtvJ6n4Elh1uhyTfp38GWjDvflKOSb28lrQ==
2495
2495
  dependencies:
2496
2496
  "@oclif/core" "^4"
2497
2497
  "@salesforce/core" "^8.5.7"
@@ -2628,15 +2628,15 @@
2628
2628
  minimatch "^9.0.5"
2629
2629
  proxy-agent "^6.4.0"
2630
2630
 
2631
- "@salesforce/source-tracking@^7.1.12", "@salesforce/source-tracking@^7.1.14":
2632
- version "7.1.14"
2633
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.14.tgz"
2634
- integrity sha512-NrUXXmV03GYDlajZMMpMA03H7XJM84el9SJtAeWGqXychAXLIRFOZhidGeGGCr5QlruvZLJbGqQ6YBwOTaRC2g==
2631
+ "@salesforce/source-tracking@^7.1.14", "@salesforce/source-tracking@^7.1.16":
2632
+ version "7.1.16"
2633
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.16.tgz"
2634
+ integrity sha512-q+hvKihRupfRL5pKFoeAsBkUKY9OCjAcg6vnqkRigqF6KvsjoILt64dqRFDLmZ7iVw7K3RWgcDKSoQxgf14Kvw==
2635
2635
  dependencies:
2636
- "@oclif/core" "^4.0.20"
2637
- "@salesforce/core" "^8.5.4"
2638
- "@salesforce/kit" "^3.2.1"
2639
- "@salesforce/source-deploy-retrieve" "^12.6.0"
2636
+ "@oclif/core" "^4.0.23"
2637
+ "@salesforce/core" "^8.6.1"
2638
+ "@salesforce/kit" "^3.2.3"
2639
+ "@salesforce/source-deploy-retrieve" "^12.7.1"
2640
2640
  "@salesforce/ts-types" "^2.0.12"
2641
2641
  fast-xml-parser "^4.5.0"
2642
2642
  graceful-fs "^4.2.11"
@@ -3892,131 +3892,6 @@
3892
3892
  "snapshot:create:org"
3893
3893
  ]
3894
3894
  },
3895
- "org:get:snapshot": {
3896
- "aliases": [
3897
- "force:org:snapshot:get"
3898
- ],
3899
- "args": {},
3900
- "deprecateAliases": true,
3901
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3902
- "examples": [
3903
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3904
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3905
- ],
3906
- "flags": {
3907
- "json": {
3908
- "description": "Format output as json.",
3909
- "helpGroup": "GLOBAL",
3910
- "name": "json",
3911
- "allowNo": false,
3912
- "type": "boolean"
3913
- },
3914
- "flags-dir": {
3915
- "helpGroup": "GLOBAL",
3916
- "name": "flags-dir",
3917
- "summary": "Import flag values from a directory.",
3918
- "hasDynamicHelp": false,
3919
- "multiple": false,
3920
- "type": "option"
3921
- },
3922
- "target-dev-hub": {
3923
- "aliases": [
3924
- "targetdevhubusername"
3925
- ],
3926
- "char": "v",
3927
- "deprecateAliases": true,
3928
- "name": "target-dev-hub",
3929
- "noCacheDefault": true,
3930
- "required": true,
3931
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3932
- "hasDynamicHelp": true,
3933
- "multiple": false,
3934
- "type": "option"
3935
- },
3936
- "api-version": {
3937
- "aliases": [
3938
- "apiversion"
3939
- ],
3940
- "deprecateAliases": true,
3941
- "description": "Override the api version used for api requests made by this command",
3942
- "name": "api-version",
3943
- "hasDynamicHelp": false,
3944
- "multiple": false,
3945
- "type": "option"
3946
- },
3947
- "loglevel": {
3948
- "deprecated": {
3949
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3950
- },
3951
- "hidden": true,
3952
- "name": "loglevel",
3953
- "hasDynamicHelp": false,
3954
- "multiple": false,
3955
- "type": "option"
3956
- },
3957
- "snapshot": {
3958
- "char": "s",
3959
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3960
- "name": "snapshot",
3961
- "required": true,
3962
- "summary": "Name or ID of snapshot to retrieve.",
3963
- "hasDynamicHelp": false,
3964
- "multiple": false,
3965
- "type": "option"
3966
- }
3967
- },
3968
- "hasDynamicHelp": true,
3969
- "hiddenAliases": [],
3970
- "id": "org:get:snapshot",
3971
- "pluginAlias": "@salesforce/plugin-signups",
3972
- "pluginName": "@salesforce/plugin-signups",
3973
- "pluginType": "jit",
3974
- "strict": true,
3975
- "summary": "Get details about a scratch org snapshot.",
3976
- "enableJsonFlag": true,
3977
- "isESM": true,
3978
- "relativePath": [
3979
- "lib",
3980
- "commands",
3981
- "org",
3982
- "get",
3983
- "snapshot.js"
3984
- ],
3985
- "aliasPermutations": [
3986
- "force:org:snapshot:get",
3987
- "org:force:snapshot:get",
3988
- "org:snapshot:force:get",
3989
- "org:snapshot:get:force",
3990
- "force:snapshot:org:get",
3991
- "snapshot:force:org:get",
3992
- "snapshot:org:force:get",
3993
- "snapshot:org:get:force",
3994
- "force:snapshot:get:org",
3995
- "snapshot:force:get:org",
3996
- "snapshot:get:force:org",
3997
- "snapshot:get:org:force",
3998
- "force:org:get:snapshot",
3999
- "org:force:get:snapshot",
4000
- "org:get:force:snapshot",
4001
- "org:get:snapshot:force",
4002
- "force:get:org:snapshot",
4003
- "get:force:org:snapshot",
4004
- "get:org:force:snapshot",
4005
- "get:org:snapshot:force",
4006
- "force:get:snapshot:org",
4007
- "get:force:snapshot:org",
4008
- "get:snapshot:force:org",
4009
- "get:snapshot:org:force"
4010
- ],
4011
- "permutations": [
4012
- "org:get:snapshot",
4013
- "get:org:snapshot",
4014
- "get:snapshot:org",
4015
- "org:snapshot:get",
4016
- "snapshot:org:get",
4017
- "snapshot:get:org"
4018
- ]
4019
- },
4020
3895
  "org:delete:shape": {
4021
3896
  "aliases": [
4022
3897
  "force:org:shape:delete"
@@ -4276,6 +4151,131 @@
4276
4151
  "snapshot:delete:org"
4277
4152
  ]
4278
4153
  },
4154
+ "org:get:snapshot": {
4155
+ "aliases": [
4156
+ "force:org:snapshot:get"
4157
+ ],
4158
+ "args": {},
4159
+ "deprecateAliases": true,
4160
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
4161
+ "examples": [
4162
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4163
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
4164
+ ],
4165
+ "flags": {
4166
+ "json": {
4167
+ "description": "Format output as json.",
4168
+ "helpGroup": "GLOBAL",
4169
+ "name": "json",
4170
+ "allowNo": false,
4171
+ "type": "boolean"
4172
+ },
4173
+ "flags-dir": {
4174
+ "helpGroup": "GLOBAL",
4175
+ "name": "flags-dir",
4176
+ "summary": "Import flag values from a directory.",
4177
+ "hasDynamicHelp": false,
4178
+ "multiple": false,
4179
+ "type": "option"
4180
+ },
4181
+ "target-dev-hub": {
4182
+ "aliases": [
4183
+ "targetdevhubusername"
4184
+ ],
4185
+ "char": "v",
4186
+ "deprecateAliases": true,
4187
+ "name": "target-dev-hub",
4188
+ "noCacheDefault": true,
4189
+ "required": true,
4190
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4191
+ "hasDynamicHelp": true,
4192
+ "multiple": false,
4193
+ "type": "option"
4194
+ },
4195
+ "api-version": {
4196
+ "aliases": [
4197
+ "apiversion"
4198
+ ],
4199
+ "deprecateAliases": true,
4200
+ "description": "Override the api version used for api requests made by this command",
4201
+ "name": "api-version",
4202
+ "hasDynamicHelp": false,
4203
+ "multiple": false,
4204
+ "type": "option"
4205
+ },
4206
+ "loglevel": {
4207
+ "deprecated": {
4208
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4209
+ },
4210
+ "hidden": true,
4211
+ "name": "loglevel",
4212
+ "hasDynamicHelp": false,
4213
+ "multiple": false,
4214
+ "type": "option"
4215
+ },
4216
+ "snapshot": {
4217
+ "char": "s",
4218
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
4219
+ "name": "snapshot",
4220
+ "required": true,
4221
+ "summary": "Name or ID of snapshot to retrieve.",
4222
+ "hasDynamicHelp": false,
4223
+ "multiple": false,
4224
+ "type": "option"
4225
+ }
4226
+ },
4227
+ "hasDynamicHelp": true,
4228
+ "hiddenAliases": [],
4229
+ "id": "org:get:snapshot",
4230
+ "pluginAlias": "@salesforce/plugin-signups",
4231
+ "pluginName": "@salesforce/plugin-signups",
4232
+ "pluginType": "jit",
4233
+ "strict": true,
4234
+ "summary": "Get details about a scratch org snapshot.",
4235
+ "enableJsonFlag": true,
4236
+ "isESM": true,
4237
+ "relativePath": [
4238
+ "lib",
4239
+ "commands",
4240
+ "org",
4241
+ "get",
4242
+ "snapshot.js"
4243
+ ],
4244
+ "aliasPermutations": [
4245
+ "force:org:snapshot:get",
4246
+ "org:force:snapshot:get",
4247
+ "org:snapshot:force:get",
4248
+ "org:snapshot:get:force",
4249
+ "force:snapshot:org:get",
4250
+ "snapshot:force:org:get",
4251
+ "snapshot:org:force:get",
4252
+ "snapshot:org:get:force",
4253
+ "force:snapshot:get:org",
4254
+ "snapshot:force:get:org",
4255
+ "snapshot:get:force:org",
4256
+ "snapshot:get:org:force",
4257
+ "force:org:get:snapshot",
4258
+ "org:force:get:snapshot",
4259
+ "org:get:force:snapshot",
4260
+ "org:get:snapshot:force",
4261
+ "force:get:org:snapshot",
4262
+ "get:force:org:snapshot",
4263
+ "get:org:force:snapshot",
4264
+ "get:org:snapshot:force",
4265
+ "force:get:snapshot:org",
4266
+ "get:force:snapshot:org",
4267
+ "get:snapshot:force:org",
4268
+ "get:snapshot:org:force"
4269
+ ],
4270
+ "permutations": [
4271
+ "org:get:snapshot",
4272
+ "get:org:snapshot",
4273
+ "get:snapshot:org",
4274
+ "org:snapshot:get",
4275
+ "snapshot:org:get",
4276
+ "snapshot:get:org"
4277
+ ]
4278
+ },
4279
4279
  "org:list:shape": {
4280
4280
  "aliases": [
4281
4281
  "force:org:shape:list"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.61.3"
5373
+ "version": "2.61.4"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.61.3",
4
+ "version": "2.61.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,12 +77,12 @@
77
77
  ],
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-custom-metadata": "3.3.33",
80
- "@salesforce/plugin-community": "3.2.32",
80
+ "@salesforce/plugin-community": "3.2.33",
81
81
  "@salesforce/plugin-dev": "2.4.2",
82
82
  "@salesforce/plugin-devops-center": "1.2.24",
83
83
  "@salesforce/plugin-env": "3.0.33",
84
84
  "@salesforce/plugin-functions": "1.23.0",
85
- "@salesforce/plugin-signups": "2.5.18",
85
+ "@salesforce/plugin-signups": "2.5.20",
86
86
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
87
87
  "@salesforce/sfdx-scanner": "4.6.0"
88
88
  },
@@ -142,10 +142,10 @@
142
142
  "@inquirer/select": "^2.3.5",
143
143
  "@oclif/core": "4.0.23",
144
144
  "@oclif/plugin-autocomplete": "3.2.4",
145
- "@oclif/plugin-commands": "4.0.15",
145
+ "@oclif/plugin-commands": "4.0.16",
146
146
  "@oclif/plugin-help": "6.2.12",
147
- "@oclif/plugin-not-found": "3.2.21",
148
- "@oclif/plugin-plugins": "5.4.9",
147
+ "@oclif/plugin-not-found": "3.2.22",
148
+ "@oclif/plugin-plugins": "5.4.10",
149
149
  "@oclif/plugin-search": "1.2.9",
150
150
  "@oclif/plugin-update": "4.5.9",
151
151
  "@oclif/plugin-version": "2.2.13",
@@ -155,16 +155,16 @@
155
155
  "@salesforce/kit": "^3.1.6",
156
156
  "@salesforce/plugin-apex": "3.4.10",
157
157
  "@salesforce/plugin-api": "1.2.2",
158
- "@salesforce/plugin-auth": "3.6.62",
158
+ "@salesforce/plugin-auth": "3.6.64",
159
159
  "@salesforce/plugin-data": "3.6.7",
160
- "@salesforce/plugin-deploy-retrieve": "3.12.11",
160
+ "@salesforce/plugin-deploy-retrieve": "3.12.14",
161
161
  "@salesforce/plugin-info": "3.4.9",
162
162
  "@salesforce/plugin-limits": "3.3.32",
163
163
  "@salesforce/plugin-marketplace": "1.2.26",
164
164
  "@salesforce/plugin-org": "4.6.0",
165
- "@salesforce/plugin-packaging": "2.8.8",
165
+ "@salesforce/plugin-packaging": "2.8.10",
166
166
  "@salesforce/plugin-schema": "3.3.32",
167
- "@salesforce/plugin-settings": "2.3.21",
167
+ "@salesforce/plugin-settings": "2.3.22",
168
168
  "@salesforce/plugin-sobject": "1.4.38",
169
169
  "@salesforce/plugin-source": "3.5.21",
170
170
  "@salesforce/plugin-telemetry": "3.6.15",