@salesforce/plugin-signups 2.5.21 → 2.5.23

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