@salesforce/plugin-signups 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.2.2/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/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.2.2/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/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.2.2/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -263,7 +263,7 @@ FLAG DESCRIPTIONS
263
263
  The IDs of scratch org snapshots start with 0Oo.
264
264
  ```
265
265
 
266
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.2/src/commands/org/delete/snapshot.ts)_
266
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/src/commands/org/delete/snapshot.ts)_
267
267
 
268
268
  ## `sf org get snapshot`
269
269
 
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
310
310
  The IDs of scratch org snapshots start with 0Oo.
311
311
  ```
312
312
 
313
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.2/src/commands/org/get/snapshot.ts)_
313
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/src/commands/org/get/snapshot.ts)_
314
314
 
315
315
  ## `sf org list shape`
316
316
 
@@ -343,7 +343,7 @@ EXAMPLES
343
343
  $ sf org list shape --json > tmp/MyOrgShapeList.json
344
344
  ```
345
345
 
346
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.2/src/commands/org/list/shape.ts)_
346
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/src/commands/org/list/shape.ts)_
347
347
 
348
348
  ## `sf org list snapshot`
349
349
 
@@ -385,6 +385,6 @@ EXAMPLES
385
385
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
386
386
  ```
387
387
 
388
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.2/src/commands/org/list/snapshot.ts)_
388
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.3/src/commands/org/list/snapshot.ts)_
389
389
 
390
390
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.2.2",
9
+ "version": "2.2.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.2",
13
- "@salesforce/core": "^7.2.0",
13
+ "@salesforce/core": "^7.3.0",
14
14
  "@salesforce/kit": "^3.1.0",
15
15
  "@salesforce/sf-plugins-core": "^9.0.0",
16
16
  "chalk": "^5.3.0",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.1.2",
21
- "@salesforce/cli-plugins-testkit": "^5.2.0",
21
+ "@salesforce/cli-plugins-testkit": "^5.2.1",
22
22
  "@salesforce/dev-scripts": "^9.0.0",
23
- "@salesforce/plugin-command-reference": "^3.0.76",
23
+ "@salesforce/plugin-command-reference": "^3.0.78",
24
24
  "@salesforce/ts-types": "^2.0.9",
25
25
  "@types/chai-as-promised": "^7.1.8",
26
26
  "@types/chai-string": "^1.4.5",
@@ -3124,9 +3124,9 @@
3124
3124
  }
3125
3125
  },
3126
3126
  "node_modules/@oclif/core": {
3127
- "version": "3.26.2",
3128
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
3129
- "integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
3127
+ "version": "3.26.4",
3128
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
3129
+ "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
3130
3130
  "license": "MIT",
3131
3131
  "dependencies": {
3132
3132
  "@types/cli-progress": "^3.11.5",
@@ -3138,7 +3138,7 @@
3138
3138
  "cli-progress": "^3.12.0",
3139
3139
  "color": "^4.2.3",
3140
3140
  "debug": "^4.3.4",
3141
- "ejs": "^3.1.9",
3141
+ "ejs": "^3.1.10",
3142
3142
  "get-package-type": "^0.1.0",
3143
3143
  "globby": "^11.1.0",
3144
3144
  "hyperlinker": "^1.0.0",
@@ -3199,6 +3199,21 @@
3199
3199
  "node": ">=8"
3200
3200
  }
3201
3201
  },
3202
+ "node_modules/@oclif/core/node_modules/ejs": {
3203
+ "version": "3.1.10",
3204
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
3205
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
3206
+ "license": "Apache-2.0",
3207
+ "dependencies": {
3208
+ "jake": "^10.8.5"
3209
+ },
3210
+ "bin": {
3211
+ "ejs": "bin/cli.js"
3212
+ },
3213
+ "engines": {
3214
+ "node": ">=0.10.0"
3215
+ }
3216
+ },
3202
3217
  "node_modules/@oclif/core/node_modules/js-yaml": {
3203
3218
  "version": "3.14.1",
3204
3219
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
@@ -3525,13 +3540,13 @@
3525
3540
  }
3526
3541
  },
3527
3542
  "node_modules/@salesforce/cli-plugins-testkit": {
3528
- "version": "5.2.0",
3529
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
3530
- "integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
3543
+ "version": "5.2.1",
3544
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz",
3545
+ "integrity": "sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==",
3531
3546
  "dev": true,
3532
3547
  "license": "BSD-3-Clause",
3533
3548
  "dependencies": {
3534
- "@salesforce/core": "^7.0.0",
3549
+ "@salesforce/core": "^7.2.0",
3535
3550
  "@salesforce/kit": "^3.1.0",
3536
3551
  "@salesforce/ts-types": "^2.0.9",
3537
3552
  "@types/shelljs": "^0.8.15",
@@ -3646,9 +3661,9 @@
3646
3661
  }
3647
3662
  },
