@salesforce/plugin-signups 2.3.12 → 2.3.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -266,6 +266,132 @@
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
+ },
269
395
  "org:delete:shape": {
270
396
  "aliases": [
271
397
  "force:org:shape:delete"
@@ -526,132 +652,6 @@
526
652
  "snapshot:delete:org"
527
653
  ]
528
654
  },
529
- "org:get:snapshot": {
530
- "aliases": [
531
- "force:org:snapshot:get"
532
- ],
533
- "args": {},
534
- "deprecateAliases": true,
535
- "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\".",
536
- "examples": [
537
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
538
- "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"
539
- ],
540
- "flags": {
541
- "json": {
542
- "description": "Format output as json.",
543
- "helpGroup": "GLOBAL",
544
- "name": "json",
545
- "allowNo": false,
546
- "type": "boolean"
547
- },
548
- "flags-dir": {
549
- "helpGroup": "GLOBAL",
550
- "name": "flags-dir",
551
- "summary": "Import flag values from a directory.",
552
- "hasDynamicHelp": false,
553
- "multiple": false,
554
- "type": "option"
555
- },
556
- "target-dev-hub": {
557
- "aliases": [
558
- "targetdevhubusername"
559
- ],
560
- "char": "v",
561
- "deprecateAliases": true,
562
- "name": "target-dev-hub",
563
- "noCacheDefault": true,
564
- "required": true,
565
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
566
- "hasDynamicHelp": true,
567
- "multiple": false,
568
- "type": "option"
569
- },
570
- "api-version": {
571
- "aliases": [
572
- "apiversion"
573
- ],
574
- "deprecateAliases": true,
575
- "description": "Override the api version used for api requests made by this command",
576
- "name": "api-version",
577
- "hasDynamicHelp": false,
578
- "multiple": false,
579
- "type": "option"
580
- },
581
- "loglevel": {
582
- "deprecated": {
583
- "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."
584
- },
585
- "hidden": true,
586
- "name": "loglevel",
587
- "hasDynamicHelp": false,
588
- "multiple": false,
589
- "type": "option"
590
- },
591
- "snapshot": {
592
- "char": "s",
593
- "description": "The IDs of scratch org snapshots start with 0Oo.",
594
- "name": "snapshot",
595
- "required": true,
596
- "summary": "Name or ID of snapshot to retrieve.",
597
- "hasDynamicHelp": false,
598
- "multiple": false,
599
- "type": "option"
600
- }
601
- },
602
- "hasDynamicHelp": true,
603
- "hiddenAliases": [],
604
- "id": "org:get:snapshot",
605
- "pluginAlias": "@salesforce/plugin-signups",
606
- "pluginName": "@salesforce/plugin-signups",
607
- "pluginType": "core",
608
- "state": "beta",
609
- "strict": true,
610
- "summary": "Get details about a scratch org snapshot.",
611
- "enableJsonFlag": true,
612
- "isESM": true,
613
- "relativePath": [
614
- "lib",
615
- "commands",
616
- "org",
617
- "get",
618
- "snapshot.js"
619
- ],
620
- "aliasPermutations": [
621
- "force:org:snapshot:get",
622
- "org:force:snapshot:get",
623
- "org:snapshot:force:get",
624
- "org:snapshot:get:force",
625
- "force:snapshot:org:get",
626
- "snapshot:force:org:get",
627
- "snapshot:org:force:get",
628
- "snapshot:org:get:force",
629
- "force:snapshot:get:org",
630
- "snapshot:force:get:org",
631
- "snapshot:get:force:org",
632
- "snapshot:get:org:force",
633
- "force:org:get:snapshot",
634
- "org:force:get:snapshot",
635
- "org:get:force:snapshot",
636
- "org:get:snapshot:force",
637
- "force:get:org:snapshot",
638
- "get:force:org:snapshot",
639
- "get:org:force:snapshot",
640
- "get:org:snapshot:force",
641
- "force:get:snapshot:org",
642
- "get:force:snapshot:org",
643
- "get:snapshot:force:org",
644
- "get:snapshot:org:force"
645
- ],
646
- "permutations": [
647
- "org:get:snapshot",
648
- "get:org:snapshot",
649
- "get:snapshot:org",
650
- "org:snapshot:get",
651
- "snapshot:org:get",
652
- "snapshot:get:org"
653
- ]
654
- },
655
655
  "org:list:shape": {
656
656
  "aliases": [
657
657
  "force:org:shape:list"
@@ -866,5 +866,5 @@
866
866
  ]
867
867
  }
868
868
  },
869
- "version": "2.3.12"
869
+ "version": "2.3.13"
870
870
  }
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.3.12",
4
+ "version": "2.3.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^7.3.12",
10
- "@salesforce/kit": "^3.1.4",
11
- "@salesforce/sf-plugins-core": "^10.0.0",
9
+ "@salesforce/core": "^8.0.1",
10
+ "@salesforce/kit": "^3.1.6",
11
+ "@salesforce/sf-plugins-core": "^11.1.1",
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.2.2",
16
- "@salesforce/cli-plugins-testkit": "^5.3.4",
17
- "@salesforce/dev-scripts": "^10.1.0",
18
- "@salesforce/plugin-command-reference": "^3.1.0",
19
- "@salesforce/ts-types": "^2.0.9",
15
+ "@oclif/plugin-command-snapshot": "^5.2.3",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.15",
17
+ "@salesforce/dev-scripts": "^10.2.1",
18
+ "@salesforce/plugin-command-reference": "^3.1.4",
19
+ "@salesforce/ts-types": "^2.0.10",
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.18.5",
24
+ "eslint-plugin-sf-plugin": "^1.18.8",
25
25
  "jsforce": "^2.0.0-beta.28",
26
- "oclif": "^4.13.1",
26
+ "oclif": "^4.13.6",
27
27
  "ts-node": "^10.9.2",
28
28
  "typescript": "^5.4.5"
29
29
  },
@@ -255,7 +255,7 @@
255
255
  "exports": "./lib/index.js",
256
256
  "type": "module",
257
257
  "sfdx": {
258
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.12.crt",
259
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.12.sig"
258
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.13.crt",
259
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.13.sig"
260
260
  }
261
261
  }