@salesforce/plugin-signups 2.6.47 → 2.6.48
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 +7 -7
- package/npm-shrinkwrap.json +1274 -1175
- package/oclif.lock +787 -920
- package/oclif.manifest.json +203 -203
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
3
|
+
"org:delete:shape": {
|
4
4
|
"aliases": [
|
5
|
-
"force:org:shape:
|
5
|
+
"force:org:shape:delete"
|
6
6
|
],
|
7
7
|
"args": {},
|
8
8
|
"deprecateAliases": true,
|
9
|
-
"description": "
|
9
|
+
"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.",
|
10
10
|
"examples": [
|
11
|
-
"
|
11
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
12
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
12
13
|
],
|
13
14
|
"flags": {
|
14
15
|
"json": {
|
@@ -61,70 +62,81 @@
|
|
61
62
|
"hasDynamicHelp": false,
|
62
63
|
"multiple": false,
|
63
64
|
"type": "option"
|
65
|
+
},
|
66
|
+
"no-prompt": {
|
67
|
+
"aliases": [
|
68
|
+
"noprompt"
|
69
|
+
],
|
70
|
+
"char": "p",
|
71
|
+
"deprecateAliases": true,
|
72
|
+
"name": "no-prompt",
|
73
|
+
"summary": "Don't prompt for confirmation.",
|
74
|
+
"allowNo": false,
|
75
|
+
"type": "boolean"
|
64
76
|
}
|
65
77
|
},
|
66
78
|
"hasDynamicHelp": true,
|
67
79
|
"hiddenAliases": [],
|
68
|
-
"id": "org:
|
80
|
+
"id": "org:delete:shape",
|
69
81
|
"pluginAlias": "@salesforce/plugin-signups",
|
70
82
|
"pluginName": "@salesforce/plugin-signups",
|
71
83
|
"pluginType": "core",
|
72
84
|
"strict": true,
|
73
|
-
"summary": "
|
85
|
+
"summary": "Delete all org shapes for a target org.",
|
74
86
|
"enableJsonFlag": true,
|
75
87
|
"isESM": true,
|
76
88
|
"relativePath": [
|
77
89
|
"lib",
|
78
90
|
"commands",
|
79
91
|
"org",
|
80
|
-
"
|
92
|
+
"delete",
|
81
93
|
"shape.js"
|
82
94
|
],
|
83
95
|
"aliasPermutations": [
|
84
|
-
"force:org:shape:
|
85
|
-
"org:force:shape:
|
86
|
-
"org:shape:force:
|
87
|
-
"org:shape:
|
88
|
-
"force:shape:org:
|
89
|
-
"shape:force:org:
|
90
|
-
"shape:org:force:
|
91
|
-
"shape:org:
|
92
|
-
"force:shape:
|
93
|
-
"shape:force:
|
94
|
-
"shape:
|
95
|
-
"shape:
|
96
|
-
"force:org:
|
97
|
-
"org:force:
|
98
|
-
"org:
|
99
|
-
"org:
|
100
|
-
"force:
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"
|
104
|
-
"force:
|
105
|
-
"
|
106
|
-
"
|
107
|
-
"
|
96
|
+
"force:org:shape:delete",
|
97
|
+
"org:force:shape:delete",
|
98
|
+
"org:shape:force:delete",
|
99
|
+
"org:shape:delete:force",
|
100
|
+
"force:shape:org:delete",
|
101
|
+
"shape:force:org:delete",
|
102
|
+
"shape:org:force:delete",
|
103
|
+
"shape:org:delete:force",
|
104
|
+
"force:shape:delete:org",
|
105
|
+
"shape:force:delete:org",
|
106
|
+
"shape:delete:force:org",
|
107
|
+
"shape:delete:org:force",
|
108
|
+
"force:org:delete:shape",
|
109
|
+
"org:force:delete:shape",
|
110
|
+
"org:delete:force:shape",
|
111
|
+
"org:delete:shape:force",
|
112
|
+
"force:delete:org:shape",
|
113
|
+
"delete:force:org:shape",
|
114
|
+
"delete:org:force:shape",
|
115
|
+
"delete:org:shape:force",
|
116
|
+
"force:delete:shape:org",
|
117
|
+
"delete:force:shape:org",
|
118
|
+
"delete:shape:force:org",
|
119
|
+
"delete:shape:org:force"
|
108
120
|
],
|
109
121
|
"permutations": [
|
110
|
-
"org:
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"org:shape:
|
114
|
-
"shape:org:
|
115
|
-
"shape:
|
122
|
+
"org:delete:shape",
|
123
|
+
"delete:org:shape",
|
124
|
+
"delete:shape:org",
|
125
|
+
"org:shape:delete",
|
126
|
+
"shape:org:delete",
|
127
|
+
"shape:delete:org"
|
116
128
|
]
|
117
129
|
},
|
118
|
-
"org:
|
130
|
+
"org:delete:snapshot": {
|
119
131
|
"aliases": [
|
120
|
-
"force:org:snapshot:
|
132
|
+
"force:org:snapshot:delete"
|
121
133
|
],
|
122
134
|
"args": {},
|
123
135
|
"deprecateAliases": true,
|
124
|
-
"description": "
|
136
|
+
"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.",
|
125
137
|
"examples": [
|
126
|
-
"
|
127
|
-
"
|
138
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
139
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
128
140
|
],
|
129
141
|
"flags": {
|
130
142
|
"json": {
|
@@ -177,104 +189,85 @@
|
|
177
189
|
"multiple": false,
|
178
190
|
"type": "option"
|
179
191
|
},
|
180
|
-
"
|
181
|
-
"
|
182
|
-
|
183
|
-
|
184
|
-
"char": "o",
|
185
|
-
"deprecateAliases": true,
|
186
|
-
"name": "source-org",
|
187
|
-
"required": true,
|
188
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
189
|
-
"hasDynamicHelp": false,
|
190
|
-
"multiple": false,
|
191
|
-
"type": "option"
|
192
|
-
},
|
193
|
-
"name": {
|
194
|
-
"aliases": [
|
195
|
-
"snapshotname"
|
196
|
-
],
|
197
|
-
"char": "n",
|
198
|
-
"deprecateAliases": true,
|
199
|
-
"name": "name",
|
192
|
+
"snapshot": {
|
193
|
+
"char": "s",
|
194
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
195
|
+
"name": "snapshot",
|
200
196
|
"required": true,
|
201
|
-
"summary": "
|
197
|
+
"summary": "Name or ID of snapshot to delete.",
|
202
198
|
"hasDynamicHelp": false,
|
203
199
|
"multiple": false,
|
204
200
|
"type": "option"
|
205
201
|
},
|
206
|
-
"
|
207
|
-
"char": "
|
208
|
-
"
|
209
|
-
"
|
210
|
-
"
|
211
|
-
"
|
212
|
-
"multiple": false,
|
213
|
-
"type": "option"
|
202
|
+
"no-prompt": {
|
203
|
+
"char": "p",
|
204
|
+
"name": "no-prompt",
|
205
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
206
|
+
"allowNo": false,
|
207
|
+
"type": "boolean"
|
214
208
|
}
|
215
209
|
},
|
216
210
|
"hasDynamicHelp": true,
|
217
211
|
"hiddenAliases": [],
|
218
|
-
"id": "org:
|
212
|
+
"id": "org:delete:snapshot",
|
219
213
|
"pluginAlias": "@salesforce/plugin-signups",
|
220
214
|
"pluginName": "@salesforce/plugin-signups",
|
221
215
|
"pluginType": "core",
|
222
216
|
"strict": true,
|
223
|
-
"summary": "
|
217
|
+
"summary": "Delete a scratch org snapshot.",
|
224
218
|
"enableJsonFlag": true,
|
225
219
|
"isESM": true,
|
226
220
|
"relativePath": [
|
227
221
|
"lib",
|
228
222
|
"commands",
|
229
223
|
"org",
|
230
|
-
"
|
224
|
+
"delete",
|
231
225
|
"snapshot.js"
|
232
226
|
],
|
233
227
|
"aliasPermutations": [
|
234
|
-
"force:org:snapshot:
|
235
|
-
"org:force:snapshot:
|
236
|
-
"org:snapshot:force:
|
237
|
-
"org:snapshot:
|
238
|
-
"force:snapshot:org:
|
239
|
-
"snapshot:force:org:
|
240
|
-
"snapshot:org:force:
|
241
|
-
"snapshot:org:
|
242
|
-
"force:snapshot:
|
243
|
-
"snapshot:force:
|
244
|
-
"snapshot:
|
245
|
-
"snapshot:
|
246
|
-
"force:org:
|
247
|
-
"org:force:
|
248
|
-
"org:
|
249
|
-
"org:
|
250
|
-
"force:
|
251
|
-
"
|
252
|
-
"
|
253
|
-
"
|
254
|
-
"force:
|
255
|
-
"
|
256
|
-
"
|
257
|
-
"
|
228
|
+
"force:org:snapshot:delete",
|
229
|
+
"org:force:snapshot:delete",
|
230
|
+
"org:snapshot:force:delete",
|
231
|
+
"org:snapshot:delete:force",
|
232
|
+
"force:snapshot:org:delete",
|
233
|
+
"snapshot:force:org:delete",
|
234
|
+
"snapshot:org:force:delete",
|
235
|
+
"snapshot:org:delete:force",
|
236
|
+
"force:snapshot:delete:org",
|
237
|
+
"snapshot:force:delete:org",
|
238
|
+
"snapshot:delete:force:org",
|
239
|
+
"snapshot:delete:org:force",
|
240
|
+
"force:org:delete:snapshot",
|
241
|
+
"org:force:delete:snapshot",
|
242
|
+
"org:delete:force:snapshot",
|
243
|
+
"org:delete:snapshot:force",
|
244
|
+
"force:delete:org:snapshot",
|
245
|
+
"delete:force:org:snapshot",
|
246
|
+
"delete:org:force:snapshot",
|
247
|
+
"delete:org:snapshot:force",
|
248
|
+
"force:delete:snapshot:org",
|
249
|
+
"delete:force:snapshot:org",
|
250
|
+
"delete:snapshot:force:org",
|
251
|
+
"delete:snapshot:org:force"
|
258
252
|
],
|
259
253
|
"permutations": [
|
260
|
-
"org:
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"org:snapshot:
|
264
|
-
"snapshot:org:
|
265
|
-
"snapshot:
|
254
|
+
"org:delete:snapshot",
|
255
|
+
"delete:org:snapshot",
|
256
|
+
"delete:snapshot:org",
|
257
|
+
"org:snapshot:delete",
|
258
|
+
"snapshot:org:delete",
|
259
|
+
"snapshot:delete:org"
|
266
260
|
]
|
267
261
|
},
|
268
|
-
"org:
|
262
|
+
"org:create:shape": {
|
269
263
|
"aliases": [
|
270
|
-
"force:org:shape:
|
264
|
+
"force:org:shape:create"
|
271
265
|
],
|
272
266
|
"args": {},
|
273
267
|
"deprecateAliases": true,
|
274
|
-
"description": "
|
268
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
275
269
|
"examples": [
|
276
|
-
"
|
277
|
-
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
270
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
278
271
|
],
|
279
272
|
"flags": {
|
280
273
|
"json": {
|
@@ -327,81 +320,70 @@
|
|
327
320
|
"hasDynamicHelp": false,
|
328
321
|
"multiple": false,
|
329
322
|
"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"
|
341
323
|
}
|
342
324
|
},
|
343
325
|
"hasDynamicHelp": true,
|
344
326
|
"hiddenAliases": [],
|
345
|
-
"id": "org:
|
327
|
+
"id": "org:create:shape",
|
346
328
|
"pluginAlias": "@salesforce/plugin-signups",
|
347
329
|
"pluginName": "@salesforce/plugin-signups",
|
348
330
|
"pluginType": "core",
|
349
331
|
"strict": true,
|
350
|
-
"summary": "
|
332
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
351
333
|
"enableJsonFlag": true,
|
352
334
|
"isESM": true,
|
353
335
|
"relativePath": [
|
354
336
|
"lib",
|
355
337
|
"commands",
|
356
338
|
"org",
|
357
|
-
"
|
339
|
+
"create",
|
358
340
|
"shape.js"
|
359
341
|
],
|
360
342
|
"aliasPermutations": [
|
361
|
-
"force:org:shape:
|
362
|
-
"org:force:shape:
|
363
|
-
"org:shape:force:
|
364
|
-
"org:shape:
|
365
|
-
"force:shape:org:
|
366
|
-
"shape:force:org:
|
367
|
-
"shape:org:force:
|
368
|
-
"shape:org:
|
369
|
-
"force:shape:
|
370
|
-
"shape:force:
|
371
|
-
"shape:
|
372
|
-
"shape:
|
373
|
-
"force:org:
|
374
|
-
"org:force:
|
375
|
-
"org:
|
376
|
-
"org:
|
377
|
-
"force:
|
378
|
-
"
|
379
|
-
"
|
380
|
-
"
|
381
|
-
"force:
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"
|
343
|
+
"force:org:shape:create",
|
344
|
+
"org:force:shape:create",
|
345
|
+
"org:shape:force:create",
|
346
|
+
"org:shape:create:force",
|
347
|
+
"force:shape:org:create",
|
348
|
+
"shape:force:org:create",
|
349
|
+
"shape:org:force:create",
|
350
|
+
"shape:org:create:force",
|
351
|
+
"force:shape:create:org",
|
352
|
+
"shape:force:create:org",
|
353
|
+
"shape:create:force:org",
|
354
|
+
"shape:create:org:force",
|
355
|
+
"force:org:create:shape",
|
356
|
+
"org:force:create:shape",
|
357
|
+
"org:create:force:shape",
|
358
|
+
"org:create:shape:force",
|
359
|
+
"force:create:org:shape",
|
360
|
+
"create:force:org:shape",
|
361
|
+
"create:org:force:shape",
|
362
|
+
"create:org:shape:force",
|
363
|
+
"force:create:shape:org",
|
364
|
+
"create:force:shape:org",
|
365
|
+
"create:shape:force:org",
|
366
|
+
"create:shape:org:force"
|
385
367
|
],
|
386
368
|
"permutations": [
|
387
|
-
"org:
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"org:shape:
|
391
|
-
"shape:org:
|
392
|
-
"shape:
|
369
|
+
"org:create:shape",
|
370
|
+
"create:org:shape",
|
371
|
+
"create:shape:org",
|
372
|
+
"org:shape:create",
|
373
|
+
"shape:org:create",
|
374
|
+
"shape:create:org"
|
393
375
|
]
|
394
376
|
},
|
395
|
-
"org:
|
377
|
+
"org:create:snapshot": {
|
396
378
|
"aliases": [
|
397
|
-
"force:org:snapshot:
|
379
|
+
"force:org:snapshot:create"
|
398
380
|
],
|
399
381
|
"args": {},
|
400
382
|
"deprecateAliases": true,
|
401
|
-
"description": "
|
383
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
|
402
384
|
"examples": [
|
403
|
-
"
|
404
|
-
"
|
385
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
386
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
405
387
|
],
|
406
388
|
"flags": {
|
407
389
|
"json": {
|
@@ -454,74 +436,92 @@
|
|
454
436
|
"multiple": false,
|
455
437
|
"type": "option"
|
456
438
|
},
|
457
|
-
"
|
458
|
-
"
|
459
|
-
|
460
|
-
|
439
|
+
"source-org": {
|
440
|
+
"aliases": [
|
441
|
+
"sourceorg"
|
442
|
+
],
|
443
|
+
"char": "o",
|
444
|
+
"deprecateAliases": true,
|
445
|
+
"name": "source-org",
|
461
446
|
"required": true,
|
462
|
-
"summary": "
|
447
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
463
448
|
"hasDynamicHelp": false,
|
464
449
|
"multiple": false,
|
465
450
|
"type": "option"
|
466
451
|
},
|
467
|
-
"
|
468
|
-
"
|
469
|
-
|
470
|
-
|
471
|
-
"
|
472
|
-
"
|
452
|
+
"name": {
|
453
|
+
"aliases": [
|
454
|
+
"snapshotname"
|
455
|
+
],
|
456
|
+
"char": "n",
|
457
|
+
"deprecateAliases": true,
|
458
|
+
"name": "name",
|
459
|
+
"required": true,
|
460
|
+
"summary": "Unique name of snapshot.",
|
461
|
+
"hasDynamicHelp": false,
|
462
|
+
"multiple": false,
|
463
|
+
"type": "option"
|
464
|
+
},
|
465
|
+
"description": {
|
466
|
+
"char": "d",
|
467
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
468
|
+
"name": "description",
|
469
|
+
"summary": "Description of snapshot.",
|
470
|
+
"hasDynamicHelp": false,
|
471
|
+
"multiple": false,
|
472
|
+
"type": "option"
|
473
473
|
}
|
474
474
|
},
|
475
475
|
"hasDynamicHelp": true,
|
476
476
|
"hiddenAliases": [],
|
477
|
-
"id": "org:
|
477
|
+
"id": "org:create:snapshot",
|
478
478
|
"pluginAlias": "@salesforce/plugin-signups",
|
479
479
|
"pluginName": "@salesforce/plugin-signups",
|
480
480
|
"pluginType": "core",
|
481
481
|
"strict": true,
|
482
|
-
"summary": "
|
482
|
+
"summary": "Create a snapshot of a scratch org.",
|
483
483
|
"enableJsonFlag": true,
|
484
484
|
"isESM": true,
|
485
485
|
"relativePath": [
|
486
486
|
"lib",
|
487
487
|
"commands",
|
488
488
|
"org",
|
489
|
-
"
|
489
|
+
"create",
|
490
490
|
"snapshot.js"
|
491
491
|
],
|
492
492
|
"aliasPermutations": [
|
493
|
-
"force:org:snapshot:
|
494
|
-
"org:force:snapshot:
|
495
|
-
"org:snapshot:force:
|
496
|
-
"org:snapshot:
|
497
|
-
"force:snapshot:org:
|
498
|
-
"snapshot:force:org:
|
499
|
-
"snapshot:org:force:
|
500
|
-
"snapshot:org:
|
501
|
-
"force:snapshot:
|
502
|
-
"snapshot:force:
|
503
|
-
"snapshot:
|
504
|
-
"snapshot:
|
505
|
-
"force:org:
|
506
|
-
"org:force:
|
507
|
-
"org:
|
508
|
-
"org:
|
509
|
-
"force:
|
510
|
-
"
|
511
|
-
"
|
512
|
-
"
|
513
|
-
"force:
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
493
|
+
"force:org:snapshot:create",
|
494
|
+
"org:force:snapshot:create",
|
495
|
+
"org:snapshot:force:create",
|
496
|
+
"org:snapshot:create:force",
|
497
|
+
"force:snapshot:org:create",
|
498
|
+
"snapshot:force:org:create",
|
499
|
+
"snapshot:org:force:create",
|
500
|
+
"snapshot:org:create:force",
|
501
|
+
"force:snapshot:create:org",
|
502
|
+
"snapshot:force:create:org",
|
503
|
+
"snapshot:create:force:org",
|
504
|
+
"snapshot:create:org:force",
|
505
|
+
"force:org:create:snapshot",
|
506
|
+
"org:force:create:snapshot",
|
507
|
+
"org:create:force:snapshot",
|
508
|
+
"org:create:snapshot:force",
|
509
|
+
"force:create:org:snapshot",
|
510
|
+
"create:force:org:snapshot",
|
511
|
+
"create:org:force:snapshot",
|
512
|
+
"create:org:snapshot:force",
|
513
|
+
"force:create:snapshot:org",
|
514
|
+
"create:force:snapshot:org",
|
515
|
+
"create:snapshot:force:org",
|
516
|
+
"create:snapshot:org:force"
|
517
517
|
],
|
518
518
|
"permutations": [
|
519
|
-
"org:
|
520
|
-
"
|
521
|
-
"
|
522
|
-
"org:snapshot:
|
523
|
-
"snapshot:org:
|
524
|
-
"snapshot:
|
519
|
+
"org:create:snapshot",
|
520
|
+
"create:org:snapshot",
|
521
|
+
"create:snapshot:org",
|
522
|
+
"org:snapshot:create",
|
523
|
+
"snapshot:org:create",
|
524
|
+
"snapshot:create:org"
|
525
525
|
]
|
526
526
|
},
|
527
527
|
"org:get:snapshot": {
|
@@ -862,5 +862,5 @@
|
|
862
862
|
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.48"
|
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.6.
|
4
|
+
"version": "2.6.48",
|
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.23.
|
9
|
+
"@salesforce/core": "^8.23.1",
|
10
10
|
"@salesforce/kit": "^3.2.4",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -21,9 +21,9 @@
|
|
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.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.32",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.22.
|
26
|
+
"oclif": "^4.22.18",
|
27
27
|
"ts-node": "^10.9.2",
|
28
28
|
"typescript": "^5.5.4"
|
29
29
|
},
|
@@ -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.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.48.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.48.sig"
|
225
225
|
}
|
226
226
|
}
|