@salesforce/cli 2.115.12 → 2.116.0

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.
@@ -3375,131 +3375,6 @@
3375
3375
  "snapshot:create:org"
3376
3376
  ]
3377
3377
  },
3378
- "org:get:snapshot": {
3379
- "aliases": [
3380
- "force:org:snapshot:get"
3381
- ],
3382
- "args": {},
3383
- "deprecateAliases": true,
3384
- "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\".",
3385
- "examples": [
3386
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3387
- "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"
3388
- ],
3389
- "flags": {
3390
- "json": {
3391
- "description": "Format output as json.",
3392
- "helpGroup": "GLOBAL",
3393
- "name": "json",
3394
- "allowNo": false,
3395
- "type": "boolean"
3396
- },
3397
- "flags-dir": {
3398
- "helpGroup": "GLOBAL",
3399
- "name": "flags-dir",
3400
- "summary": "Import flag values from a directory.",
3401
- "hasDynamicHelp": false,
3402
- "multiple": false,
3403
- "type": "option"
3404
- },
3405
- "target-dev-hub": {
3406
- "aliases": [
3407
- "targetdevhubusername"
3408
- ],
3409
- "char": "v",
3410
- "deprecateAliases": true,
3411
- "name": "target-dev-hub",
3412
- "noCacheDefault": true,
3413
- "required": true,
3414
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3415
- "hasDynamicHelp": true,
3416
- "multiple": false,
3417
- "type": "option"
3418
- },
3419
- "api-version": {
3420
- "aliases": [
3421
- "apiversion"
3422
- ],
3423
- "deprecateAliases": true,
3424
- "description": "Override the api version used for api requests made by this command",
3425
- "name": "api-version",
3426
- "hasDynamicHelp": false,
3427
- "multiple": false,
3428
- "type": "option"
3429
- },
3430
- "loglevel": {
3431
- "deprecated": {
3432
- "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."
3433
- },
3434
- "hidden": true,
3435
- "name": "loglevel",
3436
- "hasDynamicHelp": false,
3437
- "multiple": false,
3438
- "type": "option"
3439
- },
3440
- "snapshot": {
3441
- "char": "s",
3442
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3443
- "name": "snapshot",
3444
- "required": true,
3445
- "summary": "Name or ID of snapshot to retrieve.",
3446
- "hasDynamicHelp": false,
3447
- "multiple": false,
3448
- "type": "option"
3449
- }
3450
- },
3451
- "hasDynamicHelp": true,
3452
- "hiddenAliases": [],
3453
- "id": "org:get:snapshot",
3454
- "pluginAlias": "@salesforce/plugin-signups",
3455
- "pluginName": "@salesforce/plugin-signups",
3456
- "pluginType": "jit",
3457
- "strict": true,
3458
- "summary": "Get details about a scratch org snapshot.",
3459
- "enableJsonFlag": true,
3460
- "isESM": true,
3461
- "relativePath": [
3462
- "lib",
3463
- "commands",
3464
- "org",
3465
- "get",
3466
- "snapshot.js"
3467
- ],
3468
- "aliasPermutations": [
3469
- "force:org:snapshot:get",
3470
- "org:force:snapshot:get",
3471
- "org:snapshot:force:get",
3472
- "org:snapshot:get:force",
3473
- "force:snapshot:org:get",
3474
- "snapshot:force:org:get",
3475
- "snapshot:org:force:get",
3476
- "snapshot:org:get:force",
3477
- "force:snapshot:get:org",
3478
- "snapshot:force:get:org",
3479
- "snapshot:get:force:org",
3480
- "snapshot:get:org:force",
3481
- "force:org:get:snapshot",
3482
- "org:force:get:snapshot",
3483
- "org:get:force:snapshot",
3484
- "org:get:snapshot:force",
3485
- "force:get:org:snapshot",
3486
- "get:force:org:snapshot",
3487
- "get:org:force:snapshot",
3488
- "get:org:snapshot:force",
3489
- "force:get:snapshot:org",
3490
- "get:force:snapshot:org",
3491
- "get:snapshot:force:org",
3492
- "get:snapshot:org:force"
3493
- ],
3494
- "permutations": [
3495
- "org:get:snapshot",
3496
- "get:org:snapshot",
3497
- "get:snapshot:org",
3498
- "org:snapshot:get",
3499
- "snapshot:org:get",
3500
- "snapshot:get:org"
3501
- ]
3502
- },
3503
3378
  "org:delete:shape": {
3504
3379
  "aliases": [
3505
3380
  "force:org:shape:delete"
@@ -3759,6 +3634,131 @@
3759
3634
  "snapshot:delete:org"
3760
3635
  ]
3761
3636
  },