3648
3663
  "node_modules/@salesforce/core": {
3649
- "version": "7.2.0",
3650
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
3651
- "integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
3664
+ "version": "7.3.0",
3665
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.0.tgz",
3666
+ "integrity": "sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==",
3652
3667
  "license": "BSD-3-Clause",
3653
3668
  "dependencies": {
3654
3669
  "@jsforce/jsforce-node": "^3.1.0",
@@ -3801,14 +3816,14 @@
3801
3816
  }
3802
3817
  },
3803
3818
  "node_modules/@salesforce/plugin-command-reference": {
3804
- "version": "3.0.76",
3805
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz",
3806
- "integrity": "sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==",
3819
+ "version": "3.0.78",
3820
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz",
3821
+ "integrity": "sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==",
3807
3822
  "dev": true,
3808
3823
  "license": "BSD-3-Clause",
3809
3824
  "dependencies": {
3810
- "@oclif/core": "^3.26.2",
3811
- "@salesforce/core": "^7.1.0",
3825
+ "@oclif/core": "^3.26.3",
3826
+ "@salesforce/core": "^7.2.0",
3812
3827
  "@salesforce/kit": "^3.1.0",
3813
3828
  "@salesforce/sf-plugins-core": "^9.0.1",
3814
3829
  "@salesforce/ts-types": "^2.0.9",
@@ -6787,6 +6802,7 @@
6787
6802
  "version": "3.1.9",
6788
6803
  "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
6789
6804
  "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
6805
+ "dev": true,
6790
6806
  "license": "Apache-2.0",
6791
6807
  "dependencies": {
6792
6808
  "jake": "^10.8.5"
package/oclif.lock CHANGED
@@ -1567,10 +1567,10 @@
1567
1567
  wordwrap "^1.0.0"
1568
1568
  wrap-ansi "^7.0.0"
1569
1569
 
1570
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1571
- version "3.26.2"
1572
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1573
- integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1570
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1571
+ version "3.26.4"
1572
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1573
+ integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1574
1574
  dependencies:
1575
1575
  "@types/cli-progress" "^3.11.5"
1576
1576
  ansi-escapes "^4.3.2"
@@ -1581,7 +1581,7 @@
1581
1581
  cli-progress "^3.12.0"
1582
1582
  color "^4.2.3"
1583
1583
  debug "^4.3.4"
1584
- ejs "^3.1.9"
1584
+ ejs "^3.1.10"
1585
1585
  get-package-type "^0.1.0"
1586
1586
  globby "^11.1.0"
1587
1587
  hyperlinker "^1.0.0"
@@ -1649,12 +1649,12 @@
1649
1649
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1650
1650
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1651
1651
 
1652
- "@salesforce/cli-plugins-testkit@^5.2.0":
1653
- version "5.2.0"
1654
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
1655
- integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
1652
+ "@salesforce/cli-plugins-testkit@^5.2.1":
1653
+ version "5.2.1"
1654
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz#24c7629057284a74d9f30a4fdc48c31f59d963af"
1655
+ integrity sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==
1656
1656
  dependencies:
1657
- "@salesforce/core" "^7.0.0"
1657
+ "@salesforce/core" "^7.2.0"
1658
1658
  "@salesforce/kit" "^3.1.0"
1659
1659
  "@salesforce/ts-types" "^2.0.9"
1660
1660
  "@types/shelljs" "^0.8.15"
@@ -1665,10 +1665,10 @@
1665
1665
  strip-ansi "6.0.1"
1666
1666
  ts-retry-promise "^0.8.0"
1667
1667
 
1668
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0":
1669
- version "7.2.0"
1670
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
1671
- integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
1668
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
1669
+ version "7.3.0"
1670
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
1671
+ integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
1672
1672
  dependencies:
1673
1673
  "@jsforce/jsforce-node" "^3.1.0"
1674
1674
  "@salesforce/kit" "^3.1.0"
@@ -1733,13 +1733,13 @@
1733
1733
  "@salesforce/ts-types" "^2.0.9"
1734
1734
  tslib "^2.6.2"
1735
1735
 
1736
- "@salesforce/plugin-command-reference@^3.0.76":
1737
- version "3.0.76"
1738
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz#d3462e02379cee956331076d2a3473819b6a0169"
1739
- integrity sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==
1736
+ "@salesforce/plugin-command-reference@^3.0.78":
1737
+ version "3.0.78"
1738
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz#8158dbb62d9d7190e31a0c8c5fbfefb3dfd33efc"
1739
+ integrity sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==
1740
1740
  dependencies:
1741
- "@oclif/core" "^3.26.2"
1742
- "@salesforce/core" "^7.1.0"
1741
+ "@oclif/core" "^3.26.3"
1742
+ "@salesforce/core" "^7.2.0"
1743
1743
  "@salesforce/kit" "^3.1.0"
1744
1744
  "@salesforce/sf-plugins-core" "^9.0.1"
1745
1745
  "@salesforce/ts-types" "^2.0.9"
@@ -3659,6 +3659,13 @@ ecdsa-sig-formatter@1.0.11:
3659
3659
  dependencies:
3660
3660
  safe-buffer "^5.0.1"
3661
3661
 
3662
+ ejs@^3.1.10:
3663
+ version "3.1.10"
3664
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3665
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
3666
+ dependencies:
3667
+ jake "^10.8.5"
3668
+
3662
3669
  ejs@^3.1.9:
3663
3670
  version "3.1.9"
3664
3671
  resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
@@ -7005,7 +7012,16 @@ srcset@^5.0.0:
7005
7012
  resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
7006
7013
  integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
7007
7014
 
7008
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7015
+ "string-width-cjs@npm:string-width@^4.2.0":
7016
+ version "4.2.3"
7017
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7018
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7019
+ dependencies:
7020
+ emoji-regex "^8.0.0"
7021
+ is-fullwidth-code-point "^3.0.0"
7022
+ strip-ansi "^6.0.1"
7023
+
7024
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7009
7025
  version "4.2.3"
7010
7026
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7011
7027
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7064,7 +7080,14 @@ string_decoder@~1.1.1:
7064
7080
  dependencies:
7065
7081
  safe-buffer "~5.1.0"
7066
7082
 
7067
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7083
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7084
+ version "6.0.1"
7085
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7086
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7087
+ dependencies:
7088
+ ansi-regex "^5.0.1"
7089
+
7090
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7068
7091
  version "6.0.1"
7069
7092
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7070
7093
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7619,7 +7642,7 @@ workerpool@6.2.1:
7619
7642
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
7620
7643
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
7621
7644
 
7622
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7645
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7623
7646
  version "7.0.0"
7624
7647
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7625
7648
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7637,6 +7660,15 @@ wrap-ansi@^6.2.0:
7637
7660
  string-width "^4.1.0"
7638
7661
  strip-ansi "^6.0.0"
7639
7662
 
7663
+ wrap-ansi@^7.0.0:
7664
+ version "7.0.0"
7665
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7666
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7667
+ dependencies:
7668
+ ansi-styles "^4.0.0"
7669
+ string-width "^4.1.0"
7670
+ strip-ansi "^6.0.0"
7671
+
7640
7672
  wrap-ansi@^8.1.0:
7641
7673
  version "8.1.0"
7642
7674
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -266,6 +266,132 @@
266
266
  "snapshot:create:org"
267
267
  ]
268
268
  },
269
+ "org:get:snapshot": {
270
+ "aliases": [
271
+ "force:org:snapshot:get"
272
+ ],
273
+ "args": {},
274
+ "deprecateAliases": true,
275
+ "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\".",
276
+ "examples": [
277
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
278
+ "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"
279
+ ],
280
+ "flags": {
281
+ "json": {
282
+ "description": "Format output as json.",
283
+ "helpGroup": "GLOBAL",
284
+ "name": "json",
285
+ "allowNo": false,
286
+ "type": "boolean"
287
+ },
288
+ "flags-dir": {
289
+ "helpGroup": "GLOBAL",
290
+ "name": "flags-dir",
291
+ "summary": "Import flag values from a directory.",
292
+ "hasDynamicHelp": false,
293
+ "multiple": false,
294
+ "type": "option"
295
+ },
296
+ "target-dev-hub": {
297
+ "aliases": [
298
+ "targetdevhubusername"
299
+ ],
300
+ "char": "v",
301
+ "deprecateAliases": true,
302
+ "name": "target-dev-hub",
303
+ "noCacheDefault": true,
304
+ "required": true,
305
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
306
+ "hasDynamicHelp": true,
307
+ "multiple": false,
308
+ "type": "option"
309
+ },
310
+ "api-version": {
311
+ "aliases": [
312
+ "apiversion"
313
+ ],
314
+ "deprecateAliases": true,
315
+ "description": "Override the api version used for api requests made by this command",
316
+ "name": "api-version",
317
+ "hasDynamicHelp": false,
318
+ "multiple": false,
319
+ "type": "option"
320
+ },
321
+ "loglevel": {
322
+ "deprecated": {
323
+ "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."
324
+ },
325
+ "hidden": true,
326
+ "name": "loglevel",
327
+ "hasDynamicHelp": false,
328
+ "multiple": false,
329
+ "type": "option"
330
+ },
331
+ "snapshot": {
332
+ "char": "s",
333
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
334
+ "name": "snapshot",
335
+ "required": true,
336
+ "summary": "Name or ID of snapshot to retrieve.",
337
+ "hasDynamicHelp": false,
338
+ "multiple": false,
339
+ "type": "option"
340
+ }
341
+ },
342
+ "hasDynamicHelp": true,
343
+ "hiddenAliases": [],
344
+ "id": "org:get:snapshot",
345
+ "pluginAlias": "@salesforce/plugin-signups",
346
+ "pluginName": "@salesforce/plugin-signups",
347
+ "pluginType": "core",
348
+ "state": "beta",
349
+ "strict": true,
350
+ "summary": "Get details about a scratch org snapshot.",
351
+ "enableJsonFlag": true,
352
+ "isESM": true,
353
+ "relativePath": [
354
+ "lib",
355
+ "commands",
356
+ "org",
357
+ "get",
358
+ "snapshot.js"
359
+ ],
360
+ "aliasPermutations": [
361
+ "force:org:snapshot:get",
362
+ "org:force:snapshot:get",
363
+ "org:snapshot:force:get",
364
+ "org:snapshot:get:force",
365
+ "force:snapshot:org:get",
366
+ "snapshot:force:org:get",
367
+ "snapshot:org:force:get",
368
+ "snapshot:org:get:force",
369
+ "force:snapshot:get:org",
370
+ "snapshot:force:get:org",
371
+ "snapshot:get:force:org",
372
+ "snapshot:get:org:force",
373
+ "force:org:get:snapshot",
374
+ "org:force:get:snapshot",
375
+ "org:get:force:snapshot",
376
+ "org:get:snapshot:force",
377
+ "force:get:org:snapshot",
378
+ "get:force:org:snapshot",
379
+ "get:org:force:snapshot",
380
+ "get:org:snapshot:force",
381
+ "force:get:snapshot:org",
382
+ "get:force:snapshot:org",
383
+ "get:snapshot:force:org",
384
+ "get:snapshot:org:force"
385
+ ],
386
+ "permutations": [
387
+ "org:get:snapshot",
388
+ "get:org:snapshot",
389
+ "get:snapshot:org",
390
+ "org:snapshot:get",
391
+ "snapshot:org:get",
392
+ "snapshot:get:org"
393
+ ]
394
+ },
269
395
  "org:delete:shape": {
270
396
  "aliases": [
271
397
  "force:org:shape:delete"
@@ -519,132 +645,6 @@
519
645
  "snapshot:delete:org"
520
646
  ]
521
647
  },
522
- "org:get:snapshot": {
523
- "aliases": [
524
- "force:org:snapshot:get"
525
- ],
526
- "args": {},
527
- "deprecateAliases": true,
528
- "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\".",
529
- "examples": [
530
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
531
- "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"
532
- ],
533
- "flags": {
534
- "json": {
535
- "description": "Format output as json.",
536
- "helpGroup": "GLOBAL",
537
- "name": "json",
538
- "allowNo": false,
539
- "type": "boolean"
540
- },
541
- "flags-dir": {
542
- "helpGroup": "GLOBAL",
543
- "name": "flags-dir",
544
- "summary": "Import flag values from a directory.",
545
- "hasDynamicHelp": false,
546
- "multiple": false,
547
- "type": "option"
548
- },
549
- "target-dev-hub": {
550
- "aliases": [
551
- "targetdevhubusername"
552
- ],
553
- "char": "v",
554
- "deprecateAliases": true,
555
- "name": "target-dev-hub",
556
- "noCacheDefault": true,
557
- "required": true,
558
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
559
- "hasDynamicHelp": true,
560
- "multiple": false,
561
- "type": "option"
562
- },
563
- "api-version": {
564
- "aliases": [
565
- "apiversion"
566
- ],
567
- "deprecateAliases": true,
568
- "description": "Override the api version used for api requests made by this command",
569
- "name": "api-version",
570
- "hasDynamicHelp": false,
571
- "multiple": false,
572
- "type": "option"
573
- },
574
- "loglevel": {
575
- "deprecated": {
576
- "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."
577
- },
578
- "hidden": true,
579
- "name": "loglevel",
580
- "hasDynamicHelp": false,
581
- "multiple": false,
582
- "type": "option"
583
- },
584
- "snapshot": {
585
- "char": "s",
586
- "description": "The IDs of scratch org snapshots start with 0Oo.",
587
- "name": "snapshot",
588
- "required": true,
589
- "summary": "Name or ID of snapshot to retrieve.",
590
- "hasDynamicHelp": false,
591
- "multiple": false,
592
- "type": "option"
593
- }
594
- },
595
- "hasDynamicHelp": true,
596
- "hiddenAliases": [],
597
- "id": "org:get:snapshot",
598
- "pluginAlias": "@salesforce/plugin-signups",
599
- "pluginName": "@salesforce/plugin-signups",
600
- "pluginType": "core",
601
- "state": "beta",
602
- "strict": true,
603
- "summary": "Get details about a scratch org snapshot.",
604
- "enableJsonFlag": true,
605
- "isESM": true,
606
- "relativePath": [
607
- "lib",
608
- "commands",
609
- "org",
610
- "get",
611
- "snapshot.js"
612
- ],
613
- "aliasPermutations": [
614
- "force:org:snapshot:get",
615
- "org:force:snapshot:get",
616
- "org:snapshot:force:get",
617
- "org:snapshot:get:force",
618
- "force:snapshot:org:get",
619
- "snapshot:force:org:get",
620
- "snapshot:org:force:get",
621
- "snapshot:org:get:force",
622
- "force:snapshot:get:org",
623
- "snapshot:force:get:org",
624
- "snapshot:get:force:org",
625
- "snapshot:get:org:force",
626
- "force:org:get:snapshot",
627
- "org:force:get:snapshot",
628
- "org:get:force:snapshot",
629
- "org:get:snapshot:force",
630
- "force:get:org:snapshot",
631
- "get:force:org:snapshot",
632
- "get:org:force:snapshot",
633
- "get:org:snapshot:force",
634
- "force:get:snapshot:org",
635
- "get:force:snapshot:org",
636
- "get:snapshot:force:org",
637
- "get:snapshot:org:force"
638
- ],
639
- "permutations": [
640
- "org:get:snapshot",
641
- "get:org:snapshot",
642
- "get:snapshot:org",
643
- "org:snapshot:get",
644
- "snapshot:org:get",
645
- "snapshot:get:org"
646
- ]
647
- },
648
648
  "org:list:shape": {
649
649
  "aliases": [
650
650
  "force:org:shape:list"
@@ -859,5 +859,5 @@
859
859
  ]
860
860
  }
861
861
  },
