@salesforce/plugin-signups 2.6.33 → 2.6.34

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.33/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.34/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.33",
3
+ "version": "2.6.34",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.33",
9
+ "version": "2.6.34",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -19,13 +19,13 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.3.2",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.56",
22
+ "@salesforce/plugin-command-reference": "^3.1.58",
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",
26
26
  "chai-as-promised": "7.1.2",
27
27
  "chai-string": "^1.6.0",
28
- "eslint-plugin-sf-plugin": "^1.20.25",
28
+ "eslint-plugin-sf-plugin": "^1.20.26",
29
29
  "jsforce": "^2.0.0-beta.28",
30
30
  "oclif": "^4.20.1",
31
31
  "ts-node": "^10.9.2",
@@ -3813,9 +3813,9 @@
3813
3813
  }
3814
3814
  },
3815
3815
  "node_modules/@oclif/core": {
3816
- "version": "4.4.0",
3817
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz",
3818
- "integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==",
3816
+ "version": "4.4.1",
3817
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
3818
+ "integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
3819
3819
  "license": "MIT",
3820
3820
  "dependencies": {
3821
3821
  "ansi-escapes": "^4.3.2",
@@ -4466,14 +4466,14 @@
4466
4466
  }
4467
4467
  },
4468
4468
  "node_modules/@salesforce/plugin-command-reference": {
4469
- "version": "3.1.56",
4470
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
4471
- "integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
4469
+ "version": "3.1.58",
4470
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz",
4471
+ "integrity": "sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==",
4472
4472
  "dev": true,
4473
4473
  "license": "Apache-2.0",
4474
4474
  "dependencies": {
4475
4475
  "@oclif/core": "^4",
4476
- "@salesforce/core": "^8.12.0",
4476
+ "@salesforce/core": "^8.14.0",
4477
4477
  "@salesforce/kit": "^3.2.3",
4478
4478
  "@salesforce/sf-plugins-core": "^11.3.12",
4479
4479
  "@salesforce/ts-types": "^2.0.11",
@@ -8136,13 +8136,13 @@
8136
8136
  }
8137
8137
  },