3637
+ "org:get:snapshot": {
3638
+ "aliases": [
3639
+ "force:org:snapshot:get"
3640
+ ],
3641
+ "args": {},
3642
+ "deprecateAliases": true,
3643
+ "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\".",
3644
+ "examples": [
3645
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3646
+ "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"
3647
+ ],
3648
+ "flags": {
3649
+ "json": {
3650
+ "description": "Format output as json.",
3651
+ "helpGroup": "GLOBAL",
3652
+ "name": "json",
3653
+ "allowNo": false,
3654
+ "type": "boolean"
3655
+ },
3656
+ "flags-dir": {
3657
+ "helpGroup": "GLOBAL",
3658
+ "name": "flags-dir",
3659
+ "summary": "Import flag values from a directory.",
3660
+ "hasDynamicHelp": false,
3661
+ "multiple": false,
3662
+ "type": "option"
3663
+ },
3664
+ "target-dev-hub": {
3665
+ "aliases": [
3666
+ "targetdevhubusername"
3667
+ ],
3668
+ "char": "v",
3669
+ "deprecateAliases": true,
3670
+ "name": "target-dev-hub",
3671
+ "noCacheDefault": true,
3672
+ "required": true,
3673
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3674
+ "hasDynamicHelp": true,
3675
+ "multiple": false,
3676
+ "type": "option"
3677
+ },
3678
+ "api-version": {
3679
+ "aliases": [
3680
+ "apiversion"
3681
+ ],
3682
+ "deprecateAliases": true,
3683
+ "description": "Override the api version used for api requests made by this command",
3684
+ "name": "api-version",
3685
+ "hasDynamicHelp": false,
3686
+ "multiple": false,
3687
+ "type": "option"
3688
+ },
3689
+ "loglevel": {
3690
+ "deprecated": {
3691
+ "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."
3692
+ },
3693
+ "hidden": true,
3694
+ "name": "loglevel",
3695
+ "hasDynamicHelp": false,
3696
+ "multiple": false,
3697
+ "type": "option"
3698
+ },
3699
+ "snapshot": {
3700
+ "char": "s",
3701
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3702
+ "name": "snapshot",
3703
+ "required": true,
3704
+ "summary": "Name or ID of snapshot to retrieve.",
3705
+ "hasDynamicHelp": false,
3706
+ "multiple": false,
3707
+ "type": "option"
3708
+ }
3709
+ },
3710
+ "hasDynamicHelp": true,
3711
+ "hiddenAliases": [],
3712
+ "id": "org:get:snapshot",
3713
+ "pluginAlias": "@salesforce/plugin-signups",
3714
+ "pluginName": "@salesforce/plugin-signups",
3715
+ "pluginType": "jit",
3716
+ "strict": true,
3717
+ "summary": "Get details about a scratch org snapshot.",
3718
+ "enableJsonFlag": true,
3719
+ "isESM": true,
3720
+ "relativePath": [
3721
+ "lib",
3722
+ "commands",
3723
+ "org",
3724
+ "get",
3725
+ "snapshot.js"
3726
+ ],
3727
+ "aliasPermutations": [
3728
+ "force:org:snapshot:get",
3729
+ "org:force:snapshot:get",
3730
+ "org:snapshot:force:get",
3731
+ "org:snapshot:get:force",
3732
+ "force:snapshot:org:get",
3733
+ "snapshot:force:org:get",
3734
+ "snapshot:org:force:get",
3735
+ "snapshot:org:get:force",
3736
+ "force:snapshot:get:org",
3737
+ "snapshot:force:get:org",
3738
+ "snapshot:get:force:org",
3739
+ "snapshot:get:org:force",
3740
+ "force:org:get:snapshot",
3741
+ "org:force:get:snapshot",
3742
+ "org:get:force:snapshot",
3743
+ "org:get:snapshot:force",
3744
+ "force:get:org:snapshot",
3745
+ "get:force:org:snapshot",
3746
+ "get:org:force:snapshot",
3747
+ "get:org:snapshot:force",
3748
+ "force:get:snapshot:org",
3749
+ "get:force:snapshot:org",
3750
+ "get:snapshot:force:org",
3751
+ "get:snapshot:org:force"
3752
+ ],
3753
+ "permutations": [
3754
+ "org:get:snapshot",
3755
+ "get:org:snapshot",
3756
+ "get:snapshot:org",
3757
+ "org:snapshot:get",
3758
+ "snapshot:org:get",
3759
+ "snapshot:get:org"
3760
+ ]
3761
+ },
3762
3762
  "org:list:shape": {
3763
3763
  "aliases": [
3764
3764
  "force:org:shape:list"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.115.12"
4183
+ "version": "2.116.0"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.115.12",
4
+ "version": "2.116.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,13 +76,13 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-code-analyzer": "5.6.1",
80
- "@salesforce/plugin-community": "3.3.45",
79
+ "@salesforce/plugin-code-analyzer": "5.7.0",
80
+ "@salesforce/plugin-community": "3.3.46",
81
81
  "@salesforce/plugin-custom-metadata": "3.3.70",
82
82
  "@salesforce/plugin-dev": "2.5.1",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
- "@salesforce/plugin-flow": "1.0.4",
85
- "@salesforce/plugin-signups": "2.6.54",
84
+ "@salesforce/plugin-flow": "1.0.5",
85
+ "@salesforce/plugin-signups": "2.6.55",
86
86
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
87
87
  },
88
88
  "devPlugins": [
@@ -157,24 +157,24 @@
157
157
  "@oclif/plugin-which": "3.2.42",
158
158
  "@salesforce/core": "^8.9.1",
159
159
  "@salesforce/kit": "^3.1.6",
160
- "@salesforce/plugin-agent": "1.24.34",
161
- "@salesforce/plugin-apex": "3.8.9",
160
+ "@salesforce/plugin-agent": "1.24.35",
161
+ "@salesforce/plugin-apex": "3.8.10",
162
162
  "@salesforce/plugin-api": "1.3.3",
163
- "@salesforce/plugin-auth": "3.9.19",
163
+ "@salesforce/plugin-auth": "3.9.22",
164
164
  "@salesforce/plugin-data": "4.0.64",
165
165
  "@salesforce/plugin-deploy-retrieve": "3.24.2",
166
166
  "@salesforce/plugin-info": "3.4.96",
167
- "@salesforce/plugin-limits": "3.3.71",
167
+ "@salesforce/plugin-limits": "3.3.72",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",
169
- "@salesforce/plugin-org": "5.9.48",
170
- "@salesforce/plugin-packaging": "2.23.3",
169
+ "@salesforce/plugin-org": "5.9.50",
170
+ "@salesforce/plugin-packaging": "2.23.5",
171
171
  "@salesforce/plugin-schema": "3.3.88",
172
172
  "@salesforce/plugin-settings": "2.4.51",
173
173
  "@salesforce/plugin-sobject": "1.4.79",
174
- "@salesforce/plugin-telemetry": "3.6.67",
175
- "@salesforce/plugin-templates": "56.3.71",
174
+ "@salesforce/plugin-telemetry": "3.6.68",
175
+ "@salesforce/plugin-templates": "56.3.72",
176
176
  "@salesforce/plugin-trust": "3.7.113",
177
- "@salesforce/plugin-user": "3.6.41",
177
+ "@salesforce/plugin-user": "3.6.42",
178
178
  "@salesforce/sf-plugins-core": "12.2.6",
179
179
  "ansis": "^3.12.0"
180
180
  },