@salesforce/plugin-signups 2.6.48 → 2.6.49

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.
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "commands": {
3
- "org:delete:shape": {
3
+ "org:create:shape": {
4
4
  "aliases": [
5
- "force:org:shape:delete"
5
+ "force:org:shape:create"
6
6
  ],
7
7
  "args": {},
8
8
  "deprecateAliases": true,
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.",
9
+ "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.",
10
10
  "examples": [
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"
11
+ "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
13
12
  ],
14
13
  "flags": {
15
14
  "json": {
@@ -62,81 +61,70 @@
62
61
  "hasDynamicHelp": false,
63
62
  "multiple": false,
64
63
  "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"
76
64
  }
77
65
  },
78
66
  "hasDynamicHelp": true,
79
67
  "hiddenAliases": [],
80
- "id": "org:delete:shape",
68
+ "id": "org:create:shape",
81
69
  "pluginAlias": "@salesforce/plugin-signups",
82
70
  "pluginName": "@salesforce/plugin-signups",
83
71
  "pluginType": "core",
84
72
  "strict": true,
85
- "summary": "Delete all org shapes for a target org.",
73
+ "summary": "Create a scratch org configuration (shape) based on the specified source org.",
86
74
  "enableJsonFlag": true,
87
75
  "isESM": true,
88
76
  "relativePath": [
89
77
  "lib",
90
78
  "commands",
91
79
  "org",
92
- "delete",
80
+ "create",
93
81
  "shape.js"
94
82
  ],
95
83
  "aliasPermutations": [
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"
84
+ "force:org:shape:create",
85
+ "org:force:shape:create",
86
+ "org:shape:force:create",
87
+ "org:shape:create:force",
88
+ "force:shape:org:create",
89
+ "shape:force:org:create",
90
+ "shape:org:force:create",
91
+ "shape:org:create:force",
92
+ "force:shape:create:org",
93
+ "shape:force:create:org",
94
+ "shape:create:force:org",
95
+ "shape:create:org:force",
96
+ "force:org:create:shape",
97
+ "org:force:create:shape",
98
+ "org:create:force:shape",
99
+ "org:create:shape:force",
100
+ "force:create:org:shape",
101
+ "create:force:org:shape",
102
+ "create:org:force:shape",
103
+ "create:org:shape:force",
104
+ "force:create:shape:org",
105
+ "create:force:shape:org",
106
+ "create:shape:force:org",
107
+ "create:shape:org:force"
120
108
  ],
121
109
  "permutations": [
122
- "org:delete:shape",
123
- "delete:org:shape",
124
- "delete:shape:org",
125
- "org:shape:delete",
126
- "shape:org:delete",
127
- "shape:delete:org"
110
+ "org:create:shape",
111
+ "create:org:shape",
112
+ "create:shape:org",
113
+ "org:shape:create",
114
+ "shape:org:create",
115
+ "shape:create:org"
128
116
  ]
129
117
  },
130
- "org:delete:snapshot": {
118
+ "org:create:snapshot": {
131
119
  "aliases": [
132
- "force:org:snapshot:delete"
120
+ "force:org:snapshot:create"
133
121
  ],
134
122
  "args": {},
135
123
  "deprecateAliases": true,
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.",
124
+ "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.",
137
125
  "examples": [
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"
126
+ "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'",
127
+ "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"
140
128
  ],
141
129
  "flags": {
142
130
  "json": {
@@ -189,85 +177,104 @@
189
177
  "multiple": false,
190
178
  "type": "option"
191
179
  },
192
- "snapshot": {
193
- "char": "s",
194
- "description": "The IDs of scratch org snapshots start with 0Oo.",
195
- "name": "snapshot",
180
+ "source-org": {
181
+ "aliases": [
182
+ "sourceorg"
183
+ ],
184
+ "char": "o",
185
+ "deprecateAliases": true,
186
+ "name": "source-org",
196
187
  "required": true,
197
- "summary": "Name or ID of snapshot to delete.",
188
+ "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
198
189
  "hasDynamicHelp": false,
199
190
  "multiple": false,
200
191
  "type": "option"
201
192
  },
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"
193
+ "name": {
194
+ "aliases": [
195
+ "snapshotname"
196
+ ],
197
+ "char": "n",
198
+ "deprecateAliases": true,
199
+ "name": "name",
200
+ "required": true,
201
+ "summary": "Unique name of snapshot.",
202
+ "hasDynamicHelp": false,
203
+ "multiple": false,
204
+ "type": "option"
205
+ },
206
+ "description": {
207
+ "char": "d",
208
+ "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.",
209
+ "name": "description",
210
+ "summary": "Description of snapshot.",
211
+ "hasDynamicHelp": false,
212
+ "multiple": false,
213
+ "type": "option"
208
214
  }
209
215
  },
210
216
  "hasDynamicHelp": true,
211
217
  "hiddenAliases": [],
212
- "id": "org:delete:snapshot",
218
+ "id": "org:create:snapshot",
213
219
  "pluginAlias": "@salesforce/plugin-signups",
214
220
  "pluginName": "@salesforce/plugin-signups",
215
221
  "pluginType": "core",
216
222
  "strict": true,
217
- "summary": "Delete a scratch org snapshot.",
223
+ "summary": "Create a snapshot of a scratch org.",
218
224
  "enableJsonFlag": true,
219
225
  "isESM": true,
220
226
  "relativePath": [
221
227
  "lib",
222
228
  "commands",
223
229
  "org",
224
- "delete",
230
+ "create",
225
231
  "snapshot.js"
226
232
  ],
227
233
  "aliasPermutations": [
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"
234
+ "force:org:snapshot:create",
235
+ "org:force:snapshot:create",
236
+ "org:snapshot:force:create",
237
+ "org:snapshot:create:force",
238
+ "force:snapshot:org:create",
239
+ "snapshot:force:org:create",
240
+ "snapshot:org:force:create",
241
+ "snapshot:org:create:force",
242
+ "force:snapshot:create:org",
243
+ "snapshot:force:create:org",
244
+ "snapshot:create:force:org",
245
+ "snapshot:create:org:force",
246
+ "force:org:create:snapshot",
247
+ "org:force:create:snapshot",
248
+ "org:create:force:snapshot",
249
+ "org:create:snapshot:force",
250
+ "force:create:org:snapshot",
251
+ "create:force:org:snapshot",
252
+ "create:org:force:snapshot",
253
+ "create:org:snapshot:force",
254
+ "force:create:snapshot:org",
255
+ "create:force:snapshot:org",
256
+ "create:snapshot:force:org",
257
+ "create:snapshot:org:force"
252
258
  ],
253
259
  "permutations": [
254
- "org:delete:snapshot",
255
- "delete:org:snapshot",
256
- "delete:snapshot:org",
257
- "org:snapshot:delete",
258
- "snapshot:org:delete",
259
- "snapshot:delete:org"
260
+ "org:create:snapshot",
261
+ "create:org:snapshot",
262
+ "create:snapshot:org",
263
+ "org:snapshot:create",
264
+ "snapshot:org:create",
265
+ "snapshot:create:org"
260
266
  ]
261
267
  },
262
- "org:create:shape": {
268
+ "org:delete:shape": {
263
269
  "aliases": [
264
- "force:org:shape:create"
270
+ "force:org:shape:delete"
265
271
  ],
266
272
  "args": {},
267
273
  "deprecateAliases": true,
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.",
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.",
269
275
  "examples": [
270
- "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
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"
271
278
  ],
272
279
  "flags": {
273
280
  "json": {
@@ -320,70 +327,81 @@
320
327
  "hasDynamicHelp": false,
321
328
  "multiple": false,
322
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"
323
341
  }
324
342
  },
325
343
  "hasDynamicHelp": true,
326
344
  "hiddenAliases": [],
327
- "id": "org:create:shape",
345
+ "id": "org:delete:shape",
328
346
  "pluginAlias": "@salesforce/plugin-signups",
329
347
  "pluginName": "@salesforce/plugin-signups",
330
348
  "pluginType": "core",
331
349
  "strict": true,
332
- "summary": "Create a scratch org configuration (shape) based on the specified source org.",
350
+ "summary": "Delete all org shapes for a target org.",
333
351
  "enableJsonFlag": true,
334
352
  "isESM": true,
335
353
  "relativePath": [
336
354
  "lib",
337
355
  "commands",
338
356
  "org",
339
- "create",
357
+ "delete",
340
358
  "shape.js"
341
359
  ],
342
360
  "aliasPermutations": [
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"
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"
367
385
  ],
368
386
  "permutations": [
369
- "org:create:shape",
370
- "create:org:shape",
371
- "create:shape:org",
372
- "org:shape:create",
373
- "shape:org:create",
374
- "shape:create: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"
375
393
  ]
376
394
  },
377
- "org:create:snapshot": {
395
+ "org:delete:snapshot": {
378
396
  "aliases": [
379
- "force:org:snapshot:create"
397
+ "force:org:snapshot:delete"
380
398
  ],
381
399
  "args": {},
382
400
  "deprecateAliases": true,
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.",
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.",
384
402
  "examples": [
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"
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"
387
405
  ],
388
406
  "flags": {
389
407
  "json": {
@@ -436,92 +454,74 @@
436
454
  "multiple": false,
437
455
  "type": "option"
438
456
  },
439
- "source-org": {
440
- "aliases": [
441
- "sourceorg"
442
- ],
443
- "char": "o",
444
- "deprecateAliases": true,
445
- "name": "source-org",
446
- "required": true,
447
- "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
448
- "hasDynamicHelp": false,
449
- "multiple": false,
450
- "type": "option"
451
- },
452
- "name": {
453
- "aliases": [
454
- "snapshotname"
455
- ],
456
- "char": "n",
457
- "deprecateAliases": true,
458
- "name": "name",
457
+ "snapshot": {
458
+ "char": "s",
459
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
460
+ "name": "snapshot",
459
461
  "required": true,
460
- "summary": "Unique name of snapshot.",
462
+ "summary": "Name or ID of snapshot to delete.",
461
463
  "hasDynamicHelp": false,
462
464
  "multiple": false,
463
465
  "type": "option"
464
466
  },
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"
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
473
  }
474
474
  },
475
475
  "hasDynamicHelp": true,
476
476
  "hiddenAliases": [],
477
- "id": "org:create:snapshot",
477
+ "id": "org:delete:snapshot",
478
478
  "pluginAlias": "@salesforce/plugin-signups",
479
479
  "pluginName": "@salesforce/plugin-signups",
480
480
  "pluginType": "core",
481
481
  "strict": true,
482
- "summary": "Create a snapshot of a scratch org.",
482
+ "summary": "Delete a scratch org snapshot.",
483
483
  "enableJsonFlag": true,
484
484
  "isESM": true,
485
485
  "relativePath": [
486
486
  "lib",
487
487
  "commands",
488
488
  "org",
489
- "create",
489
+ "delete",
490
490
  "snapshot.js"
491
491
  ],
492
492
  "aliasPermutations": [
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"
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"
517
517
  ],
518
518
  "permutations": [
519
- "org:create:snapshot",
520
- "create:org:snapshot",
521
- "create:snapshot:org",
522
- "org:snapshot:create",
523
- "snapshot:org:create",
524
- "snapshot:create: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"
525
525
  ]
526
526
  },
527
527
  "org:get:snapshot": {
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.48"
865
+ "version": "2.6.49"
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.48",
4
+ "version": "2.6.49",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -12,10 +12,10 @@
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.3.5",
15
+ "@oclif/plugin-command-snapshot": "^5.3.6",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.41",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.66",
18
+ "@salesforce/plugin-command-reference": "^3.1.72",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "@types/chai-as-promised": "^7.1.8",
21
21
  "@types/chai-string": "^1.4.5",
@@ -23,7 +23,7 @@
23
23
  "chai-string": "^1.6.0",
24
24
  "eslint-plugin-sf-plugin": "^1.20.32",
25
25
  "jsforce": "^2.0.0-beta.28",
26
- "oclif": "^4.22.18",
26
+ "oclif": "^4.22.22",
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.48.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.48.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.49.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.49.sig"
225
225
  }
226
226
  }