@salesforce/plugin-signups 2.6.69 → 2.6.70

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.6.69/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/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.6.69/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.70/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.69",
3
+ "version": "2.6.70",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.69",
9
+ "version": "2.6.70",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -3584,9 +3584,9 @@
3584
3584
  }
3585
3585
  },
3586
3586
  "node_modules/@oclif/core": {
3587
- "version": "4.11.0",
3588
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz",
3589
- "integrity": "sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==",
3587
+ "version": "4.11.3",
3588
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
3589
+ "integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
3590
3590
  "license": "MIT",
3591
3591
  "dependencies": {
3592
3592
  "ansi-escapes": "^4.3.2",
@@ -3600,10 +3600,10 @@
3600
3600
  "is-wsl": "^2.2.0",
3601
3601
  "lilconfig": "^3.1.3",
3602
3602
  "minimatch": "^10.2.5",
3603
- "semver": "^7.7.3",
3603
+ "semver": "^7.8.0",
3604
3604
  "string-width": "^4.2.3",
3605
3605
  "supports-color": "^8",
3606
- "tinyglobby": "^0.2.14",
3606
+ "tinyglobby": "^0.2.16",
3607
3607
  "widest-line": "^3.1.0",
3608
3608
  "wordwrap": "^1.0.0",
3609
3609
  "wrap-ansi": "^7.0.0"
@@ -14715,13 +14715,13 @@
14715
14715
  "license": "MIT"
14716
14716
  },
14717
14717
  "node_modules/tinyglobby": {
14718
- "version": "0.2.14",
14719
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
14720
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
14718
+ "version": "0.2.16",
14719
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
14720
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
14721
14721
  "license": "MIT",
14722
14722
  "dependencies": {
14723
- "fdir": "^6.4.4",
14724
- "picomatch": "^4.0.2"
14723
+ "fdir": "^6.5.0",
14724
+ "picomatch": "^4.0.4"
14725
14725
  },
14726
14726
  "engines": {
14727
14727
  "node": ">=12.0.0"
@@ -14731,10 +14731,13 @@
14731
14731
  }
14732
14732
  },
14733
14733
  "node_modules/tinyglobby/node_modules/fdir": {
14734
- "version": "6.4.5",
14735
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
14736
- "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
14734
+ "version": "6.5.0",
14735
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
14736
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
14737
14737
  "license": "MIT",
14738
+ "engines": {
14739
+ "node": ">=12.0.0"
14740
+ },
14738
14741
  "peerDependencies": {
14739
14742
  "picomatch": "^3 || ^4"
14740
14743
  },
@@ -14745,9 +14748,9 @@
14745
14748
  }
14746
14749
  },
