@salesforce/cli 2.87.3 → 2.87.4

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.
@@ -3064,131 +3064,16 @@
3064
3064
  "test:run:flow"
3065
3065
  ]
3066
3066
  },
3067
- "org:create:shape": {
3068
- "aliases": [
3069
- "force:org:shape:create"
3070
- ],
3071
- "args": {},
3072
- "deprecateAliases": true,
3073
- "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.",
3074
- "examples": [
3075
- "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3076
- ],
3077
- "flags": {
3078
- "json": {
3079
- "description": "Format output as json.",
3080
- "helpGroup": "GLOBAL",
3081
- "name": "json",
3082
- "allowNo": false,
3083
- "type": "boolean"
3084
- },
3085
- "flags-dir": {
3086
- "helpGroup": "GLOBAL",
3087
- "name": "flags-dir",
3088
- "summary": "Import flag values from a directory.",
3089
- "hasDynamicHelp": false,
3090
- "multiple": false,
3091
- "type": "option"
3092
- },
3093
- "target-org": {
3094
- "aliases": [
3095
- "targetusername",
3096
- "u"
3097
- ],
3098
- "char": "o",
3099
- "deprecateAliases": true,
3100
- "name": "target-org",
3101
- "noCacheDefault": true,
3102
- "required": true,
3103
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3104
- "hasDynamicHelp": true,
3105
- "multiple": false,
3106
- "type": "option"
3107
- },
3108
- "api-version": {
3109
- "aliases": [
3110
- "apiversion"
3111
- ],
3112
- "deprecateAliases": true,
3113
- "description": "Override the api version used for api requests made by this command",
3114
- "name": "api-version",
3115
- "hasDynamicHelp": false,
3116
- "multiple": false,
3117
- "type": "option"
3118
- },
3119
- "loglevel": {
3120
- "deprecated": {
3121
- "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."
3122
- },
3123
- "hidden": true,
3124
- "name": "loglevel",
3125
- "hasDynamicHelp": false,
3126
- "multiple": false,
3127
- "type": "option"
3128
- }
3129
- },
3130
- "hasDynamicHelp": true,
3131
- "hiddenAliases": [],
3132
- "id": "org:create:shape",
3133
- "pluginAlias": "@salesforce/plugin-signups",
3134
- "pluginName": "@salesforce/plugin-signups",
3135
- "pluginType": "jit",
3136
- "strict": true,
3137
- "summary": "Create a scratch org configuration (shape) based on the specified source org.",
3138
- "enableJsonFlag": true,
3139
- "isESM": true,
3140
- "relativePath": [
3141
- "lib",
3142
- "commands",
3143
- "org",
3144
- "create",
3145
- "shape.js"
3146
- ],
3147
- "aliasPermutations": [
3148
- "force:org:shape:create",
3149
- "org:force:shape:create",
3150
- "org:shape:force:create",
3151
- "org:shape:create:force",
3152
- "force:shape:org:create",
3153
- "shape:force:org:create",
3154
- "shape:org:force:create",
3155
- "shape:org:create:force",
3156
- "force:shape:create:org",
3157
- "shape:force:create:org",
3158
- "shape:create:force:org",
3159
- "shape:create:org:force",
3160
- "force:org:create:shape",
3161
- "org:force:create:shape",
3162
- "org:create:force:shape",
3163
- "org:create:shape:force",
3164
- "force:create:org:shape",
3165
- "create:force:org:shape",
3166
- "create:org:force:shape",
3167
- "create:org:shape:force",
3168
- "force:create:shape:org",
3169
- "create:force:shape:org",
3170
- "create:shape:force:org",
3171
- "create:shape:org:force"
3172
- ],
3173
- "permutations": [
3174
- "org:create:shape",
3175
- "create:org:shape",
3176
- "create:shape:org",
3177
- "org:shape:create",
3178
- "shape:org:create",
3179
- "shape:create:org"
3180
- ]
3181
- },
3182
- "org:create:snapshot": {
3067
+ "org:get:snapshot": {
3183
3068
  "aliases": [
3184
- "force:org:snapshot:create"
3069
+ "force:org:snapshot:get"
3185
3070
  ],
3186
3071
  "args": {},
3187
3072
  "deprecateAliases": true,
3188
- "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.",
3073
+ "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\".",
3189
3074
  "examples": [
3190
- "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'",
3191
- "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"
3075
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3076
+ "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"
3192
3077
  ],
3193
3078
  "flags": {
3194
3079
  "json": {
@@ -3241,37 +3126,12 @@
3241
3126
  "multiple": false,
3242
3127
  "type": "option"
3243
3128
  },
3244
- "source-org": {
3245
- "aliases": [
3246
- "sourceorg"
3247
- ],
3248
- "char": "o",
3249
- "deprecateAliases": true,
3250
- "name": "source-org",
3251
- "required": true,
3252
- "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
3253
- "hasDynamicHelp": false,
3254
- "multiple": false,
3255
- "type": "option"
3256
- },
3257
- "name": {
3258
- "aliases": [
3259
- "snapshotname"
3260
- ],
3261
- "char": "n",
3262
- "deprecateAliases": true,
3263
- "name": "name",
3129
+ "snapshot": {
3130
+ "char": "s",
3131
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3132
+ "name": "snapshot",
3264
3133
  "required": true,
3265
- "summary": "Unique name of snapshot.",
3266
- "hasDynamicHelp": false,
3267
- "multiple": false,
3268
- "type": "option"
3269
- },
3270
- "description": {
3271
- "char": "d",
3272
- "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.",
3273
- "name": "description",
3274
- "summary": "Description of snapshot.",
3134
+ "summary": "Name or ID of snapshot to retrieve.",
3275
3135
  "hasDynamicHelp": false,
3276
3136
  "multiple": false,
3277
3137
  "type": "option"
@@ -3279,54 +3139,54 @@
3279
3139
  },
3280
3140
  "hasDynamicHelp": true,
3281
3141
  "hiddenAliases": [],
3282
- "id": "org:create:snapshot",
3142
+ "id": "org:get:snapshot",
3283
3143
  "pluginAlias": "@salesforce/plugin-signups",
3284
3144
  "pluginName": "@salesforce/plugin-signups",
3285
3145
  "pluginType": "jit",
3286
3146
  "strict": true,
3287
- "summary": "Create a snapshot of a scratch org.",
3147
+ "summary": "Get details about a scratch org snapshot.",
3288
3148
  "enableJsonFlag": true,
3289
3149
  "isESM": true,
3290
3150
  "relativePath": [
3291
3151
  "lib",
3292
3152
  "commands",
3293
3153
  "org",
3294
- "create",
3154
+ "get",
3295
3155
  "snapshot.js"
3296
3156
  ],
3297
3157
  "aliasPermutations": [
3298
- "force:org:snapshot:create",
3299
- "org:force:snapshot:create",
3300
- "org:snapshot:force:create",
3301
- "org:snapshot:create:force",
3302
- "force:snapshot:org:create",
3303
- "snapshot:force:org:create",
3304
- "snapshot:org:force:create",
3305
- "snapshot:org:create:force",
3306
- "force:snapshot:create:org",
3307
- "snapshot:force:create:org",
3308
- "snapshot:create:force:org",
3309
- "snapshot:create:org:force",
3310
- "force:org:create:snapshot",
3311
- "org:force:create:snapshot",
3312
- "org:create:force:snapshot",
3313
- "org:create:snapshot:force",
3314
- "force:create:org:snapshot",
3315
- "create:force:org:snapshot",
3316
- "create:org:force:snapshot",
3317
- "create:org:snapshot:force",
3318
- "force:create:snapshot:org",
3319
- "create:force:snapshot:org",
3320
- "create:snapshot:force:org",
3321
- "create:snapshot:org:force"
3158
+ "force:org:snapshot:get",
3159
+ "org:force:snapshot:get",
3160
+ "org:snapshot:force:get",
3161
+ "org:snapshot:get:force",
3162
+ "force:snapshot:org:get",
3163
+ "snapshot:force:org:get",
3164
+ "snapshot:org:force:get",
3165
+ "snapshot:org:get:force",
3166
+ "force:snapshot:get:org",
3167
+ "snapshot:force:get:org",
3168
+ "snapshot:get:force:org",
3169
+ "snapshot:get:org:force",
3170
+ "force:org:get:snapshot",
3171
+ "org:force:get:snapshot",
3172
+ "org:get:force:snapshot",
3173
+ "org:get:snapshot:force",
3174
+ "force:get:org:snapshot",
3175
+ "get:force:org:snapshot",
3176
+ "get:org:force:snapshot",
3177
+ "get:org:snapshot:force",
3178
+ "force:get:snapshot:org",
3179
+ "get:force:snapshot:org",
3180
+ "get:snapshot:force:org",
3181
+ "get:snapshot:org:force"
3322
3182
  ],
3323
3183
  "permutations": [
3324
- "org:create:snapshot",
3325
- "create:org:snapshot",
3326
- "create:snapshot:org",
3327
- "org:snapshot:create",
3328
- "snapshot:org:create",
3329
- "snapshot:create:org"
3184
+ "org:get:snapshot",
3185
+ "get:org:snapshot",
3186
+ "get:snapshot:org",
3187
+ "org:snapshot:get",
3188
+ "snapshot:org:get",
3189
+ "snapshot:get:org"
3330
3190
  ]
3331
3191
  },
3332
3192
  "org:delete:shape": {
@@ -3588,16 +3448,15 @@
3588
3448
  "snapshot:delete:org"
3589
3449
  ]
3590
3450
  },
3591
- "org:list:shape": {
3451
+ "org:create:shape": {
3592
3452
  "aliases": [
3593
- "force:org:shape:list"
3453
+ "force:org:shape:create"
3594
3454
  ],
3595
3455
  "args": {},
3596
3456
  "deprecateAliases": true,
3597
- "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
3457
+ "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.",
3598
3458
  "examples": [
3599
- "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
3600
- "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
3459
+ "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3601
3460
  ],
3602
3461
  "flags": {
3603
3462
  "json": {
@@ -3615,14 +3474,33 @@
3615
3474
  "multiple": false,
3616
3475
  "type": "option"
3617
3476
  },
3618
- "verbose": {
3619
- "hidden": true,
3620
- "name": "verbose",
3621
- "summary": "List more information about each org shape.",
3622
- "allowNo": false,
3623
- "type": "boolean"
3477
+ "target-org": {
3478
+ "aliases": [
3479
+ "targetusername",
3480
+ "u"
3481
+ ],
3482
+ "char": "o",
3483
+ "deprecateAliases": true,
3484
+ "name": "target-org",
3485
+ "noCacheDefault": true,
3486
+ "required": true,
3487
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3488
+ "hasDynamicHelp": true,
3489
+ "multiple": false,
3490
+ "type": "option"
3624
3491
  },
3625
- "loglevel": {
3492
+ "api-version": {
3493
+ "aliases": [
3494
+ "apiversion"
3495
+ ],
3496
+ "deprecateAliases": true,
3497
+ "description": "Override the api version used for api requests made by this command",
3498
+ "name": "api-version",
3499
+ "hasDynamicHelp": false,
3500
+ "multiple": false,
3501
+ "type": "option"
3502
+ },
3503
+ "loglevel": {
3626
3504
  "deprecated": {
3627
3505
  "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."
3628
3506
  },
@@ -3633,68 +3511,68 @@
3633
3511
  "type": "option"
3634
3512
  }
3635
3513
  },
3636
- "hasDynamicHelp": false,
3514
+ "hasDynamicHelp": true,
3637
3515
  "hiddenAliases": [],
3638
- "id": "org:list:shape",
3516
+ "id": "org:create:shape",
3639
3517
  "pluginAlias": "@salesforce/plugin-signups",
3640
3518
  "pluginName": "@salesforce/plugin-signups",
3641
3519
  "pluginType": "jit",
3642
3520
  "strict": true,
3643
- "summary": "List all org shapes you’ve created.",
3521
+ "summary": "Create a scratch org configuration (shape) based on the specified source org.",
3644
3522
  "enableJsonFlag": true,
3645
3523
  "isESM": true,
3646
3524
  "relativePath": [
3647
3525
  "lib",
3648
3526
  "commands",
3649
3527
  "org",
3650
- "list",
3528
+ "create",
3651
3529
  "shape.js"
3652
3530
  ],
3653
3531
  "aliasPermutations": [
3654
- "force:org:shape:list",
3655
- "org:force:shape:list",
3656
- "org:shape:force:list",
3657
- "org:shape:list:force",
3658
- "force:shape:org:list",
3659
- "shape:force:org:list",
3660
- "shape:org:force:list",
3661
- "shape:org:list:force",
3662
- "force:shape:list:org",
3663
- "shape:force:list:org",
3664
- "shape:list:force:org",
3665
- "shape:list:org:force",
3666
- "force:org:list:shape",
3667
- "org:force:list:shape",
3668
- "org:list:force:shape",
3669
- "org:list:shape:force",
3670
- "force:list:org:shape",
3671
- "list:force:org:shape",
3672
- "list:org:force:shape",
3673
- "list:org:shape:force",
3674
- "force:list:shape:org",
3675
- "list:force:shape:org",
3676
- "list:shape:force:org",
3677
- "list:shape:org:force"
3532
+ "force:org:shape:create",
3533
+ "org:force:shape:create",
3534
+ "org:shape:force:create",
3535
+ "org:shape:create:force",
3536
+ "force:shape:org:create",
3537
+ "shape:force:org:create",
3538
+ "shape:org:force:create",
3539
+ "shape:org:create:force",
3540
+ "force:shape:create:org",
3541
+ "shape:force:create:org",
3542
+ "shape:create:force:org",
3543
+ "shape:create:org:force",
3544
+ "force:org:create:shape",
3545
+ "org:force:create:shape",
3546
+ "org:create:force:shape",
3547
+ "org:create:shape:force",
3548
+ "force:create:org:shape",
3549
+ "create:force:org:shape",
3550
+ "create:org:force:shape",
3551
+ "create:org:shape:force",
3552
+ "force:create:shape:org",
3553
+ "create:force:shape:org",
3554
+ "create:shape:force:org",
3555
+ "create:shape:org:force"
3678
3556
  ],
3679
3557
  "permutations": [
3680
- "org:list:shape",
3681
- "list:org:shape",
3682
- "list:shape:org",
3683
- "org:shape:list",
3684
- "shape:org:list",
3685
- "shape:list:org"
3558
+ "org:create:shape",
3559
+ "create:org:shape",
3560
+ "create:shape:org",
3561
+ "org:shape:create",
3562
+ "shape:org:create",
3563
+ "shape:create:org"
3686
3564
  ]
3687
3565
  },
3688
- "org:list:snapshot": {
3566
+ "org:create:snapshot": {
3689
3567
  "aliases": [
3690
- "force:org:snapshot:list"
3568
+ "force:org:snapshot:create"
3691
3569
  ],
3692
3570
  "args": {},
3693
3571
  "deprecateAliases": true,
3694
- "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
3572
+ "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.",
3695
3573
  "examples": [
3696
- "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
3697
- "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
3574
+ "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'",
3575
+ "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"
3698
3576
  ],
3699
3577
  "flags": {
3700
3578
  "json": {
@@ -3746,70 +3624,202 @@
3746
3624
  "hasDynamicHelp": false,
3747
3625
  "multiple": false,
3748
3626
  "type": "option"
3627
+ },
3628
+ "source-org": {
3629
+ "aliases": [
3630
+ "sourceorg"
3631
+ ],
3632
+ "char": "o",
3633
+ "deprecateAliases": true,
3634
+ "name": "source-org",
3635
+ "required": true,
3636
+ "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
3637
+ "hasDynamicHelp": false,
3638
+ "multiple": false,
3639
+ "type": "option"
3640
+ },
3641
+ "name": {
3642
+ "aliases": [
3643
+ "snapshotname"
3644
+ ],
3645
+ "char": "n",
3646
+ "deprecateAliases": true,
3647
+ "name": "name",
3648
+ "required": true,
3649
+ "summary": "Unique name of snapshot.",
3650
+ "hasDynamicHelp": false,
3651
+ "multiple": false,
3652
+ "type": "option"
3653
+ },
3654
+ "description": {
3655
+ "char": "d",
3656
+ "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.",
3657
+ "name": "description",
3658
+ "summary": "Description of snapshot.",
3659
+ "hasDynamicHelp": false,
3660
+ "multiple": false,
3661
+ "type": "option"
3749
3662
  }
3750
3663
  },
3751
3664
  "hasDynamicHelp": true,
3752
3665
  "hiddenAliases": [],
3753
- "id": "org:list:snapshot",
3666
+ "id": "org:create:snapshot",
3754
3667
  "pluginAlias": "@salesforce/plugin-signups",
3755
3668
  "pluginName": "@salesforce/plugin-signups",
3756
3669
  "pluginType": "jit",
3757
3670
  "strict": true,
3758
- "summary": "List scratch org snapshots.",
3671
+ "summary": "Create a snapshot of a scratch org.",
3759
3672
  "enableJsonFlag": true,
3760
3673
  "isESM": true,
3761
3674
  "relativePath": [
3762
3675
  "lib",
3763
3676
  "commands",
3764
3677
  "org",
3765
- "list",
3678
+ "create",
3766
3679
  "snapshot.js"
3767
3680
  ],
3768
3681
  "aliasPermutations": [
3769
- "force:org:snapshot:list",
3770
- "org:force:snapshot:list",
3771
- "org:snapshot:force:list",
3772
- "org:snapshot:list:force",
3773
- "force:snapshot:org:list",
3774
- "snapshot:force:org:list",
3775
- "snapshot:org:force:list",
3776
- "snapshot:org:list:force",
3777
- "force:snapshot:list:org",
3778
- "snapshot:force:list:org",
3779
- "snapshot:list:force:org",
3780
- "snapshot:list:org:force",
3781
- "force:org:list:snapshot",
3782
- "org:force:list:snapshot",
3783
- "org:list:force:snapshot",
3784
- "org:list:snapshot:force",
3785
- "force:list:org:snapshot",
3786
- "list:force:org:snapshot",
3787
- "list:org:force:snapshot",
3788
- "list:org:snapshot:force",
3789
- "force:list:snapshot:org",
3790
- "list:force:snapshot:org",
3791
- "list:snapshot:force:org",
3792
- "list:snapshot:org:force"
3682
+ "force:org:snapshot:create",
3683
+ "org:force:snapshot:create",
3684
+ "org:snapshot:force:create",
3685
+ "org:snapshot:create:force",
3686
+ "force:snapshot:org:create",
3687
+ "snapshot:force:org:create",
3688
+ "snapshot:org:force:create",
3689
+ "snapshot:org:create:force",
3690
+ "force:snapshot:create:org",
3691
+ "snapshot:force:create:org",
3692
+ "snapshot:create:force:org",
3693
+ "snapshot:create:org:force",
3694
+ "force:org:create:snapshot",
3695
+ "org:force:create:snapshot",
3696
+ "org:create:force:snapshot",
3697
+ "org:create:snapshot:force",
3698
+ "force:create:org:snapshot",
3699
+ "create:force:org:snapshot",
3700
+ "create:org:force:snapshot",
3701
+ "create:org:snapshot:force",
3702
+ "force:create:snapshot:org",
3703
+ "create:force:snapshot:org",
3704
+ "create:snapshot:force:org",
3705
+ "create:snapshot:org:force"
3793
3706
  ],
3794
3707
  "permutations": [
3795
- "org:list:snapshot",
3796
- "list:org:snapshot",
3797
- "list:snapshot:org",
3798
- "org:snapshot:list",
3799
- "snapshot:org:list",
3800
- "snapshot:list:org"
3708
+ "org:create:snapshot",
3709
+ "create:org:snapshot",
3710
+ "create:snapshot:org",
3711
+ "org:snapshot:create",
3712
+ "snapshot:org:create",
3713
+ "snapshot:create:org"
3801
3714
  ]
3802
3715
  },
3803
- "org:get:snapshot": {
3716
+ "org:list:shape": {
3804
3717
  "aliases": [
3805
- "force:org:snapshot:get"
3718
+ "force:org:shape:list"
3806
3719
  ],
3807
3720
  "args": {},
3808
3721
  "deprecateAliases": true,
3809
- "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\".",
3722
+ "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
3810
3723
  "examples": [
3811
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3812
- "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"
3724
+ "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
3725
+ "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
3726
+ ],
3727
+ "flags": {
3728
+ "json": {
3729
+ "description": "Format output as json.",
3730
+ "helpGroup": "GLOBAL",
3731
+ "name": "json",
3732
+ "allowNo": false,
3733
+ "type": "boolean"
3734
+ },
3735
+ "flags-dir": {
3736
+ "helpGroup": "GLOBAL",
3737
+ "name": "flags-dir",
3738
+ "summary": "Import flag values from a directory.",
3739
+ "hasDynamicHelp": false,
3740
+ "multiple": false,
3741
+ "type": "option"
3742
+ },
3743
+ "verbose": {
3744
+ "hidden": true,
3745
+ "name": "verbose",
3746
+ "summary": "List more information about each org shape.",
3747
+ "allowNo": false,
3748
+ "type": "boolean"
3749
+ },
3750
+ "loglevel": {
3751
+ "deprecated": {
3752
+ "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."
3753
+ },
3754
+ "hidden": true,
3755
+ "name": "loglevel",
3756
+ "hasDynamicHelp": false,
3757
+ "multiple": false,
3758
+ "type": "option"
3759
+ }
3760
+ },
3761
+ "hasDynamicHelp": false,
3762
+ "hiddenAliases": [],
3763
+ "id": "org:list:shape",
3764
+ "pluginAlias": "@salesforce/plugin-signups",
3765
+ "pluginName": "@salesforce/plugin-signups",
3766
+ "pluginType": "jit",
3767
+ "strict": true,
3768
+ "summary": "List all org shapes you’ve created.",
3769
+ "enableJsonFlag": true,
3770
+ "isESM": true,
3771
+ "relativePath": [
3772
+ "lib",
3773
+ "commands",
3774
+ "org",
3775
+ "list",
3776
+ "shape.js"
3777
+ ],
3778
+ "aliasPermutations": [
3779
+ "force:org:shape:list",
3780
+ "org:force:shape:list",
3781
+ "org:shape:force:list",
3782
+ "org:shape:list:force",
3783
+ "force:shape:org:list",
3784
+ "shape:force:org:list",
3785
+ "shape:org:force:list",
3786
+ "shape:org:list:force",
3787
+ "force:shape:list:org",
3788
+ "shape:force:list:org",
3789
+ "shape:list:force:org",
3790
+ "shape:list:org:force",
3791
+ "force:org:list:shape",
3792
+ "org:force:list:shape",
3793
+ "org:list:force:shape",
3794
+ "org:list:shape:force",
3795
+ "force:list:org:shape",
3796
+ "list:force:org:shape",
3797
+ "list:org:force:shape",
3798
+ "list:org:shape:force",
3799
+ "force:list:shape:org",
3800
+ "list:force:shape:org",
3801
+ "list:shape:force:org",
3802
+ "list:shape:org:force"
3803
+ ],
3804
+ "permutations": [
3805
+ "org:list:shape",
3806
+ "list:org:shape",
3807
+ "list:shape:org",
3808
+ "org:shape:list",
3809
+ "shape:org:list",
3810
+ "shape:list:org"
3811
+ ]
3812
+ },
3813
+ "org:list:snapshot": {
3814
+ "aliases": [
3815
+ "force:org:snapshot:list"
3816
+ ],
3817
+ "args": {},
3818
+ "deprecateAliases": true,
3819
+ "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
3820
+ "examples": [
3821
+ "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
3822
+ "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
3813
3823
  ],
3814
3824
  "flags": {
3815
3825
  "json": {
@@ -3861,68 +3871,58 @@
3861
3871
  "hasDynamicHelp": false,
3862
3872
  "multiple": false,
3863
3873
  "type": "option"
3864
- },
3865
- "snapshot": {
3866
- "char": "s",
3867
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3868
- "name": "snapshot",
3869
- "required": true,
3870
- "summary": "Name or ID of snapshot to retrieve.",
3871
- "hasDynamicHelp": false,
3872
- "multiple": false,
3873
- "type": "option"
3874
3874
  }
3875
3875
  },
3876
3876
  "hasDynamicHelp": true,
3877
3877
  "hiddenAliases": [],
3878
- "id": "org:get:snapshot",
3878
+ "id": "org:list:snapshot",
3879
3879
  "pluginAlias": "@salesforce/plugin-signups",
3880
3880
  "pluginName": "@salesforce/plugin-signups",
3881
3881
  "pluginType": "jit",
3882
3882
  "strict": true,
3883
- "summary": "Get details about a scratch org snapshot.",
3883
+ "summary": "List scratch org snapshots.",
3884
3884
  "enableJsonFlag": true,
3885
3885
  "isESM": true,
3886
3886
  "relativePath": [
3887
3887
  "lib",
3888
3888
  "commands",
3889
3889
  "org",
3890
- "get",
3890
+ "list",
3891
3891
  "snapshot.js"
3892
3892
  ],
3893
3893
  "aliasPermutations": [
3894
- "force:org:snapshot:get",
3895
- "org:force:snapshot:get",
3896
- "org:snapshot:force:get",
3897
- "org:snapshot:get:force",
3898
- "force:snapshot:org:get",
3899
- "snapshot:force:org:get",
3900
- "snapshot:org:force:get",
3901
- "snapshot:org:get:force",
3902
- "force:snapshot:get:org",
3903
- "snapshot:force:get:org",
3904
- "snapshot:get:force:org",
3905
- "snapshot:get:org:force",
3906
- "force:org:get:snapshot",
3907
- "org:force:get:snapshot",
3908
- "org:get:force:snapshot",
3909
- "org:get:snapshot:force",
3910
- "force:get:org:snapshot",
3911
- "get:force:org:snapshot",
3912
- "get:org:force:snapshot",
3913
- "get:org:snapshot:force",
3914
- "force:get:snapshot:org",
3915
- "get:force:snapshot:org",
3916
- "get:snapshot:force:org",
3917
- "get:snapshot:org:force"
3894
+ "force:org:snapshot:list",
3895
+ "org:force:snapshot:list",
3896
+ "org:snapshot:force:list",
3897
+ "org:snapshot:list:force",
3898
+ "force:snapshot:org:list",
3899
+ "snapshot:force:org:list",
3900
+ "snapshot:org:force:list",
3901
+ "snapshot:org:list:force",
3902
+ "force:snapshot:list:org",
3903
+ "snapshot:force:list:org",
3904
+ "snapshot:list:force:org",
3905
+ "snapshot:list:org:force",
3906
+ "force:org:list:snapshot",
3907
+ "org:force:list:snapshot",
3908
+ "org:list:force:snapshot",
3909
+ "org:list:snapshot:force",
3910
+ "force:list:org:snapshot",
3911
+ "list:force:org:snapshot",
3912
+ "list:org:force:snapshot",
3913
+ "list:org:snapshot:force",
3914
+ "force:list:snapshot:org",
3915
+ "list:force:snapshot:org",
3916
+ "list:snapshot:force:org",
3917
+ "list:snapshot:org:force"
3918
3918
  ],
3919
3919
  "permutations": [
3920
- "org:get:snapshot",
3921
- "get:org:snapshot",
3922
- "get:snapshot:org",
3923
- "org:snapshot:get",
3924
- "snapshot:org:get",
3925
- "snapshot:get:org"
3920
+ "org:list:snapshot",
3921
+ "list:org:snapshot",
3922
+ "list:snapshot:org",
3923
+ "org:snapshot:list",
3924
+ "snapshot:org:list",
3925
+ "snapshot:list:org"
3926
3926
  ]
3927
3927
  },
3928
3928
  "force:lightning:lwc:test:create": {
@@ -5918,5 +5918,5 @@
5918
5918
  ]
5919
5919
  }
5920
5920
  },
5921
- "version": "2.87.3"
5921
+ "version": "2.87.4"
5922
5922
  }