@salesforce/plugin-signups 2.2.0 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +9 -9
- package/messages/snapshot.delete.md +1 -1
- package/npm-shrinkwrap.json +524 -474
- package/oclif.lock +343 -234
- package/oclif.manifest.json +128 -128
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
@@ -266,132 +266,6 @@
|
|
266
266
|
"snapshot:create:org"
|
267
267
|
]
|
268
268
|
},
|
269
|
-
"org:get:snapshot": {
|
270
|
-
"aliases": [
|
271
|
-
"force:org:snapshot:get"
|
272
|
-
],
|
273
|
-
"args": {},
|
274
|
-
"deprecateAliases": true,
|
275
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
276
|
-
"examples": [
|
277
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
278
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
279
|
-
],
|
280
|
-
"flags": {
|
281
|
-
"json": {
|
282
|
-
"description": "Format output as json.",
|
283
|
-
"helpGroup": "GLOBAL",
|
284
|
-
"name": "json",
|
285
|
-
"allowNo": false,
|
286
|
-
"type": "boolean"
|
287
|
-
},
|
288
|
-
"flags-dir": {
|
289
|
-
"helpGroup": "GLOBAL",
|
290
|
-
"name": "flags-dir",
|
291
|
-
"summary": "Import flag values from a directory.",
|
292
|
-
"hasDynamicHelp": false,
|
293
|
-
"multiple": false,
|
294
|
-
"type": "option"
|
295
|
-
},
|
296
|
-
"target-dev-hub": {
|
297
|
-
"aliases": [
|
298
|
-
"targetdevhubusername"
|
299
|
-
],
|
300
|
-
"char": "v",
|
301
|
-
"deprecateAliases": true,
|
302
|
-
"name": "target-dev-hub",
|
303
|
-
"noCacheDefault": true,
|
304
|
-
"required": true,
|
305
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
306
|
-
"hasDynamicHelp": true,
|
307
|
-
"multiple": false,
|
308
|
-
"type": "option"
|
309
|
-
},
|
310
|
-
"api-version": {
|
311
|
-
"aliases": [
|
312
|
-
"apiversion"
|
313
|
-
],
|
314
|
-
"deprecateAliases": true,
|
315
|
-
"description": "Override the api version used for api requests made by this command",
|
316
|
-
"name": "api-version",
|
317
|
-
"hasDynamicHelp": false,
|
318
|
-
"multiple": false,
|
319
|
-
"type": "option"
|
320
|
-
},
|
321
|
-
"loglevel": {
|
322
|
-
"deprecated": {
|
323
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
324
|
-
},
|
325
|
-
"hidden": true,
|
326
|
-
"name": "loglevel",
|
327
|
-
"hasDynamicHelp": false,
|
328
|
-
"multiple": false,
|
329
|
-
"type": "option"
|
330
|
-
},
|
331
|
-
"snapshot": {
|
332
|
-
"char": "s",
|
333
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
334
|
-
"name": "snapshot",
|
335
|
-
"required": true,
|
336
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
337
|
-
"hasDynamicHelp": false,
|
338
|
-
"multiple": false,
|
339
|
-
"type": "option"
|
340
|
-
}
|
341
|
-
},
|
342
|
-
"hasDynamicHelp": true,
|
343
|
-
"hiddenAliases": [],
|
344
|
-
"id": "org:get:snapshot",
|
345
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
346
|
-
"pluginName": "@salesforce/plugin-signups",
|
347
|
-
"pluginType": "core",
|
348
|
-
"state": "beta",
|
349
|
-
"strict": true,
|
350
|
-
"summary": "Get details about a scratch org snapshot.",
|
351
|
-
"enableJsonFlag": true,
|
352
|
-
"isESM": true,
|
353
|
-
"relativePath": [
|
354
|
-
"lib",
|
355
|
-
"commands",
|
356
|
-
"org",
|
357
|
-
"get",
|
358
|
-
"snapshot.js"
|
359
|
-
],
|
360
|
-
"aliasPermutations": [
|
361
|
-
"force:org:snapshot:get",
|
362
|
-
"org:force:snapshot:get",
|
363
|
-
"org:snapshot:force:get",
|
364
|
-
"org:snapshot:get:force",
|
365
|
-
"force:snapshot:org:get",
|
366
|
-
"snapshot:force:org:get",
|
367
|
-
"snapshot:org:force:get",
|
368
|
-
"snapshot:org:get:force",
|
369
|
-
"force:snapshot:get:org",
|
370
|
-
"snapshot:force:get:org",
|
371
|
-
"snapshot:get:force:org",
|
372
|
-
"snapshot:get:org:force",
|
373
|
-
"force:org:get:snapshot",
|
374
|
-
"org:force:get:snapshot",
|
375
|
-
"org:get:force:snapshot",
|
376
|
-
"org:get:snapshot:force",
|
377
|
-
"force:get:org:snapshot",
|
378
|
-
"get:force:org:snapshot",
|
379
|
-
"get:org:force:snapshot",
|
380
|
-
"get:org:snapshot:force",
|
381
|
-
"force:get:snapshot:org",
|
382
|
-
"get:force:snapshot:org",
|
383
|
-
"get:snapshot:force:org",
|
384
|
-
"get:snapshot:org:force"
|
385
|
-
],
|
386
|
-
"permutations": [
|
387
|
-
"org:get:snapshot",
|
388
|
-
"get:org:snapshot",
|
389
|
-
"get:snapshot:org",
|
390
|
-
"org:snapshot:get",
|
391
|
-
"snapshot:org:get",
|
392
|
-
"snapshot:get:org"
|
393
|
-
]
|
394
|
-
},
|
395
269
|
"org:delete:shape": {
|
396
270
|
"aliases": [
|
397
271
|
"force:org:shape:delete"
|
@@ -525,7 +399,7 @@
|
|
525
399
|
],
|
526
400
|
"args": {},
|
527
401
|
"deprecateAliases": true,
|
528
|
-
"description": "Dev Hub admins can delete any snapshot
|
402
|
+
"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.",
|
529
403
|
"examples": [
|
530
404
|
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
531
405
|
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
@@ -645,6 +519,132 @@
|
|
645
519
|
"snapshot:delete:org"
|
646
520
|
]
|
647
521
|
},
|
522
|
+
"org:get:snapshot": {
|
523
|
+
"aliases": [
|
524
|
+
"force:org:snapshot:get"
|
525
|
+
],
|
526
|
+
"args": {},
|
527
|
+
"deprecateAliases": true,
|
528
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
529
|
+
"examples": [
|
530
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
531
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
532
|
+
],
|
533
|
+
"flags": {
|
534
|
+
"json": {
|
535
|
+
"description": "Format output as json.",
|
536
|
+
"helpGroup": "GLOBAL",
|
537
|
+
"name": "json",
|
538
|
+
"allowNo": false,
|
539
|
+
"type": "boolean"
|
540
|
+
},
|
541
|
+
"flags-dir": {
|
542
|
+
"helpGroup": "GLOBAL",
|
543
|
+
"name": "flags-dir",
|
544
|
+
"summary": "Import flag values from a directory.",
|
545
|
+
"hasDynamicHelp": false,
|
546
|
+
"multiple": false,
|
547
|
+
"type": "option"
|
548
|
+
},
|
549
|
+
"target-dev-hub": {
|
550
|
+
"aliases": [
|
551
|
+
"targetdevhubusername"
|
552
|
+
],
|
553
|
+
"char": "v",
|
554
|
+
"deprecateAliases": true,
|
555
|
+
"name": "target-dev-hub",
|
556
|
+
"noCacheDefault": true,
|
557
|
+
"required": true,
|
558
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
559
|
+
"hasDynamicHelp": true,
|
560
|
+
"multiple": false,
|
561
|
+
"type": "option"
|
562
|
+
},
|
563
|
+
"api-version": {
|
564
|
+
"aliases": [
|
565
|
+
"apiversion"
|
566
|
+
],
|
567
|
+
"deprecateAliases": true,
|
568
|
+
"description": "Override the api version used for api requests made by this command",
|
569
|
+
"name": "api-version",
|
570
|
+
"hasDynamicHelp": false,
|
571
|
+
"multiple": false,
|
572
|
+
"type": "option"
|
573
|
+
},
|
574
|
+
"loglevel": {
|
575
|
+
"deprecated": {
|
576
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
577
|
+
},
|
578
|
+
"hidden": true,
|
579
|
+
"name": "loglevel",
|
580
|
+
"hasDynamicHelp": false,
|
581
|
+
"multiple": false,
|
582
|
+
"type": "option"
|
583
|
+
},
|
584
|
+
"snapshot": {
|
585
|
+
"char": "s",
|
586
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
587
|
+
"name": "snapshot",
|
588
|
+
"required": true,
|
589
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
590
|
+
"hasDynamicHelp": false,
|
591
|
+
"multiple": false,
|
592
|
+
"type": "option"
|
593
|
+
}
|
594
|
+
},
|
595
|
+
"hasDynamicHelp": true,
|
596
|
+
"hiddenAliases": [],
|
597
|
+
"id": "org:get:snapshot",
|
598
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
599
|
+
"pluginName": "@salesforce/plugin-signups",
|
600
|
+
"pluginType": "core",
|
601
|
+
"state": "beta",
|
602
|
+
"strict": true,
|
603
|
+
"summary": "Get details about a scratch org snapshot.",
|
604
|
+
"enableJsonFlag": true,
|
605
|
+
"isESM": true,
|
606
|
+
"relativePath": [
|
607
|
+
"lib",
|
608
|
+
"commands",
|
609
|
+
"org",
|
610
|
+
"get",
|
611
|
+
"snapshot.js"
|
612
|
+
],
|
613
|
+
"aliasPermutations": [
|
614
|
+
"force:org:snapshot:get",
|
615
|
+
"org:force:snapshot:get",
|
616
|
+
"org:snapshot:force:get",
|
617
|
+
"org:snapshot:get:force",
|
618
|
+
"force:snapshot:org:get",
|
619
|
+
"snapshot:force:org:get",
|
620
|
+
"snapshot:org:force:get",
|
621
|
+
"snapshot:org:get:force",
|
622
|
+
"force:snapshot:get:org",
|
623
|
+
"snapshot:force:get:org",
|
624
|
+
"snapshot:get:force:org",
|
625
|
+
"snapshot:get:org:force",
|
626
|
+
"force:org:get:snapshot",
|
627
|
+
"org:force:get:snapshot",
|
628
|
+
"org:get:force:snapshot",
|
629
|
+
"org:get:snapshot:force",
|
630
|
+
"force:get:org:snapshot",
|
631
|
+
"get:force:org:snapshot",
|
632
|
+
"get:org:force:snapshot",
|
633
|
+
"get:org:snapshot:force",
|
634
|
+
"force:get:snapshot:org",
|
635
|
+
"get:force:snapshot:org",
|
636
|
+
"get:snapshot:force:org",
|
637
|
+
"get:snapshot:org:force"
|
638
|
+
],
|
639
|
+
"permutations": [
|
640
|
+
"org:get:snapshot",
|
641
|
+
"get:org:snapshot",
|
642
|
+
"get:snapshot:org",
|
643
|
+
"org:snapshot:get",
|
644
|
+
"snapshot:org:get",
|
645
|
+
"snapshot:get:org"
|
646
|
+
]
|
647
|
+
},
|
648
648
|
"org:list:shape": {
|
649
649
|
"aliases": [
|
650
650
|
"force:org:shape:list"
|
@@ -859,5 +859,5 @@
|
|
859
859
|
]
|
860
860
|
}
|
861
861
|
},
|
862
|
-
"version": "2.2.
|
862
|
+
"version": "2.2.2"
|
863
863
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.2.
|
4
|
+
"version": "2.2.2",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.26.2",
|
9
|
-
"@salesforce/core": "^7.0
|
9
|
+
"@salesforce/core": "^7.2.0",
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
18
18
|
"@salesforce/dev-scripts": "^9.0.0",
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.76",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"chai-string": "^1.5.0",
|
25
25
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
|
-
"oclif": "^4.
|
27
|
+
"oclif": "^4.8.2",
|
28
28
|
"ts-node": "^10.9.2",
|
29
|
-
"typescript": "^5.4.
|
29
|
+
"typescript": "^5.4.5"
|
30
30
|
},
|
31
31
|
"config": {},
|
32
32
|
"engines": {
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.2.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.2.sig"
|
261
261
|
}
|
262
262
|
}
|