8138
8138
  "node_modules/eslint-plugin-sf-plugin": {
8139
- "version": "1.20.25",
8140
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
8141
- "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
8139
+ "version": "1.20.26",
8140
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
8141
+ "integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
8142
8142
  "dev": true,
8143
8143
  "license": "BSD-3-Clause",
8144
8144
  "dependencies": {
8145
- "@salesforce/core": "^8.12.0",
8145
+ "@salesforce/core": "^8.14.0",
8146
8146
  "@typescript-eslint/utils": "^7.18.0"
8147
8147
  },
8148
8148
  "engines": {
package/oclif.lock CHANGED
@@ -1574,9 +1574,9 @@
1574
1574
  fastq "^1.6.0"
1575
1575
 
1576
1576
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0":
1577
- version "4.4.0"
1578
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
1579
- integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
1577
+ version "4.4.1"
1578
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823"
1579
+ integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
1580
1580
  dependencies:
1581
1581
  ansi-escapes "^4.3.2"
1582
1582
  ansis "^3.17.0"
@@ -1698,7 +1698,7 @@
1698
1698
  strip-ansi "6.0.1"
1699
1699
  ts-retry-promise "^0.8.1"
1700
1700
 
1701
- "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1701
+ "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1702
1702
  version "8.15.0"
1703
1703
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.15.0.tgz#95d337a7a219c2d305117c9f5594617784a8642f"
1704
1704
  integrity sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==
@@ -1766,13 +1766,13 @@
1766
1766
  dependencies:
1767
1767
  "@salesforce/ts-types" "^2.0.12"
1768
1768
 
1769
- "@salesforce/plugin-command-reference@^3.1.56":
1770
- version "3.1.56"
1771
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz#648bb75ea629b046ca868dda443aff779a5c67a4"
1772
- integrity sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==
1769
+ "@salesforce/plugin-command-reference@^3.1.58":
1770
+ version "3.1.58"
1771
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz#4cef5ee3db0e9e6d6f722c18d627053ff42c73c3"
1772
+ integrity sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==
1773
1773
  dependencies:
1774
1774
  "@oclif/core" "^4"
1775
- "@salesforce/core" "^8.12.0"
1775
+ "@salesforce/core" "^8.14.0"
1776
1776
  "@salesforce/kit" "^3.2.3"
1777
1777
  "@salesforce/sf-plugins-core" "^11.3.12"
1778
1778
  "@salesforce/ts-types" "^2.0.11"
@@ -4047,12 +4047,12 @@ eslint-plugin-jsdoc@^46.10.1:
4047
4047
  semver "^7.5.4"
4048
4048
  spdx-expression-parse "^4.0.0"
4049
4049
 
4050
- eslint-plugin-sf-plugin@^1.20.25:
4051
- version "1.20.25"
4052
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
4053
- integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
4050
+ eslint-plugin-sf-plugin@^1.20.26:
4051
+ version "1.20.26"
4052
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
4053
+ integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
4054
4054
  dependencies:
4055
- "@salesforce/core" "^8.12.0"
4055
+ "@salesforce/core" "^8.14.0"
4056
4056
  "@typescript-eslint/utils" "^7.18.0"
4057
4057
 
4058
4058
  eslint-plugin-unicorn@^50.0.1:
@@ -1,130 +1,5 @@
1
1
  {
2
2
  "commands": {
3
- "org:get:snapshot": {
4
- "aliases": [
5
- "force:org:snapshot:get"
6
- ],
7
- "args": {},
8
- "deprecateAliases": true,
9
- "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\".",
10
- "examples": [
11
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
12
- "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"
13
- ],
14
- "flags": {
15
- "json": {
16
- "description": "Format output as json.",
17
- "helpGroup": "GLOBAL",
18
- "name": "json",
19
- "allowNo": false,
20
- "type": "boolean"
21
- },
22
- "flags-dir": {
23
- "helpGroup": "GLOBAL",
24
- "name": "flags-dir",
25
- "summary": "Import flag values from a directory.",
26
- "hasDynamicHelp": false,
27
- "multiple": false,
28
- "type": "option"
29
- },
30
- "target-dev-hub": {
31
- "aliases": [
32
- "targetdevhubusername"
33
- ],
34
- "char": "v",
35
- "deprecateAliases": true,
36
- "name": "target-dev-hub",
37
- "noCacheDefault": true,
38
- "required": true,
39
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
40
- "hasDynamicHelp": true,
41
- "multiple": false,
42
- "type": "option"
43
- },
44
- "api-version": {
45
- "aliases": [
46
- "apiversion"
47
- ],
48
- "deprecateAliases": true,
49
- "description": "Override the api version used for api requests made by this command",
50
- "name": "api-version",
51
- "hasDynamicHelp": false,
52
- "multiple": false,
53
- "type": "option"
54
- },
55
- "loglevel": {
56
- "deprecated": {
57
- "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."
58
- },
59
- "hidden": true,
60
- "name": "loglevel",
61
- "hasDynamicHelp": false,
62
- "multiple": false,
63
- "type": "option"
64
- },
65
- "snapshot": {
66
- "char": "s",
67
- "description": "The IDs of scratch org snapshots start with 0Oo.",
68
- "name": "snapshot",
69
- "required": true,
70
- "summary": "Name or ID of snapshot to retrieve.",
71
- "hasDynamicHelp": false,
72
- "multiple": false,
73
- "type": "option"
74
- }
75
- },
76
- "hasDynamicHelp": true,
77
- "hiddenAliases": [],
78
- "id": "org:get:snapshot",
79
- "pluginAlias": "@salesforce/plugin-signups",
80
- "pluginName": "@salesforce/plugin-signups",
81
- "pluginType": "core",
82
- "strict": true,
83
- "summary": "Get details about a scratch org snapshot.",
84
- "enableJsonFlag": true,
85
- "isESM": true,
86
- "relativePath": [
87
- "lib",
88
- "commands",
89
- "org",
90
- "get",
91
- "snapshot.js"
92
- ],
93
- "aliasPermutations": [
94
- "force:org:snapshot:get",
95
- "org:force:snapshot:get",
96
- "org:snapshot:force:get",
97
- "org:snapshot:get:force",
98
- "force:snapshot:org:get",
99
- "snapshot:force:org:get",
100
- "snapshot:org:force:get",
101
- "snapshot:org:get:force",
102
- "force:snapshot:get:org",
103
- "snapshot:force:get:org",
104
- "snapshot:get:force:org",
105
- "snapshot:get:org:force",
106
- "force:org:get:snapshot",
107
- "org:force:get:snapshot",
108
- "org:get:force:snapshot",
109
- "org:get:snapshot:force",
110
- "force:get:org:snapshot",
111
- "get:force:org:snapshot",
112
- "get:org:force:snapshot",
113
- "get:org:snapshot:force",
114
- "force:get:snapshot:org",
115
- "get:force:snapshot:org",
116
- "get:snapshot:force:org",
117
- "get:snapshot:org:force"
118
- ],
119
- "permutations": [
120
- "org:get:snapshot",
121
- "get:org:snapshot",
122
- "get:snapshot:org",
123
- "org:snapshot:get",
124
- "snapshot:org:get",
125
- "snapshot:get:org"
126
- ]
127
- },
128
3
  "org:create:shape": {
129
4
  "aliases": [
130
5
  "force:org:shape:create"
@@ -390,16 +265,16 @@
390
265
  "snapshot:create:org"
391
266
  ]
392
267
  },
393
- "org:list:shape": {
268
+ "org:delete:shape": {
394
269
  "aliases": [
395
- "force:org:shape:list"
270
+ "force:org:shape:delete"
396
271
  ],
397
272
  "args": {},
398
273
  "deprecateAliases": true,
399
- "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
274
+ "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
400
275
  "examples": [
401
- "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
402
- "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
276
+ "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
277
+ "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
403
278
  ],
404
279
  "flags": {
405
280
  "json": {
@@ -417,12 +292,31 @@
417
292
  "multiple": false,
418
293
  "type": "option"
419
294
  },
420
- "verbose": {
421
- "hidden": true,
422
- "name": "verbose",
423
- "summary": "List more information about each org shape.",
424
- "allowNo": false,
425
- "type": "boolean"
295
+ "target-org": {
296
+ "aliases": [
297
+ "targetusername",
298
+ "u"
299
+ ],
300
+ "char": "o",
301
+ "deprecateAliases": true,
302
+ "name": "target-org",
303
+ "noCacheDefault": true,
304
+ "required": true,
305
+ "summary": "Username or alias of the target org. Not required if the `target-org` 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"
426
320
  },
427
321
  "loglevel": {
428
322
  "deprecated": {
@@ -433,70 +327,81 @@
433
327
  "hasDynamicHelp": false,
434
328
  "multiple": false,
435
329
  "type": "option"
330
+ },
331
+ "no-prompt": {
332
+ "aliases": [
333
+ "noprompt"
334
+ ],
335
+ "char": "p",
336
+ "deprecateAliases": true,
337
+ "name": "no-prompt",
338
+ "summary": "Don't prompt for confirmation.",
339
+ "allowNo": false,
340
+ "type": "boolean"
436
341
  }
437
342
  },
438
- "hasDynamicHelp": false,
343
+ "hasDynamicHelp": true,
439
344
  "hiddenAliases": [],
440
- "id": "org:list:shape",
345
+ "id": "org:delete:shape",
441
346
  "pluginAlias": "@salesforce/plugin-signups",
442
347
  "pluginName": "@salesforce/plugin-signups",
443
348
  "pluginType": "core",
444
349
  "strict": true,
445
- "summary": "List all org shapes you’ve created.",
350
+ "summary": "Delete all org shapes for a target org.",
446
351
  "enableJsonFlag": true,
447
352
  "isESM": true,
448
353
  "relativePath": [
449
354
  "lib",
450
355
  "commands",
451
356
  "org",
452
- "list",
357
+ "delete",
453
358
  "shape.js"
454
359
  ],
455
360
  "aliasPermutations": [
456
- "force:org:shape:list",
457
- "org:force:shape:list",
458
- "org:shape:force:list",
459
- "org:shape:list:force",
460
- "force:shape:org:list",
461
- "shape:force:org:list",
462
- "shape:org:force:list",
463
- "shape:org:list:force",
464
- "force:shape:list:org",
465
- "shape:force:list:org",
466
- "shape:list:force:org",
467
- "shape:list:org:force",
468
- "force:org:list:shape",
469
- "org:force:list:shape",
470
- "org:list:force:shape",
471
- "org:list:shape:force",
472
- "force:list:org:shape",
473
- "list:force:org:shape",
474
- "list:org:force:shape",
475
- "list:org:shape:force",
476
- "force:list:shape:org",
477
- "list:force:shape:org",
478
- "list:shape:force:org",
479
- "list:shape:org:force"
361
+ "force:org:shape:delete",
362
+ "org:force:shape:delete",
363
+ "org:shape:force:delete",
364
+ "org:shape:delete:force",
365
+ "force:shape:org:delete",
366
+ "shape:force:org:delete",
367
+ "shape:org:force:delete",
368
+ "shape:org:delete:force",
369
+ "force:shape:delete:org",
370
+ "shape:force:delete:org",
371
+ "shape:delete:force:org",
372
+ "shape:delete:org:force",
373
+ "force:org:delete:shape",
374
+ "org:force:delete:shape",
375
+ "org:delete:force:shape",
376
+ "org:delete:shape:force",
377
+ "force:delete:org:shape",
378
+ "delete:force:org:shape",
379
+ "delete:org:force:shape",
380
+ "delete:org:shape:force",
381
+ "force:delete:shape:org",
382
+ "delete:force:shape:org",
383
+ "delete:shape:force:org",
384
+ "delete:shape:org:force"
480
385
  ],
481
386
  "permutations": [
482
- "org:list:shape",
483
- "list:org:shape",
484
- "list:shape:org",
485
- "org:shape:list",
486
- "shape:org:list",
487
- "shape:list:org"
387
+ "org:delete:shape",
388
+ "delete:org:shape",
389
+ "delete:shape:org",
390
+ "org:shape:delete",
391
+ "shape:org:delete",
392
+ "shape:delete:org"
488
393
  ]
489
394
  },
490
- "org:list:snapshot": {
395
+ "org:delete:snapshot": {
491
396
  "aliases": [
492
- "force:org:snapshot:list"
397
+ "force:org:snapshot:delete"
493
398
  ],
494
399
  "args": {},
495
400
  "deprecateAliases": true,
496
- "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
401
+ "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
497
402
  "examples": [
498
- "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
499
- "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
403
+ "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
404
+ "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
500
405
  ],
501
406
  "flags": {
502
407
  "json": {
@@ -548,70 +453,87 @@
548
453
  "hasDynamicHelp": false,
549
454
  "multiple": false,
550
455
  "type": "option"
551
- }
456
+ },
457
+ "snapshot": {
458
+ "char": "s",
459
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
460
+ "name": "snapshot",
461
+ "required": true,
462
+ "summary": "Name or ID of snapshot to delete.",
463
+ "hasDynamicHelp": false,
464
+ "multiple": false,
465
+ "type": "option"
466
+ },
467
+ "no-prompt": {
468
+ "char": "p",
469
+ "name": "no-prompt",
470
+ "summary": "Don't prompt the user to confirm the deletion.",
471
+ "allowNo": false,
472
+ "type": "boolean"
473
+ }
552
474
  },
553
475
  "hasDynamicHelp": true,
554
476
  "hiddenAliases": [],
555
- "id": "org:list:snapshot",
477
+ "id": "org:delete:snapshot",
556
478
  "pluginAlias": "@salesforce/plugin-signups",
557
479
  "pluginName": "@salesforce/plugin-signups",
558
480
  "pluginType": "core",
559
481
  "strict": true,
560
- "summary": "List scratch org snapshots.",
482
+ "summary": "Delete a scratch org snapshot.",
561
483
  "enableJsonFlag": true,
562
484
  "isESM": true,
563
485
  "relativePath": [
564
486
  "lib",
565
487
  "commands",
566
488
  "org",
567
- "list",
489
+ "delete",
568
490
  "snapshot.js"
569
491
  ],
570
492
  "aliasPermutations": [
571
- "force:org:snapshot:list",
572
- "org:force:snapshot:list",
573
- "org:snapshot:force:list",
574
- "org:snapshot:list:force",
575
- "force:snapshot:org:list",
576
- "snapshot:force:org:list",
577
- "snapshot:org:force:list",
578
- "snapshot:org:list:force",
579
- "force:snapshot:list:org",
580
- "snapshot:force:list:org",
581
- "snapshot:list:force:org",
582
- "snapshot:list:org:force",
583
- "force:org:list:snapshot",
584
- "org:force:list:snapshot",
585
- "org:list:force:snapshot",
586
- "org:list:snapshot:force",
587
- "force:list:org:snapshot",
588
- "list:force:org:snapshot",
589
- "list:org:force:snapshot",
590
- "list:org:snapshot:force",
591
- "force:list:snapshot:org",
592
- "list:force:snapshot:org",
593
- "list:snapshot:force:org",
594
- "list:snapshot:org:force"
493
+ "force:org:snapshot:delete",
494
+ "org:force:snapshot:delete",
495
+ "org:snapshot:force:delete",
496
+ "org:snapshot:delete:force",
497
+ "force:snapshot:org:delete",
498
+ "snapshot:force:org:delete",
499
+ "snapshot:org:force:delete",
500
+ "snapshot:org:delete:force",
501
+ "force:snapshot:delete:org",
502
+ "snapshot:force:delete:org",
503
+ "snapshot:delete:force:org",
504
+ "snapshot:delete:org:force",
505
+ "force:org:delete:snapshot",
506
+ "org:force:delete:snapshot",
507
+ "org:delete:force:snapshot",
508
+ "org:delete:snapshot:force",
509
+ "force:delete:org:snapshot",
510
+ "delete:force:org:snapshot",
511
+ "delete:org:force:snapshot",
512
+ "delete:org:snapshot:force",
513
+ "force:delete:snapshot:org",
514
+ "delete:force:snapshot:org",
515
+ "delete:snapshot:force:org",
516
+ "delete:snapshot:org:force"
595
517
  ],
596
518
  "permutations": [
597
- "org:list:snapshot",
598
- "list:org:snapshot",
599
- "list:snapshot:org",
600
- "org:snapshot:list",
601
- "snapshot:org:list",
602
- "snapshot:list:org"
519
+ "org:delete:snapshot",
520
+ "delete:org:snapshot",
521
+ "delete:snapshot:org",
522
+ "org:snapshot:delete",
523
+ "snapshot:org:delete",
524
+ "snapshot:delete:org"
603
525
  ]
604
526
  },
605
- "org:delete:shape": {
527
+ "org:get:snapshot": {
606
528
  "aliases": [
607
- "force:org:shape:delete"
529
+ "force:org:snapshot:get"
608
530
  ],
609
531
  "args": {},
610
532
  "deprecateAliases": true,
611
- "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
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\".",
612
534
  "examples": [
613
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
614
- "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
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"
615
537
  ],
616
538
  "flags": {
617
539
  "json": {
@@ -629,17 +551,16 @@
629
551
  "multiple": false,
630
552
  "type": "option"
631
553
  },
632
- "target-org": {
554
+ "target-dev-hub": {
633
555
  "aliases": [
634
- "targetusername",
635
- "u"
556
+ "targetdevhubusername"
636
557
  ],
637
- "char": "o",
558
+ "char": "v",
638
559
  "deprecateAliases": true,
639
- "name": "target-org",
560
+ "name": "target-dev-hub",
640
561
  "noCacheDefault": true,
641
562
  "required": true,
642
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
563
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
643
564
  "hasDynamicHelp": true,
644
565
  "multiple": false,
645
566
  "type": "option"
@@ -665,80 +586,176 @@
665
586
  "multiple": false,
666
587
  "type": "option"
667
588
  },
668
- "no-prompt": {
669
- "aliases": [
670
- "noprompt"
671
- ],
672
- "char": "p",
673
- "deprecateAliases": true,
674
- "name": "no-prompt",
675
- "summary": "Don't prompt for confirmation.",
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
+ "org:list:shape": {
653
+ "aliases": [
654
+ "force:org:shape:list"
655
+ ],
656
+ "args": {},
657
+ "deprecateAliases": true,
658
+ "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
659
+ "examples": [
660
+ "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
661
+ "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
662
+ ],
663
+ "flags": {
664
+ "json": {
665
+ "description": "Format output as json.",
666
+ "helpGroup": "GLOBAL",
667
+ "name": "json",
668
+ "allowNo": false,
669
+ "type": "boolean"
670
+ },
671
+ "flags-dir": {
672
+ "helpGroup": "GLOBAL",
673
+ "name": "flags-dir",
674
+ "summary": "Import flag values from a directory.",
675
+ "hasDynamicHelp": false,
676
+ "multiple": false,
677
+ "type": "option"
678
+ },
679
+ "verbose": {
680
+ "hidden": true,
681
+ "name": "verbose",
682
+ "summary": "List more information about each org shape.",
676
683
  "allowNo": false,
677
684
  "type": "boolean"
685
+ },
686
+ "loglevel": {
687
+ "deprecated": {
688
+ "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."
689
+ },
690
+ "hidden": true,
691
+ "name": "loglevel",
692
+ "hasDynamicHelp": false,
693
+ "multiple": false,
694
+ "type": "option"
678
695
  }
679
696
  },
680
- "hasDynamicHelp": true,
697
+ "hasDynamicHelp": false,
681
698
  "hiddenAliases": [],
682
- "id": "org:delete:shape",
699
+ "id": "org:list:shape",
683
700
  "pluginAlias": "@salesforce/plugin-signups",
684
701
  "pluginName": "@salesforce/plugin-signups",
685
702
  "pluginType": "core",
686
703
  "strict": true,
687
- "summary": "Delete all org shapes for a target org.",
704
+ "summary": "List all org shapes you’ve created.",
688
705
  "enableJsonFlag": true,
689
706
  "isESM": true,
690
707
  "relativePath": [
691
708
  "lib",
692
709
  "commands",
693
710
  "org",
694
- "delete",
711
+ "list",
695
712
  "shape.js"
696
713
  ],
697
714
  "aliasPermutations": [
698
- "force:org:shape:delete",
699
- "org:force:shape:delete",
700
- "org:shape:force:delete",
701
- "org:shape:delete:force",
702
- "force:shape:org:delete",
703
- "shape:force:org:delete",
704
- "shape:org:force:delete",
705
- "shape:org:delete:force",
706
- "force:shape:delete:org",
707
- "shape:force:delete:org",
708
- "shape:delete:force:org",
709
- "shape:delete:org:force",
710
- "force:org:delete:shape",
711
- "org:force:delete:shape",
712
- "org:delete:force:shape",
713
- "org:delete:shape:force",
714
- "force:delete:org:shape",
715
- "delete:force:org:shape",
716
- "delete:org:force:shape",
717
- "delete:org:shape:force",
718
- "force:delete:shape:org",
719
- "delete:force:shape:org",
720
- "delete:shape:force:org",
721
- "delete:shape:org:force"
715
+ "force:org:shape:list",
716
+ "org:force:shape:list",
717
+ "org:shape:force:list",
718
+ "org:shape:list:force",
719
+ "force:shape:org:list",
720
+ "shape:force:org:list",
721
+ "shape:org:force:list",
722
+ "shape:org:list:force",
723
+ "force:shape:list:org",
724
+ "shape:force:list:org",
725
+ "shape:list:force:org",
726
+ "shape:list:org:force",
727
+ "force:org:list:shape",
728
+ "org:force:list:shape",
729
+ "org:list:force:shape",
730
+ "org:list:shape:force",
731
+ "force:list:org:shape",
732
+ "list:force:org:shape",
733
+ "list:org:force:shape",
734
+ "list:org:shape:force",
735
+ "force:list:shape:org",
736
+ "list:force:shape:org",
737
+ "list:shape:force:org",
738
+ "list:shape:org:force"
722
739
  ],
723
740
  "permutations": [
724
- "org:delete:shape",
725
- "delete:org:shape",
726
- "delete:shape:org",
727
- "org:shape:delete",
728
- "shape:org:delete",
729
- "shape:delete:org"
741
+ "org:list:shape",
742
+ "list:org:shape",
743
+ "list:shape:org",
744
+ "org:shape:list",
745
+ "shape:org:list",
746
+ "shape:list:org"
730
747
  ]
731
748
  },
732
- "org:delete:snapshot": {
749
+ "org:list:snapshot": {
733
750
  "aliases": [
734
- "force:org:snapshot:delete"
751
+ "force:org:snapshot:list"
735
752
  ],
736
753
  "args": {},
737
754
  "deprecateAliases": true,
738
- "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
755
+ "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
739
756
  "examples": [
740
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
741
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
757
+ "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
758
+ "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
742
759
  ],
743
760
  "flags": {
744
761
  "json": {
@@ -790,77 +807,60 @@
790
807
  "hasDynamicHelp": false,
791
808
  "multiple": false,
792
809
  "type": "option"
793
- },
794
- "snapshot": {
795
- "char": "s",
796
- "description": "The IDs of scratch org snapshots start with 0Oo.",
797
- "name": "snapshot",
798
- "required": true,
799
- "summary": "Name or ID of snapshot to delete.",
800
- "hasDynamicHelp": false,
801
- "multiple": false,
802
- "type": "option"
803
- },
804
- "no-prompt": {
805
- "char": "p",
806
- "name": "no-prompt",
807
- "summary": "Don't prompt the user to confirm the deletion.",
808
- "allowNo": false,
809
- "type": "boolean"
810
810
  }
811
811
  },
812
812
  "hasDynamicHelp": true,
813
813
  "hiddenAliases": [],
814
- "id": "org:delete:snapshot",
814
+ "id": "org:list:snapshot",
815
815
  "pluginAlias": "@salesforce/plugin-signups",
816
816
  "pluginName": "@salesforce/plugin-signups",
817
817
  "pluginType": "core",
818
818
  "strict": true,
819
- "summary": "Delete a scratch org snapshot.",
819
+ "summary": "List scratch org snapshots.",
820
820
  "enableJsonFlag": true,
821
821
  "isESM": true,
822
822
  "relativePath": [
823
823
  "lib",
824
824
  "commands",
825
825
  "org",
826
- "delete",
826
+ "list",
827
827
  "snapshot.js"
828
828
  ],
829
829
  "aliasPermutations": [
830
- "force:org:snapshot:delete",
831
- "org:force:snapshot:delete",
832
- "org:snapshot:force:delete",
833
- "org:snapshot:delete:force",
834
- "force:snapshot:org:delete",
835
- "snapshot:force:org:delete",
836
- "snapshot:org:force:delete",
837
- "snapshot:org:delete:force",
838
- "force:snapshot:delete:org",
839
- "snapshot:force:delete:org",
840
- "snapshot:delete:force:org",
841
- "snapshot:delete:org:force",
842
- "force:org:delete:snapshot",
843
- "org:force:delete:snapshot",
844
- "org:delete:force:snapshot",
845
- "org:delete:snapshot:force",
846
- "force:delete:org:snapshot",
847
- "delete:force:org:snapshot",
848
- "delete:org:force:snapshot",
849
- "delete:org:snapshot:force",
850
- "force:delete:snapshot:org",
851
- "delete:force:snapshot:org",
852
- "delete:snapshot:force:org",
853
- "delete:snapshot:org:force"
830
+ "force:org:snapshot:list",
831
+ "org:force:snapshot:list",
832
+ "org:snapshot:force:list",
833
+ "org:snapshot:list:force",
834
+ "force:snapshot:org:list",
835
+ "snapshot:force:org:list",
836
+ "snapshot:org:force:list",
837
+ "snapshot:org:list:force",
838
+ "force:snapshot:list:org",
839
+ "snapshot:force:list:org",
840
+ "snapshot:list:force:org",
841
+ "snapshot:list:org:force",
842
+ "force:org:list:snapshot",
843
+ "org:force:list:snapshot",
844
+ "org:list:force:snapshot",
845
+ "org:list:snapshot:force",
846
+ "force:list:org:snapshot",
847
+ "list:force:org:snapshot",
848
+ "list:org:force:snapshot",
849
+ "list:org:snapshot:force",
850
+ "force:list:snapshot:org",
851
+ "list:force:snapshot:org",
852
+ "list:snapshot:force:org",
853
+ "list:snapshot:org:force"
854
854
  ],
855
855
  "permutations": [
856
- "org:delete:snapshot",
857
- "delete:org:snapshot",
858
- "delete:snapshot:org",
859
- "org:snapshot:delete",
860
- "snapshot:org:delete",
861
- "snapshot:delete:org"
856
+ "org:list:snapshot",
857
+ "list:org:snapshot",
858
+ "list:snapshot:org",
859
+ "org:snapshot:list",
860
+ "snapshot:org:list",
861
+ "snapshot:list:org"
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.33"
865
+ "version": "2.6.34"
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.33",
4
+ "version": "2.6.34",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -15,13 +15,13 @@
15
15
  "@oclif/plugin-command-snapshot": "^5.3.2",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
- "@salesforce/plugin-command-reference": "^3.1.56",
18
+ "@salesforce/plugin-command-reference": "^3.1.58",
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",
22
22
  "chai-as-promised": "7.1.2",
23
23
  "chai-string": "^1.6.0",
24
- "eslint-plugin-sf-plugin": "^1.20.25",
24
+ "eslint-plugin-sf-plugin": "^1.20.26",
25
25
  "jsforce": "^2.0.0-beta.28",
26
26
  "oclif": "^4.20.1",
27
27
  "ts-node": "^10.9.2",
@@ -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.33.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.33.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.34.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.34.sig"
225
225
  }
226
226
  }