@salesforce/plugin-signups 2.5.19 → 2.5.21

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
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.19/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.21/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.5.19",
3
+ "version": "2.5.21",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.5.19",
9
+ "version": "2.5.21",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.5.7",
13
+ "@salesforce/core": "^8.6.1",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^11.3.10",
16
16
  "change-case": "^5.4.4"
@@ -19,7 +19,7 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.2.15",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.30",
21
21
  "@salesforce/dev-scripts": "^10.2.10",
22
- "@salesforce/plugin-command-reference": "^3.1.21",
22
+ "@salesforce/plugin-command-reference": "^3.1.26",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
@@ -27,7 +27,7 @@
27
27
  "chai-string": "^1.5.0",
28
28
  "eslint-plugin-sf-plugin": "^1.20.7",
29
29
  "jsforce": "^2.0.0-beta.28",
30
- "oclif": "^4.14.34",
30
+ "oclif": "^4.14.36",
31
31
  "ts-node": "^10.9.2",
32
32
  "typescript": "^5.5.4"
33
33
  },
@@ -3481,7 +3481,7 @@
3481
3481
  "node": ">=18"
3482
3482
  }
3483
3483
  },
3484
- "node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
3484
+ "node_modules/@inquirer/core": {
3485
3485
  "version": "9.2.1",
3486
3486
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
3487
3487
  "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
@@ -3504,19 +3504,7 @@
3504
3504
  "node": ">=18"
3505
3505
  }
3506
3506
  },
3507
- "node_modules/@inquirer/confirm/node_modules/@inquirer/core/node_modules/@inquirer/type": {
3508
- "version": "2.0.0",
3509
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
3510
- "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
3511
- "license": "MIT",
3512
- "dependencies": {
3513
- "mute-stream": "^1.0.0"
3514
- },
3515
- "engines": {
3516
- "node": ">=18"
3517
- }
3518
- },
3519
- "node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
3507
+ "node_modules/@inquirer/core/node_modules/@inquirer/figures": {
3520
3508
  "version": "1.0.6",
3521
3509
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
3522
3510
  "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
@@ -3525,10 +3513,10 @@
3525
3513
  "node": ">=18"
3526
3514
  }
3527
3515
  },
3528
- "node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
3529
- "version": "1.5.5",
3530
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
3531
- "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
3516
+ "node_modules/@inquirer/core/node_modules/@inquirer/type": {
3517
+ "version": "2.0.0",
3518
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
3519
+ "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
3532
3520
  "license": "MIT",
3533
3521
  "dependencies": {
3534
3522
  "mute-stream": "^1.0.0"
@@ -3537,7 +3525,7 @@
3537
3525
  "node": ">=18"
3538
3526
  }
3539
3527
  },
3540
- "node_modules/@inquirer/confirm/node_modules/@types/node": {
3528
+ "node_modules/@inquirer/core/node_modules/@types/node": {
3541
3529
  "version": "22.5.5",
3542
3530
  "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
3543
3531
  "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
@@ -3546,7 +3534,7 @@
3546
3534
  "undici-types": "~6.19.2"
3547
3535
  }
3548
3536
  },
3549
- "node_modules/@inquirer/confirm/node_modules/signal-exit": {
3537
+ "node_modules/@inquirer/core/node_modules/signal-exit": {
3550
3538
  "version": "4.1.0",
3551
3539
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
3552
3540
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
@@ -3558,50 +3546,12 @@
3558
3546
  "url": "https://github.com/sponsors/isaacs"
3559
3547
  }
3560
3548
  },
3561
- "node_modules/@inquirer/confirm/node_modules/undici-types": {
3549
+ "node_modules/@inquirer/core/node_modules/undici-types": {
3562
3550
  "version": "6.19.8",
3563
3551
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
3564
3552
  "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
3565
3553
  "license": "MIT"
3566
3554
  },
3567
- "node_modules/@inquirer/core": {
3568
- "version": "9.0.10",
3569
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.10.tgz",
3570
- "integrity": "sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==",
3571
- "dev": true,
3572
- "license": "MIT",
3573
- "dependencies": {
3574
- "@inquirer/figures": "^1.0.5",
3575
- "@inquirer/type": "^1.5.2",
3576
- "@types/mute-stream": "^0.0.4",
3577
- "@types/node": "^22.1.0",
3578
- "@types/wrap-ansi": "^3.0.0",
3579
- "ansi-escapes": "^4.3.2",
3580
- "cli-spinners": "^2.9.2",
3581
- "cli-width": "^4.1.0",
3582
- "mute-stream": "^1.0.0",
3583
- "signal-exit": "^4.1.0",
3584
- "strip-ansi": "^6.0.1",
3585
- "wrap-ansi": "^6.2.0",
3586
- "yoctocolors-cjs": "^2.1.2"
3587
- },
3588
- "engines": {
3589
- "node": ">=18"
3590
- }
3591
- },
3592
- "node_modules/@inquirer/core/node_modules/signal-exit": {
3593
- "version": "4.1.0",
3594
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
3595
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
3596
- "dev": true,
3597
- "license": "ISC",
3598
- "engines": {
3599
- "node": ">=14"
3600
- },
3601
- "funding": {
3602
- "url": "https://github.com/sponsors/isaacs"
3603
- }
3604
- },
3605
3555
  "node_modules/@inquirer/figures": {
3606
3556
  "version": "1.0.5",
3607
3557
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
@@ -3626,32 +3576,20 @@
3626
3576
  "node": ">=18"
3627
3577
  }
3628
3578
  },