862
- "version": "2.2.2"
862
+ "version": "2.2.3"
863
863
  }
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.2.2",
4
+ "version": "2.2.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.2",
9
- "@salesforce/core": "^7.2.0",
9
+ "@salesforce/core": "^7.3.0",
10
10
  "@salesforce/kit": "^3.1.0",
11
11
  "@salesforce/sf-plugins-core": "^9.0.0",
12
12
  "chalk": "^5.3.0",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@oclif/plugin-command-snapshot": "^5.1.2",
17
- "@salesforce/cli-plugins-testkit": "^5.2.0",
17
+ "@salesforce/cli-plugins-testkit": "^5.2.1",
18
18
  "@salesforce/dev-scripts": "^9.0.0",
19
- "@salesforce/plugin-command-reference": "^3.0.76",
19
+ "@salesforce/plugin-command-reference": "^3.0.78",
20
20
  "@salesforce/ts-types": "^2.0.9",
21
21
  "@types/chai-as-promised": "^7.1.8",
22
22
  "@types/chai-string": "^1.4.5",
@@ -256,7 +256,7 @@
256
256
  "exports": "./lib/index.js",
257
257
  "type": "module",
258
258
  "sfdx": {
259
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.2.crt",
260
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.2.sig"
259
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.3.crt",
260
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.3.sig"
261
261
  }
262
262
  }