14747
14750
  "node_modules/tinyglobby/node_modules/picomatch": {
14748
- "version": "4.0.2",
14749
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
14750
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
14751
+ "version": "4.0.4",
14752
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
14753
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
14751
14754
  "license": "MIT",
14752
14755
  "engines": {
14753
14756
  "node": ">=12"
package/oclif.lock CHANGED
@@ -1462,9 +1462,9 @@
1462
1462
  wrap-ansi "^7.0.0"
1463
1463
 
1464
1464
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6":
1465
- version "4.11.0"
1466
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
1467
- integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
1465
+ version "4.11.3"
1466
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1467
+ integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
1468
1468
  dependencies:
1469
1469
  ansi-escapes "^4.3.2"
1470
1470
  ansis "^3.17.0"
@@ -1477,10 +1477,10 @@
1477
1477
  is-wsl "^2.2.0"
1478
1478
  lilconfig "^3.1.3"
1479
1479
  minimatch "^10.2.5"
1480
- semver "^7.7.3"
1480
+ semver "^7.8.0"
1481
1481
  string-width "^4.2.3"
1482
1482
  supports-color "^8"
1483
- tinyglobby "^0.2.14"
1483
+ tinyglobby "^0.2.16"
1484
1484
  widest-line "^3.1.0"
1485
1485
  wordwrap "^1.0.0"
1486
1486
  wrap-ansi "^7.0.0"
@@ -4273,10 +4273,10 @@ faye@^1.4.0, faye@^1.4.1:
4273
4273
  tough-cookie "*"
4274
4274
  tunnel-agent "*"
4275
4275
 
4276
- fdir@^6.4.4:
4277
- version "6.4.5"
4278
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
4279
- integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
4276
+ fdir@^6.5.0:
4277
+ version "6.5.0"
4278
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
4279
+ integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
4280
4280
 
4281
4281
  figures@^3.0.0:
4282
4282
  version "3.2.0"
@@ -6514,10 +6514,10 @@ picomatch@^3.0.1:
6514
6514
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
6515
6515
  integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
6516
6516
 
6517
- picomatch@^4.0.2:
6518
- version "4.0.2"
6519
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
6520
- integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
6517
+ picomatch@^4.0.4:
6518
+ version "4.0.4"
6519
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6520
+ integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
6521
6521
 
6522
6522
  pino-abstract-transport@^1.2.0:
6523
6523
  version "1.2.0"
@@ -7550,13 +7550,13 @@ tiny-jsonc@^1.0.2:
7550
7550
  resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
7551
7551
  integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
7552
7552
 
7553
- tinyglobby@^0.2.14, tinyglobby@^0.2.9:
7554
- version "0.2.14"
7555
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7556
- integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
7553
+ tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
7554
+ version "0.2.16"
7555
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
7556
+ integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
7557
7557
  dependencies:
7558
- fdir "^6.4.4"
7559
- picomatch "^4.0.2"
7558
+ fdir "^6.5.0"
7559
+ picomatch "^4.0.4"
7560
7560
 
7561
7561
  tmp@^0.0.33:
7562
7562
  version "0.0.33"
@@ -524,6 +524,131 @@
524
524
  "snapshot:delete:org"
525
525
  ]
526
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
+ },
527
652
  "org:list:shape": {
528
653
  "aliases": [
529
654
  "force:org:shape:list"
@@ -735,132 +860,7 @@
735
860
  "snapshot:org:list",
736
861
  "snapshot:list:org"
737
862
  ]
738
- },
739
- "org:get:snapshot": {
740
- "aliases": [
741
- "force:org:snapshot:get"
742
- ],
743
- "args": {},
744
- "deprecateAliases": true,
745
- "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\".",
746
- "examples": [
747
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
748
- "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"
749
- ],
750
- "flags": {
751
- "json": {
752
- "description": "Format output as json.",
753
- "helpGroup": "GLOBAL",
754
- "name": "json",
755
- "allowNo": false,
756
- "type": "boolean"
757
- },
758
- "flags-dir": {
759
- "helpGroup": "GLOBAL",
760
- "name": "flags-dir",
761
- "summary": "Import flag values from a directory.",
762
- "hasDynamicHelp": false,
763
- "multiple": false,
764
- "type": "option"
765
- },
766
- "target-dev-hub": {
767
- "aliases": [
768
- "targetdevhubusername"
769
- ],
770
- "char": "v",
771
- "deprecateAliases": true,
772
- "name": "target-dev-hub",
773
- "noCacheDefault": true,
774
- "required": true,
775
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
776
- "hasDynamicHelp": true,
777
- "multiple": false,
778
- "type": "option"
779
- },
780
- "api-version": {
781
- "aliases": [
782
- "apiversion"
783
- ],
784
- "deprecateAliases": true,
785
- "description": "Override the api version used for api requests made by this command",
786
- "name": "api-version",
787
- "hasDynamicHelp": false,
788
- "multiple": false,
789
- "type": "option"
790
- },
791
- "loglevel": {
792
- "deprecated": {
793
- "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."
794
- },
795
- "hidden": true,
796
- "name": "loglevel",
797
- "hasDynamicHelp": false,
798
- "multiple": false,
799
- "type": "option"
800
- },
801
- "snapshot": {
802
- "char": "s",
803
- "description": "The IDs of scratch org snapshots start with 0Oo.",
804
- "name": "snapshot",
805
- "required": true,
806
- "summary": "Name or ID of snapshot to retrieve.",
807
- "hasDynamicHelp": false,
808
- "multiple": false,
809
- "type": "option"
810
- }
811
- },
812
- "hasDynamicHelp": true,
813
- "hiddenAliases": [],
814
- "id": "org:get:snapshot",
815
- "pluginAlias": "@salesforce/plugin-signups",
816
- "pluginName": "@salesforce/plugin-signups",
817
- "pluginType": "core",
818
- "strict": true,
819
- "summary": "Get details about a scratch org snapshot.",
820
- "enableJsonFlag": true,
821
- "isESM": true,
822
- "relativePath": [
823
- "lib",
824
- "commands",
825
- "org",
826
- "get",
827
- "snapshot.js"
828
- ],
829
- "aliasPermutations": [
830
- "force:org:snapshot:get",
831
- "org:force:snapshot:get",
832
- "org:snapshot:force:get",
833
- "org:snapshot:get:force",
834
- "force:snapshot:org:get",
835
- "snapshot:force:org:get",
836
- "snapshot:org:force:get",
837
- "snapshot:org:get:force",
838
- "force:snapshot:get:org",
839
- "snapshot:force:get:org",
840
- "snapshot:get:force:org",
841
- "snapshot:get:org:force",
842
- "force:org:get:snapshot",
843
- "org:force:get:snapshot",
844
- "org:get:force:snapshot",
845
- "org:get:snapshot:force",
846
- "force:get:org:snapshot",
847
- "get:force:org:snapshot",
848
- "get:org:force:snapshot",
849
- "get:org:snapshot:force",
850
- "force:get:snapshot:org",
851
- "get:force:snapshot:org",
852
- "get:snapshot:force:org",
853
- "get:snapshot:org:force"
854
- ],
855
- "permutations": [
856
- "org:get:snapshot",
857
- "get:org:snapshot",
858
- "get:snapshot:org",
859
- "org:snapshot:get",
860
- "snapshot:org:get",
861
- "snapshot:get:org"
862
- ]
863
863
  }
864
864
  },
865
- "version": "2.6.69"
865
+ "version": "2.6.70"
866
866
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.69",
4
+ "version": "2.6.70",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -220,7 +220,7 @@
220
220
  "exports": "./lib/index.js",
221
221
  "type": "module",
222
222
  "sfdx": {
223
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.69.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.69.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.70.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.70.sig"
225
225
  }
226
226
  }