3629
- "node_modules/@inquirer/password": {
3630
- "version": "2.2.0",
3631
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
3632
- "integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==",
3633
- "license": "MIT",
3634
- "dependencies": {
3635
- "@inquirer/core": "^9.1.0",
3636
- "@inquirer/type": "^1.5.3",
3637
- "ansi-escapes": "^4.3.2"
3638
- },
3639
- "engines": {
3640
- "node": ">=18"
3641
- }
3642
- },
3643
- "node_modules/@inquirer/password/node_modules/@inquirer/core": {
3644
- "version": "9.2.1",
3645
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
3646
- "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
3579
+ "node_modules/@inquirer/input/node_modules/@inquirer/core": {
3580
+ "version": "9.0.10",
3581
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.10.tgz",
3582
+ "integrity": "sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==",
3583
+ "dev": true,
3647
3584
  "license": "MIT",
3648
3585
  "dependencies": {
3649
- "@inquirer/figures": "^1.0.6",
3650
- "@inquirer/type": "^2.0.0",
3586
+ "@inquirer/figures": "^1.0.5",
3587
+ "@inquirer/type": "^1.5.2",
3651
3588
  "@types/mute-stream": "^0.0.4",
3652
- "@types/node": "^22.5.5",
3589
+ "@types/node": "^22.1.0",
3653
3590
  "@types/wrap-ansi": "^3.0.0",
3654
3591
  "ansi-escapes": "^4.3.2",
3592
+ "cli-spinners": "^2.9.2",
3655
3593
  "cli-width": "^4.1.0",
3656
3594
  "mute-stream": "^1.0.0",
3657
3595
  "signal-exit": "^4.1.0",
@@ -3663,31 +3601,11 @@
3663
3601
  "node": ">=18"
3664
3602
  }
3665
3603
  },
3666
- "node_modules/@inquirer/password/node_modules/@inquirer/core/node_modules/@inquirer/type": {
3667
- "version": "2.0.0",
3668
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
3669
- "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
3670
- "license": "MIT",
3671
- "dependencies": {
3672
- "mute-stream": "^1.0.0"
3673
- },
3674
- "engines": {
3675
- "node": ">=18"
3676
- }
3677
- },
3678
- "node_modules/@inquirer/password/node_modules/@inquirer/figures": {
3679
- "version": "1.0.6",
3680
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
3681
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
3682
- "license": "MIT",
3683
- "engines": {
3684
- "node": ">=18"
3685
- }
3686
- },
3687
- "node_modules/@inquirer/password/node_modules/@inquirer/type": {
3688
- "version": "1.5.5",
3689
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
3690
- "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
3604
+ "node_modules/@inquirer/input/node_modules/@inquirer/type": {
3605
+ "version": "1.5.2",
3606
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
3607
+ "integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
3608
+ "dev": true,
3691
3609
  "license": "MIT",
3692
3610
  "dependencies": {
3693
3611
  "mute-stream": "^1.0.0"
@@ -3696,19 +3614,11 @@
3696
3614
  "node": ">=18"
3697
3615
  }
3698
3616
  },
3699
- "node_modules/@inquirer/password/node_modules/@types/node": {
3700
- "version": "22.5.5",
3701
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
3702
- "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
3703
- "license": "MIT",
3704
- "dependencies": {
3705
- "undici-types": "~6.19.2"
3706
- }
3707
- },
3708
- "node_modules/@inquirer/password/node_modules/signal-exit": {
3617
+ "node_modules/@inquirer/input/node_modules/signal-exit": {
3709
3618
  "version": "4.1.0",
3710
3619
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
3711
3620
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
3621
+ "dev": true,
3712
3622
  "license": "ISC",
3713
3623
  "engines": {
3714
3624
  "node": ">=14"
@@ -3717,22 +3627,30 @@
3717
3627
  "url": "https://github.com/sponsors/isaacs"
3718
3628
  }
3719
3629
  },
3720
- "node_modules/@inquirer/password/node_modules/undici-types": {
3721
- "version": "6.19.8",
3722
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
3723
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
3724
- "license": "MIT"
3630
+ "node_modules/@inquirer/password": {
3631
+ "version": "2.2.0",
3632
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
3633
+ "integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==",
3634
+ "license": "MIT",
3635
+ "dependencies": {
3636
+ "@inquirer/core": "^9.1.0",
3637
+ "@inquirer/type": "^1.5.3",
3638
+ "ansi-escapes": "^4.3.2"
3639
+ },
3640
+ "engines": {
3641
+ "node": ">=18"
3642
+ }
3725
3643
  },
3726
3644
  "node_modules/@inquirer/select": {
3727
- "version": "2.3.10",
3728
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.10.tgz",
3729
- "integrity": "sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==",
3645
+ "version": "2.5.0",
3646
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
3647
+ "integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==",
3730
3648
  "dev": true,
3731
3649
  "license": "MIT",
3732
3650
  "dependencies": {
3733
- "@inquirer/core": "^9.0.2",
3734
- "@inquirer/figures": "^1.0.3",
3735
- "@inquirer/type": "^1.4.0",
3651
+ "@inquirer/core": "^9.1.0",
3652
+ "@inquirer/figures": "^1.0.5",
3653
+ "@inquirer/type": "^1.5.3",
3736
3654
  "ansi-escapes": "^4.3.2",
3737
3655
  "yoctocolors-cjs": "^2.1.2"
3738
3656
  },
@@ -3741,10 +3659,9 @@
3741
3659
  }
3742
3660
  },
3743
3661
  "node_modules/@inquirer/type": {
3744
- "version": "1.5.2",
3745
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
3746
- "integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
3747
- "dev": true,
3662
+ "version": "1.5.5",
3663
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
3664
+ "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
3748
3665
  "license": "MIT",
3749
3666
  "dependencies": {
3750
3667
  "mute-stream": "^1.0.0"
@@ -4044,9 +3961,9 @@
4044
3961
  }
4045
3962
  },
4046
3963
  "node_modules/@oclif/core": {
4047
- "version": "4.0.23",
4048
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz",
4049
- "integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==",
3964
+ "version": "4.0.27",
3965
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
3966
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
4050
3967
  "license": "MIT",
4051
3968
  "dependencies": {
4052
3969
  "ansi-escapes": "^4.3.2",
@@ -4058,7 +3975,7 @@
4058
3975
  "get-package-type": "^0.1.0",
4059
3976
  "globby": "^11.1.0",
4060
3977
  "indent-string": "^4.0.0",
4061
- "is-wsl": "^2.2.0",
3978
+ "is-wsl": "^3",
4062
3979
  "lilconfig": "^3.1.2",
4063
3980
  "minimatch": "^9.0.5",
4064
3981
  "semver": "^7.6.3",
@@ -4356,9 +4273,9 @@
4356
4273
  }
4357
4274
  },
4358
4275
  "node_modules/@salesforce/core": {
4359
- "version": "8.5.7",
4360
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.7.tgz",
4361
- "integrity": "sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==",
4276
+ "version": "8.6.1",
4277
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.1.tgz",
4278
+ "integrity": "sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==",
4362
4279
  "license": "BSD-3-Clause",
4363
4280
  "dependencies": {
4364
4281
  "@jsforce/jsforce-node": "^3.4.1",
@@ -4501,19 +4418,19 @@
4501
4418
  }
4502
4419
  },
4503
4420
  "node_modules/@salesforce/plugin-command-reference": {
4504
- "version": "3.1.21",
4505
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.21.tgz",
4506
- "integrity": "sha512-Ag0ZOLUOejDvhOySvNcl2QnU+XBulUpmTWz+B7M+6XxgUeDR5j1F8UbsTFgN0KTFfTx2vwaPUkz0fjvRqMJG2g==",
4421
+ "version": "3.1.26",
4422
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.26.tgz",
4423
+ "integrity": "sha512-pKDangm2kXKasyIEU7SSTIQCDz/9qf14L0CbZFrQDWCaHQd5hSl15G/IYqM3FU08Yk6AkR6O2zcpqsRsB9GoIw==",
4507
4424
  "dev": true,
4508
4425
  "license": "BSD-3-Clause",
4509
4426
  "dependencies": {
4510
4427
  "@oclif/core": "^4",
4511
- "@salesforce/core": "^8.3.0",
4512
- "@salesforce/kit": "^3.2.2",
4428
+ "@salesforce/core": "^8.5.7",
4429
+ "@salesforce/kit": "^3.2.3",
4513
4430
  "@salesforce/sf-plugins-core": "^11.3.5",
4514
4431
  "@salesforce/ts-types": "^2.0.11",
4515
4432
  "chalk": "^5.3.0",
4516
- "debug": "^4.3.6",
4433
+ "debug": "^4.3.7",
4517
4434
  "handlebars": "^4.7.8"
4518
4435
  },
4519
4436
  "engines": {
@@ -9861,6 +9778,7 @@
9861
9778
  "version": "2.2.1",
9862
9779
  "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
9863
9780
  "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
9781
+ "dev": true,
9864
9782
  "license": "MIT",
9865
9783
  "bin": {
9866
9784
  "is-docker": "cli.js"
@@ -9902,6 +9820,39 @@
9902
9820
  "node": ">=0.10.0"
9903
9821
  }
9904
9822
  },
9823
+ "node_modules/is-inside-container": {
9824
+ "version": "1.0.0",
9825
+ "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
9826
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
9827
+ "license": "MIT",
9828
+ "dependencies": {
9829
+ "is-docker": "^3.0.0"
9830
+ },
9831
+ "bin": {
9832
+ "is-inside-container": "cli.js"
9833
+ },
9834
+ "engines": {
9835
+ "node": ">=14.16"
9836
+ },
9837
+ "funding": {
9838
+ "url": "https://github.com/sponsors/sindresorhus"
9839
+ }
9840
+ },
9841
+ "node_modules/is-inside-container/node_modules/is-docker": {
9842
+ "version": "3.0.0",
9843
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
9844
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
9845
+ "license": "MIT",
9846
+ "bin": {
9847
+ "is-docker": "cli.js"
9848
+ },
9849
+ "engines": {
9850
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
9851
+ },
9852
+ "funding": {
9853
+ "url": "https://github.com/sponsors/sindresorhus"
9854
+ }
9855
+ },
9905
9856
  "node_modules/is-negative-zero": {
9906
9857
  "version": "2.0.2",
9907
9858
  "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
@@ -10128,15 +10079,18 @@
10128
10079
  }
10129
10080
  },
10130
10081
  "node_modules/is-wsl": {
10131
- "version": "2.2.0",
10132
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
10133
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
10082
+ "version": "3.1.0",
10083
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
10084
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
10134
10085
  "license": "MIT",
10135
10086
  "dependencies": {
10136
- "is-docker": "^2.0.0"
10087
+ "is-inside-container": "^1.0.0"
10137
10088
  },
10138
10089
  "engines": {
10139
- "node": ">=8"
10090
+ "node": ">=16"
10091
+ },
10092
+ "funding": {
10093
+ "url": "https://github.com/sponsors/sindresorhus"
10140
10094
  }
10141
10095
  },
10142
10096
  "node_modules/isarray": {
@@ -11813,9 +11767,9 @@
11813
11767
  }
11814
11768
  },
11815
11769
  "node_modules/oclif": {
11816
- "version": "4.14.34",
11817
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.34.tgz",
11818
- "integrity": "sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==",
11770
+ "version": "4.14.36",
11771
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.36.tgz",
11772
+ "integrity": "sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==",
11819
11773
  "dev": true,
11820
11774
  "license": "MIT",
11821
11775
  "dependencies": {
@@ -11823,7 +11777,7 @@
11823
11777
  "@aws-sdk/client-s3": "^3.651.1",
11824
11778
  "@inquirer/confirm": "^3.1.22",
11825
11779
  "@inquirer/input": "^2.2.4",
11826
- "@inquirer/select": "^2.3.10",
11780
+ "@inquirer/select": "^2.5.0",
11827
11781
  "@oclif/core": "^4",
11828
11782
  "@oclif/plugin-help": "^6.2.10",
11829
11783
  "@oclif/plugin-not-found": "^3.2.21",
@@ -11949,6 +11903,19 @@
11949
11903
  "url": "https://github.com/sponsors/sindresorhus"
11950
11904
  }
11951
11905
  },
11906
+ "node_modules/open/node_modules/is-wsl": {
11907
+ "version": "2.2.0",
11908
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
11909
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
11910
+ "dev": true,
11911
+ "license": "MIT",
11912
+ "dependencies": {
11913
+ "is-docker": "^2.0.0"
11914
+ },
11915
+ "engines": {
11916
+ "node": ">=8"
11917
+ }
11918
+ },
11952
11919
  "node_modules/optionator": {
11953
11920
  "version": "0.9.3",
11954
11921
  "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
package/oclif.lock CHANGED
@@ -1417,7 +1417,7 @@
1417
1417
  "@inquirer/core" "^9.1.0"
1418
1418
  "@inquirer/type" "^1.5.3"
1419
1419
 
1420
- "@inquirer/core@^9.0.2", "@inquirer/core@^9.0.8":
1420
+ "@inquirer/core@^9.0.8":
1421
1421
  version "9.0.10"
1422
1422
  resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
1423
1423
  integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
@@ -1454,7 +1454,7 @@
1454
1454
  wrap-ansi "^6.2.0"
1455
1455
  yoctocolors-cjs "^2.1.2"
1456
1456
 
1457
- "@inquirer/figures@^1.0.3", "@inquirer/figures@^1.0.5":
1457
+ "@inquirer/figures@^1.0.5":
1458
1458
  version "1.0.5"
1459
1459
  resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
1460
1460
  integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
@@ -1481,18 +1481,18 @@
1481
1481
  "@inquirer/type" "^1.5.3"
1482
1482
  ansi-escapes "^4.3.2"
1483
1483
 
1484
- "@inquirer/select@^2.3.10":
1485
- version "2.3.10"
1486
- resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.10.tgz#4491805435984726c75f89e8f810ddb1fe503123"
1487
- integrity sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==
1484
+ "@inquirer/select@^2.5.0":
1485
+ version "2.5.0"
1486
+ resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.5.0.tgz#345c6908ecfaeef3d84ddd2f9feb2f487c558efb"
1487
+ integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
1488
1488
  dependencies:
1489
- "@inquirer/core" "^9.0.2"
1490
- "@inquirer/figures" "^1.0.3"
1491
- "@inquirer/type" "^1.4.0"
1489
+ "@inquirer/core" "^9.1.0"
1490
+ "@inquirer/figures" "^1.0.5"
1491
+ "@inquirer/type" "^1.5.3"
1492
1492
  ansi-escapes "^4.3.2"
1493
1493
  yoctocolors-cjs "^2.1.2"
1494
1494
 
1495
- "@inquirer/type@^1.4.0", "@inquirer/type@^1.5.1", "@inquirer/type@^1.5.2":
1495
+ "@inquirer/type@^1.5.1", "@inquirer/type@^1.5.2":
1496
1496
  version "1.5.2"
1497
1497
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
1498
1498
  integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
@@ -1621,9 +1621,9 @@
1621
1621
  fastq "^1.6.0"
1622
1622
 
1623
1623
  "@oclif/core@^4", "@oclif/core@^4.0.19":
1624
- version "4.0.23"
1625
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
1626
- integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
1624
+ version "4.0.27"
1625
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.27.tgz#686079df278e681e3097cea301d5558fdb490e88"
1626
+ integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
1627
1627
  dependencies:
1628
1628
  ansi-escapes "^4.3.2"
1629
1629
  ansis "^3.3.2"
@@ -1634,7 +1634,7 @@
1634
1634
  get-package-type "^0.1.0"
1635
1635
  globby "^11.1.0"
1636
1636
  indent-string "^4.0.0"
1637
- is-wsl "^2.2.0"
1637
+ is-wsl "^3"
1638
1638
  lilconfig "^3.1.2"
1639
1639
  minimatch "^9.0.5"
1640
1640
  semver "^7.6.3"
@@ -1708,10 +1708,10 @@
1708
1708
  strip-ansi "6.0.1"
1709
1709
  ts-retry-promise "^0.8.1"
1710
1710
 
1711
- "@salesforce/core@^8.3.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7":
1712
- version "8.5.7"
1713
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.7.tgz#18c98ba383f7030f7e5420677bbd108d1d93dcc3"
1714
- integrity sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==
1711
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1":
1712
+ version "8.6.1"
1713
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.1.tgz#180c489447190632cf48364a077510989fc1dea2"
1714
+ integrity sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==
1715
1715
  dependencies:
1716
1716
  "@jsforce/jsforce-node" "^3.4.1"
1717
1717
  "@salesforce/kit" "^3.2.2"
@@ -1776,18 +1776,18 @@
1776
1776
  dependencies:
1777
1777
  "@salesforce/ts-types" "^2.0.12"
1778
1778
 
1779
- "@salesforce/plugin-command-reference@^3.1.21":
1780
- version "3.1.21"
1781
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.21.tgz#0f6fb836921b725ad9ecf4a41a1c03e03d372f07"
1782
- integrity sha512-Ag0ZOLUOejDvhOySvNcl2QnU+XBulUpmTWz+B7M+6XxgUeDR5j1F8UbsTFgN0KTFfTx2vwaPUkz0fjvRqMJG2g==
1779
+ "@salesforce/plugin-command-reference@^3.1.26":
1780
+ version "3.1.26"
1781
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.26.tgz#eabf0fb7eca24a94554233157abeed2697e21f6d"
1782
+ integrity sha512-pKDangm2kXKasyIEU7SSTIQCDz/9qf14L0CbZFrQDWCaHQd5hSl15G/IYqM3FU08Yk6AkR6O2zcpqsRsB9GoIw==
1783
1783
  dependencies:
1784
1784
  "@oclif/core" "^4"
1785
- "@salesforce/core" "^8.3.0"
1786
- "@salesforce/kit" "^3.2.2"
1785
+ "@salesforce/core" "^8.5.7"
1786
+ "@salesforce/kit" "^3.2.3"
1787
1787
  "@salesforce/sf-plugins-core" "^11.3.5"
1788
1788
  "@salesforce/ts-types" "^2.0.11"
1789
1789
  chalk "^5.3.0"
1790
- debug "^4.3.6"
1790
+ debug "^4.3.7"
1791
1791
  handlebars "^4.7.8"
1792
1792
 
1793
1793
  "@salesforce/prettier-config@^0.0.3":
@@ -3664,7 +3664,7 @@ dateformat@^4.6.3:
3664
3664
  resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
3665
3665
  integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
3666
3666
 
3667
- debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7:
3667
+ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.7:
3668
3668
  version "4.3.7"
3669
3669
  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
3670
3670
  integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -5099,6 +5099,11 @@ is-docker@^2.0.0:
5099
5099
  resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
5100
5100
  integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
5101
5101
 
5102
+ is-docker@^3.0.0:
5103
+ version "3.0.0"
5104
+ resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
5105
+ integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
5106
+
5102
5107
  is-extglob@^2.1.1:
5103
5108
  version "2.1.1"
5104
5109
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -5123,6 +5128,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
5123
5128
  dependencies:
5124
5129
  is-extglob "^2.1.1"
5125
5130
 
5131
+ is-inside-container@^1.0.0:
5132
+ version "1.0.0"
5133
+ resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
5134
+ integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
5135
+ dependencies:
5136
+ is-docker "^3.0.0"
5137
+
5126
5138
  is-negative-zero@^2.0.2:
5127
5139
  version "2.0.2"
5128
5140
  resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
@@ -5240,13 +5252,20 @@ is-windows@^1.0.2:
5240
5252
  resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
5241
5253
  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
5242
5254
 
5243
- is-wsl@^2.1.1, is-wsl@^2.2.0:
5255
+ is-wsl@^2.1.1:
5244
5256
  version "2.2.0"
5245
5257
  resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
5246
5258
  integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
5247
5259
  dependencies:
5248
5260
  is-docker "^2.0.0"
5249
5261
 
5262
+ is-wsl@^3:
5263
+ version "3.1.0"
5264
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
5265
+ integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
5266
+ dependencies:
5267
+ is-inside-container "^1.0.0"
5268
+
5250
5269
  isarray@0.0.1:
5251
5270
  version "0.0.1"
5252
5271
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -6195,16 +6214,16 @@ object.values@^1.1.7:
6195
6214
  define-properties "^1.2.0"
6196
6215
  es-abstract "^1.22.1"
6197
6216
 
6198
- oclif@^4.14.34:
6199
- version "4.14.34"
6200
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.34.tgz#45ddd207ab648a0996ec845e975087ac2fe10479"
6201
- integrity sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==
6217
+ oclif@^4.14.36:
6218
+ version "4.14.36"
6219
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36.tgz#3535f2de7665f223610e321be46b210f0a6dc3c4"
6220
+ integrity sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==
6202
6221
  dependencies:
6203
6222
  "@aws-sdk/client-cloudfront" "^3.645.0"
6204
6223
  "@aws-sdk/client-s3" "^3.651.1"
6205
6224
  "@inquirer/confirm" "^3.1.22"
6206
6225
  "@inquirer/input" "^2.2.4"
6207
- "@inquirer/select" "^2.3.10"
6226
+ "@inquirer/select" "^2.5.0"
6208
6227
  "@oclif/core" "^4"
6209
6228
  "@oclif/plugin-help" "^6.2.10"
6210
6229
  "@oclif/plugin-not-found" "^3.2.21"
@@ -265,131 +265,6 @@
265
265
  "snapshot:create:org"
266
266
  ]
267
267
  },
268
- "org:get:snapshot": {
269
- "aliases": [
270
- "force:org:snapshot:get"
271
- ],
272
- "args": {},
273
- "deprecateAliases": true,
274
- "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\".",
275
- "examples": [
276
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
277
- "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"
278
- ],
279
- "flags": {
280
- "json": {
281
- "description": "Format output as json.",
282
- "helpGroup": "GLOBAL",
283
- "name": "json",
284
- "allowNo": false,
285
- "type": "boolean"
286
- },
287
- "flags-dir": {
288
- "helpGroup": "GLOBAL",
289
- "name": "flags-dir",
290
- "summary": "Import flag values from a directory.",
291
- "hasDynamicHelp": false,
292
- "multiple": false,
293
- "type": "option"
294
- },
295
- "target-dev-hub": {
296
- "aliases": [
297
- "targetdevhubusername"
298
- ],
299
- "char": "v",
300
- "deprecateAliases": true,
301
- "name": "target-dev-hub",
302
- "noCacheDefault": true,
303
- "required": true,
304
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
305
- "hasDynamicHelp": true,
306
- "multiple": false,
307
- "type": "option"
308
- },
309
- "api-version": {
310
- "aliases": [
311
- "apiversion"
312
- ],
313
- "deprecateAliases": true,
314
- "description": "Override the api version used for api requests made by this command",
315
- "name": "api-version",
316
- "hasDynamicHelp": false,
317
- "multiple": false,
318
- "type": "option"
319
- },
320
- "loglevel": {
321
- "deprecated": {
322
- "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."
323
- },
324
- "hidden": true,
325
- "name": "loglevel",
326
- "hasDynamicHelp": false,
327
- "multiple": false,
328
- "type": "option"
329
- },
330
- "snapshot": {
331
- "char": "s",
332
- "description": "The IDs of scratch org snapshots start with 0Oo.",
333
- "name": "snapshot",
334
- "required": true,
335
- "summary": "Name or ID of snapshot to retrieve.",
336
- "hasDynamicHelp": false,
337
- "multiple": false,
338
- "type": "option"
339
- }
340
- },
341
- "hasDynamicHelp": true,
342
- "hiddenAliases": [],
343
- "id": "org:get:snapshot",
344
- "pluginAlias": "@salesforce/plugin-signups",
345
- "pluginName": "@salesforce/plugin-signups",
346
- "pluginType": "core",
347
- "strict": true,
348
- "summary": "Get details about a scratch org snapshot.",
349
- "enableJsonFlag": true,
350
- "isESM": true,
351
- "relativePath": [
352
- "lib",
353
- "commands",
354
- "org",
355
- "get",
356
- "snapshot.js"
357
- ],
358
- "aliasPermutations": [
359
- "force:org:snapshot:get",
360
- "org:force:snapshot:get",
361
- "org:snapshot:force:get",
362
- "org:snapshot:get:force",
363
- "force:snapshot:org:get",
364
- "snapshot:force:org:get",
365
- "snapshot:org:force:get",
366
- "snapshot:org:get:force",
367
- "force:snapshot:get:org",
368
- "snapshot:force:get:org",
369
- "snapshot:get:force:org",
370
- "snapshot:get:org:force",
371
- "force:org:get:snapshot",
372
- "org:force:get:snapshot",
373
- "org:get:force:snapshot",
374
- "org:get:snapshot:force",
375
- "force:get:org:snapshot",
376
- "get:force:org:snapshot",
377
- "get:org:force:snapshot",
378
- "get:org:snapshot:force",
379
- "force:get:snapshot:org",
380
- "get:force:snapshot:org",
381
- "get:snapshot:force:org",
382
- "get:snapshot:org:force"
383
- ],
384
- "permutations": [
385
- "org:get:snapshot",
386
- "get:org:snapshot",
387
- "get:snapshot:org",
388
- "org:snapshot:get",
389
- "snapshot:org:get",
390
- "snapshot:get:org"
391
- ]
392
- },
393
268
  "org:delete:shape": {
394
269
  "aliases": [
395
270
  "force:org:shape:delete"
@@ -649,6 +524,131 @@
649
524
  "snapshot:delete:org"
650
525
  ]
651
526
  },
527
+ "org:get:snapshot": {
528
+ "aliases": [
529
+ "force:org:snapshot:get"
530
+ ],
531
+ "args": {},
532
+ "deprecateAliases": true,
533
+ "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\".",
534
+ "examples": [
535
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
536
+ "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"
537
+ ],
538
+ "flags": {
539
+ "json": {
540
+ "description": "Format output as json.",
541
+ "helpGroup": "GLOBAL",
542
+ "name": "json",
543
+ "allowNo": false,
544
+ "type": "boolean"
545
+ },
546
+ "flags-dir": {
547
+ "helpGroup": "GLOBAL",
548
+ "name": "flags-dir",
549
+ "summary": "Import flag values from a directory.",
550
+ "hasDynamicHelp": false,
551
+ "multiple": false,
552
+ "type": "option"
553
+ },
554
+ "target-dev-hub": {
555
+ "aliases": [
556
+ "targetdevhubusername"
557
+ ],
558
+ "char": "v",
559
+ "deprecateAliases": true,
560
+ "name": "target-dev-hub",
561
+ "noCacheDefault": true,
562
+ "required": true,
563
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
564
+ "hasDynamicHelp": true,
565
+ "multiple": false,
566
+ "type": "option"
567
+ },
568
+ "api-version": {
569
+ "aliases": [
570
+ "apiversion"
571
+ ],
572
+ "deprecateAliases": true,
573
+ "description": "Override the api version used for api requests made by this command",
574
+ "name": "api-version",
575
+ "hasDynamicHelp": false,
576
+ "multiple": false,
577
+ "type": "option"
578
+ },
579
+ "loglevel": {
580
+ "deprecated": {
581
+ "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."
582
+ },
583
+ "hidden": true,
584
+ "name": "loglevel",
585
+ "hasDynamicHelp": false,
586
+ "multiple": false,
587
+ "type": "option"
588
+ },
589
+ "snapshot": {
590
+ "char": "s",
591
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
592
+ "name": "snapshot",
593
+ "required": true,
594
+ "summary": "Name or ID of snapshot to retrieve.",
595
+ "hasDynamicHelp": false,
596
+ "multiple": false,
597
+ "type": "option"
598
+ }
599
+ },
600
+ "hasDynamicHelp": true,
601
+ "hiddenAliases": [],
602
+ "id": "org:get:snapshot",
603
+ "pluginAlias": "@salesforce/plugin-signups",
604
+ "pluginName": "@salesforce/plugin-signups",
605
+ "pluginType": "core",
606
+ "strict": true,
607
+ "summary": "Get details about a scratch org snapshot.",
608
+ "enableJsonFlag": true,
609
+ "isESM": true,
610
+ "relativePath": [
611
+ "lib",
612
+ "commands",
613
+ "org",
614
+ "get",
615
+ "snapshot.js"
616
+ ],
617
+ "aliasPermutations": [
618
+ "force:org:snapshot:get",
619
+ "org:force:snapshot:get",
620
+ "org:snapshot:force:get",
621
+ "org:snapshot:get:force",
622
+ "force:snapshot:org:get",
623
+ "snapshot:force:org:get",
624
+ "snapshot:org:force:get",
625
+ "snapshot:org:get:force",
626
+ "force:snapshot:get:org",
627
+ "snapshot:force:get:org",
628
+ "snapshot:get:force:org",
629
+ "snapshot:get:org:force",
630
+ "force:org:get:snapshot",
631
+ "org:force:get:snapshot",
632
+ "org:get:force:snapshot",
633
+ "org:get:snapshot:force",
634
+ "force:get:org:snapshot",
635
+ "get:force:org:snapshot",
636
+ "get:org:force:snapshot",
637
+ "get:org:snapshot:force",
638
+ "force:get:snapshot:org",
639
+ "get:force:snapshot:org",
640
+ "get:snapshot:force:org",
641
+ "get:snapshot:org:force"
642
+ ],
643
+ "permutations": [
644
+ "org:get:snapshot",
645
+ "get:org:snapshot",
646
+ "get:snapshot:org",
647
+ "org:snapshot:get",
648
+ "snapshot:org:get",
649
+ "snapshot:get:org"
650
+ ]
651
+ },
652
652
  "org:list:shape": {
653
653
  "aliases": [
654
654
  "force:org:shape:list"
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.5.19"
865
+ "version": "2.5.21"
866
866
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.5.19",
4
+ "version": "2.5.21",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.5.7",
9
+ "@salesforce/core": "^8.6.1",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/sf-plugins-core": "^11.3.10",
12
12
  "change-case": "^5.4.4"
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-command-snapshot": "^5.2.15",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.30",
17
17
  "@salesforce/dev-scripts": "^10.2.10",
18
- "@salesforce/plugin-command-reference": "^3.1.21",
18
+ "@salesforce/plugin-command-reference": "^3.1.26",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "@types/chai-as-promised": "^7.1.8",
21
21
  "@types/chai-string": "^1.4.5",
@@ -23,7 +23,7 @@
23
23
  "chai-string": "^1.5.0",
24
24
  "eslint-plugin-sf-plugin": "^1.20.7",
25
25
  "jsforce": "^2.0.0-beta.28",
26
- "oclif": "^4.14.34",
26
+ "oclif": "^4.14.36",
27
27
  "ts-node": "^10.9.2",
28
28
  "typescript": "^5.5.4"
29
29
  },
@@ -219,7 +219,7 @@
219
219
  "exports": "./lib/index.js",
220
220
  "type": "module",
221
221
  "sfdx": {
222
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.19.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.19.sig"
222
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.21.crt",
223
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.21.sig"
224
224
  }
225
225
  }