@salesforce/cli 2.109.2 → 2.109.3

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.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.109.2 linux-x64 node-v22.19.0
28
+ @salesforce/cli/2.109.3 linux-x64 node-v22.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -7347,7 +7347,7 @@ EXAMPLES
7347
7347
  $ sf plugins
7348
7348
  ```
7349
7349
 
7350
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/index.ts)_
7350
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/index.ts)_
7351
7351
 
7352
7352
  ## `sf plugins discover`
7353
7353
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf plugins inspect @salesforce/plugin-packaging
7393
7393
  ```
7394
7394
 
7395
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/inspect.ts)_
7395
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/inspect.ts)_
7396
7396
 
7397
7397
  ## `sf plugins install PLUGIN`
7398
7398
 
@@ -7441,7 +7441,7 @@ EXAMPLES
7441
7441
  $ sf plugins install someuser/someplugin
7442
7442
  ```
7443
7443
 
7444
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/install.ts)_
7444
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/install.ts)_
7445
7445
 
7446
7446
  ## `sf plugins link PATH`
7447
7447
 
@@ -7472,7 +7472,7 @@ EXAMPLES
7472
7472
  $ sf plugins link @salesforce/plugin-packaging
7473
7473
  ```
7474
7474
 
7475
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/link.ts)_
7475
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/link.ts)_
7476
7476
 
7477
7477
  ## `sf plugins reset`
7478
7478
 
@@ -7487,7 +7487,7 @@ FLAGS
7487
7487
  --reinstall Reinstall all plugins after uninstalling.
7488
7488
  ```
7489
7489
 
7490
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/reset.ts)_
7490
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/reset.ts)_
7491
7491
 
7492
7492
  ## `sf plugins trust verify`
7493
7493
 
@@ -7544,7 +7544,7 @@ EXAMPLES
7544
7544
  $ sf plugins uninstall @salesforce/plugin-packaging
7545
7545
  ```
7546
7546
 
7547
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/uninstall.ts)_
7547
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/uninstall.ts)_
7548
7548
 
7549
7549
  ## `sf plugins update`
7550
7550
 
@@ -7562,7 +7562,7 @@ DESCRIPTION
7562
7562
  Update installed plugins.
7563
7563
  ```
7564
7564
 
7565
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/update.ts)_
7565
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.48/src/commands/plugins/update.ts)_
7566
7566
 
7567
7567
  ## `sf project convert mdapi`
7568
7568
 
@@ -9734,7 +9734,7 @@ EXAMPLES
9734
9734
  $ sf update --available
9735
9735
  ```
9736
9736
 
9737
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.7/src/commands/update.ts)_
9737
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.8/src/commands/update.ts)_
9738
9738
 
9739
9739
  ## `sf version`
9740
9740
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.109.2",
3
+ "version": "2.109.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.109.2",
9
+ "version": "2.109.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-commands": "4.1.33",
17
17
  "@oclif/plugin-help": "6.2.33",
18
18
  "@oclif/plugin-not-found": "3.2.68",
19
- "@oclif/plugin-plugins": "5.4.47",
19
+ "@oclif/plugin-plugins": "5.4.48",
20
20
  "@oclif/plugin-search": "1.2.31",
21
- "@oclif/plugin-update": "4.7.7",
21
+ "@oclif/plugin-update": "4.7.8",
22
22
  "@oclif/plugin-version": "2.2.33",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.48",
24
24
  "@oclif/plugin-which": "3.2.40",
@@ -38,7 +38,7 @@
38
38
  "@salesforce/plugin-schema": "3.3.82",
39
39
  "@salesforce/plugin-settings": "2.4.48",
40
40
  "@salesforce/plugin-sobject": "1.4.73",
41
- "@salesforce/plugin-telemetry": "3.6.57",
41
+ "@salesforce/plugin-telemetry": "3.6.58",
42
42
  "@salesforce/plugin-templates": "56.3.65",
43
43
  "@salesforce/plugin-trust": "3.7.113",
44
44
  "@salesforce/plugin-user": "3.6.38",
@@ -4579,12 +4579,12 @@
4579
4579
  }
4580
4580
  },
4581
4581
  "node_modules/@oclif/plugin-plugins": {
4582
- "version": "5.4.47",
4583
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.47.tgz",
4584
- "integrity": "sha512-eUWNbyYwKPbH+Ca98eI2OBZ6IioWM1aJ6SGp9TrVGRu2qNeDtG/qnqemv3v5qcHzPK211CPSvHJBFYef3J9rBg==",
4582
+ "version": "5.4.48",
4583
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.48.tgz",
4584
+ "integrity": "sha512-He579UlYewPKiqPq4ufq+AhO8NLXChyN7+mQtEs2ExwigIJuKeAEBTNukTwI1B4c5ctMj3a7cAoiY3tUgZTSHg==",
4585
4585
  "license": "MIT",
4586
4586
  "dependencies": {
4587
- "@oclif/core": "^4.5.3",
4587
+ "@oclif/core": "^4.5.4",
4588
4588
  "ansis": "^3.17.0",
4589
4589
  "debug": "^4.4.0",
4590
4590
  "npm": "^10.9.3",
@@ -4708,9 +4708,9 @@
4708
4708
  }
4709
4709
  },
4710
4710
  "node_modules/@oclif/plugin-update": {
4711
- "version": "4.7.7",
4712
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.7.tgz",
4713
- "integrity": "sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg==",
4711
+ "version": "4.7.8",
4712
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.8.tgz",
4713
+ "integrity": "sha512-BXsulWTr3gKWEXGr7WlQPSpOgOKcApFqQx7dLoJogmD0eqeTlhtf994CMsLuxMmIobcGa0+lSMJczj9+Fj+aRg==",
4714
4714
  "license": "MIT",
4715
4715
  "dependencies": {
4716
4716
  "@inquirer/select": "^2.5.0",
@@ -4722,7 +4722,7 @@
4722
4722
  "got": "^13",
4723
4723
  "proxy-agent": "^6.5.0",
4724
4724
  "semver": "^7.7.2",
4725
- "tar-fs": "^2.1.3"
4725
+ "tar-fs": "^2.1.4"
4726
4726
  },
4727
4727
  "engines": {
4728
4728
  "node": ">=18.0.0"
@@ -6220,12 +6220,12 @@
6220
6220
  }
6221
6221
  },
6222
6222
  "node_modules/@salesforce/plugin-telemetry": {
6223
- "version": "3.6.57",
6224
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.57.tgz",
6225
- "integrity": "sha512-RZElV96x+sJMDdyteT3T5djY93pn5jKoPesJ/hHLhFg+yiKfeaaU8pexknhrKMM5cQ5Oo6FEKnRBF9P4EkRQXA==",
6223
+ "version": "3.6.58",
6224
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.58.tgz",
6225
+ "integrity": "sha512-WLBxy+2187K6OVu5KjgIpEV7t9go9aADI23u6dGyJ4pmjTikWFi98ezmCV6/sa1i/gL4KLHYl0bbGxXrotvVCg==",
6226
6226
  "license": "Apache-2.0",
6227
6227
  "dependencies": {
6228
- "@oclif/core": "^4.5.2",
6228
+ "@oclif/core": "^4.5.4",
6229
6229
  "@salesforce/core": "^8.15.0",
6230
6230
  "@salesforce/kit": "^3.2.3",
6231
6231
  "@salesforce/sf-plugins-core": "^12",
package/oclif.lock CHANGED
@@ -2082,12 +2082,12 @@
2082
2082
  ansis "^3.17.0"
2083
2083
  fast-levenshtein "^3.0.0"
2084
2084
 
2085
- "@oclif/plugin-plugins@5.4.47":
2086
- version "5.4.47"
2087
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.47.tgz"
2088
- integrity sha512-eUWNbyYwKPbH+Ca98eI2OBZ6IioWM1aJ6SGp9TrVGRu2qNeDtG/qnqemv3v5qcHzPK211CPSvHJBFYef3J9rBg==
2085
+ "@oclif/plugin-plugins@5.4.48":
2086
+ version "5.4.48"
2087
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.48.tgz"
2088
+ integrity sha512-He579UlYewPKiqPq4ufq+AhO8NLXChyN7+mQtEs2ExwigIJuKeAEBTNukTwI1B4c5ctMj3a7cAoiY3tUgZTSHg==
2089
2089
  dependencies:
2090
- "@oclif/core" "^4.5.3"
2090
+ "@oclif/core" "^4.5.4"
2091
2091
  ansis "^3.17.0"
2092
2092
  debug "^4.4.0"
2093
2093
  npm "^10.9.3"
@@ -2108,10 +2108,10 @@
2108
2108
  ansi-escapes "^7.1.0"
2109
2109
  inquirer-autocomplete-standalone "^0.8.1"
2110
2110
 
2111
- "@oclif/plugin-update@4.7.7":
2112
- version "4.7.7"
2113
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.7.tgz"
2114
- integrity sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg==
2111
+ "@oclif/plugin-update@4.7.8":
2112
+ version "4.7.8"
2113
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.8.tgz"
2114
+ integrity sha512-BXsulWTr3gKWEXGr7WlQPSpOgOKcApFqQx7dLoJogmD0eqeTlhtf994CMsLuxMmIobcGa0+lSMJczj9+Fj+aRg==
2115
2115
  dependencies:
2116
2116
  "@inquirer/select" "^2.5.0"
2117
2117
  "@oclif/core" "^4"
@@ -2122,7 +2122,7 @@
2122
2122
  got "^13"
2123
2123
  proxy-agent "^6.5.0"
2124
2124
  semver "^7.7.2"
2125
- tar-fs "^2.1.3"
2125
+ tar-fs "^2.1.4"
2126
2126
 
2127
2127
  "@oclif/plugin-version@2.2.33":
2128
2128
  version "2.2.33"
@@ -2765,12 +2765,12 @@
2765
2765
  fast-xml-parser "^4.5.3"
2766
2766
  js2xmlparser "^4.0.2"
2767
2767
 
2768
- "@salesforce/plugin-telemetry@3.6.57":
2769
- version "3.6.57"
2770
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.57.tgz"
2771
- integrity sha512-RZElV96x+sJMDdyteT3T5djY93pn5jKoPesJ/hHLhFg+yiKfeaaU8pexknhrKMM5cQ5Oo6FEKnRBF9P4EkRQXA==
2768
+ "@salesforce/plugin-telemetry@3.6.58":
2769
+ version "3.6.58"
2770
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.58.tgz"
2771
+ integrity sha512-WLBxy+2187K6OVu5KjgIpEV7t9go9aADI23u6dGyJ4pmjTikWFi98ezmCV6/sa1i/gL4KLHYl0bbGxXrotvVCg==
2772
2772
  dependencies:
2773
- "@oclif/core" "^4.5.2"
2773
+ "@oclif/core" "^4.5.4"
2774
2774
  "@salesforce/core" "^8.15.0"
2775
2775
  "@salesforce/kit" "^3.2.3"
2776
2776
  "@salesforce/sf-plugins-core" "^12"
@@ -11198,7 +11198,7 @@ supports-preserve-symlinks-flag@^1.0.0:
11198
11198
  resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
11199
11199
  integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
11200
11200
 
11201
- tar-fs@^2.1.3:
11201
+ tar-fs@^2.1.4:
11202
11202
  version "2.1.4"
11203
11203
  resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz"
11204
11204
  integrity sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==
@@ -3089,16 +3089,15 @@
3089
3089
  "test:run:flow"
3090
3090
  ]
3091
3091
  },
3092
- "org:delete:shape": {
3092
+ "org:create:shape": {
3093
3093
  "aliases": [
3094
- "force:org:shape:delete"
3094
+ "force:org:shape:create"
3095
3095
  ],
3096
3096
  "args": {},
3097
3097
  "deprecateAliases": true,
3098
- "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
3098
+ "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.",
3099
3099
  "examples": [
3100
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3101
- "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3100
+ "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3102
3101
  ],
3103
3102
  "flags": {
3104
3103
  "json": {
@@ -3151,81 +3150,70 @@
3151
3150
  "hasDynamicHelp": false,
3152
3151
  "multiple": false,
3153
3152
  "type": "option"
3154
- },
3155
- "no-prompt": {
3156
- "aliases": [
3157
- "noprompt"
3158
- ],
3159
- "char": "p",
3160
- "deprecateAliases": true,
3161
- "name": "no-prompt",
3162
- "summary": "Don't prompt for confirmation.",
3163
- "allowNo": false,
3164
- "type": "boolean"
3165
3153
  }
3166
3154
  },
3167
3155
  "hasDynamicHelp": true,
3168
3156
  "hiddenAliases": [],
3169
- "id": "org:delete:shape",
3157
+ "id": "org:create:shape",
3170
3158
  "pluginAlias": "@salesforce/plugin-signups",
3171
3159
  "pluginName": "@salesforce/plugin-signups",
3172
3160
  "pluginType": "jit",
3173
3161
  "strict": true,
3174
- "summary": "Delete all org shapes for a target org.",
3162
+ "summary": "Create a scratch org configuration (shape) based on the specified source org.",
3175
3163
  "enableJsonFlag": true,
3176
3164
  "isESM": true,
3177
3165
  "relativePath": [
3178
3166
  "lib",
3179
3167
  "commands",
3180
3168
  "org",
3181
- "delete",
3169
+ "create",
3182
3170
  "shape.js"
3183
3171
  ],
3184
3172
  "aliasPermutations": [
3185
- "force:org:shape:delete",
3186
- "org:force:shape:delete",
3187
- "org:shape:force:delete",
3188
- "org:shape:delete:force",
3189
- "force:shape:org:delete",
3190
- "shape:force:org:delete",
3191
- "shape:org:force:delete",
3192
- "shape:org:delete:force",
3193
- "force:shape:delete:org",
3194
- "shape:force:delete:org",
3195
- "shape:delete:force:org",
3196
- "shape:delete:org:force",
3197
- "force:org:delete:shape",
3198
- "org:force:delete:shape",
3199
- "org:delete:force:shape",
3200
- "org:delete:shape:force",
3201
- "force:delete:org:shape",
3202
- "delete:force:org:shape",
3203
- "delete:org:force:shape",
3204
- "delete:org:shape:force",
3205
- "force:delete:shape:org",
3206
- "delete:force:shape:org",
3207
- "delete:shape:force:org",
3208
- "delete:shape:org:force"
3173
+ "force:org:shape:create",
3174
+ "org:force:shape:create",
3175
+ "org:shape:force:create",
3176
+ "org:shape:create:force",
3177
+ "force:shape:org:create",
3178
+ "shape:force:org:create",
3179
+ "shape:org:force:create",
3180
+ "shape:org:create:force",
3181
+ "force:shape:create:org",
3182
+ "shape:force:create:org",
3183
+ "shape:create:force:org",
3184
+ "shape:create:org:force",
3185
+ "force:org:create:shape",
3186
+ "org:force:create:shape",
3187
+ "org:create:force:shape",
3188
+ "org:create:shape:force",
3189
+ "force:create:org:shape",
3190
+ "create:force:org:shape",
3191
+ "create:org:force:shape",
3192
+ "create:org:shape:force",
3193
+ "force:create:shape:org",
3194
+ "create:force:shape:org",
3195
+ "create:shape:force:org",
3196
+ "create:shape:org:force"
3209
3197
  ],
3210
3198
  "permutations": [
3211
- "org:delete:shape",
3212
- "delete:org:shape",
3213
- "delete:shape:org",
3214
- "org:shape:delete",
3215
- "shape:org:delete",
3216
- "shape:delete:org"
3199
+ "org:create:shape",
3200
+ "create:org:shape",
3201
+ "create:shape:org",
3202
+ "org:shape:create",
3203
+ "shape:org:create",
3204
+ "shape:create:org"
3217
3205
  ]
3218
3206
  },
3219
- "org:delete:snapshot": {
3207
+ "org:create:snapshot": {
3220
3208
  "aliases": [
3221
- "force:org:snapshot:delete"
3209
+ "force:org:snapshot:create"
3222
3210
  ],
3223
3211
  "args": {},
3224
3212
  "deprecateAliases": true,
3225
- "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.",
3213
+ "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.",
3226
3214
  "examples": [
3227
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3228
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
3215
+ "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'",
3216
+ "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"
3229
3217
  ],
3230
3218
  "flags": {
3231
3219
  "json": {
@@ -3278,85 +3266,104 @@
3278
3266
  "multiple": false,
3279
3267
  "type": "option"
3280
3268
  },
3281
- "snapshot": {
3282
- "char": "s",
3283
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3284
- "name": "snapshot",
3269
+ "source-org": {
3270
+ "aliases": [
3271
+ "sourceorg"
3272
+ ],
3273
+ "char": "o",
3274
+ "deprecateAliases": true,
3275
+ "name": "source-org",
3285
3276
  "required": true,
3286
- "summary": "Name or ID of snapshot to delete.",
3277
+ "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
3287
3278
  "hasDynamicHelp": false,
3288
3279
  "multiple": false,
3289
3280
  "type": "option"
3290
3281
  },
3291
- "no-prompt": {
3292
- "char": "p",
3293
- "name": "no-prompt",
3294
- "summary": "Don't prompt the user to confirm the deletion.",
3295
- "allowNo": false,
3296
- "type": "boolean"
3282
+ "name": {
3283
+ "aliases": [
3284
+ "snapshotname"
3285
+ ],
3286
+ "char": "n",
3287
+ "deprecateAliases": true,
3288
+ "name": "name",
3289
+ "required": true,
3290
+ "summary": "Unique name of snapshot.",
3291
+ "hasDynamicHelp": false,
3292
+ "multiple": false,
3293
+ "type": "option"
3294
+ },
3295
+ "description": {
3296
+ "char": "d",
3297
+ "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.",
3298
+ "name": "description",
3299
+ "summary": "Description of snapshot.",
3300
+ "hasDynamicHelp": false,
3301
+ "multiple": false,
3302
+ "type": "option"
3297
3303
  }
3298
3304
  },
3299
3305
  "hasDynamicHelp": true,
3300
3306
  "hiddenAliases": [],
3301
- "id": "org:delete:snapshot",
3307
+ "id": "org:create:snapshot",
3302
3308
  "pluginAlias": "@salesforce/plugin-signups",
3303
3309
  "pluginName": "@salesforce/plugin-signups",
3304
3310
  "pluginType": "jit",
3305
3311
  "strict": true,
3306
- "summary": "Delete a scratch org snapshot.",
3312
+ "summary": "Create a snapshot of a scratch org.",
3307
3313
  "enableJsonFlag": true,
3308
3314
  "isESM": true,
3309
3315
  "relativePath": [
3310
3316
  "lib",
3311
3317
  "commands",
3312
3318
  "org",
3313
- "delete",
3319
+ "create",
3314
3320
  "snapshot.js"
3315
3321
  ],
3316
3322
  "aliasPermutations": [
3317
- "force:org:snapshot:delete",
3318
- "org:force:snapshot:delete",
3319
- "org:snapshot:force:delete",
3320
- "org:snapshot:delete:force",
3321
- "force:snapshot:org:delete",
3322
- "snapshot:force:org:delete",
3323
- "snapshot:org:force:delete",
3324
- "snapshot:org:delete:force",
3325
- "force:snapshot:delete:org",
3326
- "snapshot:force:delete:org",
3327
- "snapshot:delete:force:org",
3328
- "snapshot:delete:org:force",
3329
- "force:org:delete:snapshot",
3330
- "org:force:delete:snapshot",
3331
- "org:delete:force:snapshot",
3332
- "org:delete:snapshot:force",
3333
- "force:delete:org:snapshot",
3334
- "delete:force:org:snapshot",
3335
- "delete:org:force:snapshot",
3336
- "delete:org:snapshot:force",
3337
- "force:delete:snapshot:org",
3338
- "delete:force:snapshot:org",
3339
- "delete:snapshot:force:org",
3340
- "delete:snapshot:org:force"
3323
+ "force:org:snapshot:create",
3324
+ "org:force:snapshot:create",
3325
+ "org:snapshot:force:create",
3326
+ "org:snapshot:create:force",
3327
+ "force:snapshot:org:create",
3328
+ "snapshot:force:org:create",
3329
+ "snapshot:org:force:create",
3330
+ "snapshot:org:create:force",
3331
+ "force:snapshot:create:org",
3332
+ "snapshot:force:create:org",
3333
+ "snapshot:create:force:org",
3334
+ "snapshot:create:org:force",
3335
+ "force:org:create:snapshot",
3336
+ "org:force:create:snapshot",
3337
+ "org:create:force:snapshot",
3338
+ "org:create:snapshot:force",
3339
+ "force:create:org:snapshot",
3340
+ "create:force:org:snapshot",
3341
+ "create:org:force:snapshot",
3342
+ "create:org:snapshot:force",
3343
+ "force:create:snapshot:org",
3344
+ "create:force:snapshot:org",
3345
+ "create:snapshot:force:org",
3346
+ "create:snapshot:org:force"
3341
3347
  ],
3342
3348
  "permutations": [
3343
- "org:delete:snapshot",
3344
- "delete:org:snapshot",
3345
- "delete:snapshot:org",
3346
- "org:snapshot:delete",
3347
- "snapshot:org:delete",
3348
- "snapshot:delete:org"
3349
+ "org:create:snapshot",
3350
+ "create:org:snapshot",
3351
+ "create:snapshot:org",
3352
+ "org:snapshot:create",
3353
+ "snapshot:org:create",
3354
+ "snapshot:create:org"
3349
3355
  ]
3350
3356
  },
3351
- "org:create:shape": {
3357
+ "org:delete:shape": {
3352
3358
  "aliases": [
3353
- "force:org:shape:create"
3359
+ "force:org:shape:delete"
3354
3360
  ],
3355
3361
  "args": {},
3356
3362
  "deprecateAliases": true,
3357
- "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.",
3363
+ "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
3358
3364
  "examples": [
3359
- "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3365
+ "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3366
+ "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3360
3367
  ],
3361
3368
  "flags": {
3362
3369
  "json": {
@@ -3409,70 +3416,81 @@
3409
3416
  "hasDynamicHelp": false,
3410
3417
  "multiple": false,
3411
3418
  "type": "option"
3419
+ },
3420
+ "no-prompt": {
3421
+ "aliases": [
3422
+ "noprompt"
3423
+ ],
3424
+ "char": "p",
3425
+ "deprecateAliases": true,
3426
+ "name": "no-prompt",
3427
+ "summary": "Don't prompt for confirmation.",
3428
+ "allowNo": false,
3429
+ "type": "boolean"
3412
3430
  }
3413
3431
  },
3414
3432
  "hasDynamicHelp": true,
3415
3433
  "hiddenAliases": [],
3416
- "id": "org:create:shape",
3434
+ "id": "org:delete:shape",
3417
3435
  "pluginAlias": "@salesforce/plugin-signups",
3418
3436
  "pluginName": "@salesforce/plugin-signups",
3419
3437
  "pluginType": "jit",
3420
3438
  "strict": true,
3421
- "summary": "Create a scratch org configuration (shape) based on the specified source org.",
3439
+ "summary": "Delete all org shapes for a target org.",
3422
3440
  "enableJsonFlag": true,
3423
3441
  "isESM": true,
3424
3442
  "relativePath": [
3425
3443
  "lib",
3426
3444
  "commands",
3427
3445
  "org",
3428
- "create",
3446
+ "delete",
3429
3447
  "shape.js"
3430
3448
  ],
3431
3449
  "aliasPermutations": [
3432
- "force:org:shape:create",
3433
- "org:force:shape:create",
3434
- "org:shape:force:create",
3435
- "org:shape:create:force",
3436
- "force:shape:org:create",
3437
- "shape:force:org:create",
3438
- "shape:org:force:create",
3439
- "shape:org:create:force",
3440
- "force:shape:create:org",
3441
- "shape:force:create:org",
3442
- "shape:create:force:org",
3443
- "shape:create:org:force",
3444
- "force:org:create:shape",
3445
- "org:force:create:shape",
3446
- "org:create:force:shape",
3447
- "org:create:shape:force",
3448
- "force:create:org:shape",
3449
- "create:force:org:shape",
3450
- "create:org:force:shape",
3451
- "create:org:shape:force",
3452
- "force:create:shape:org",
3453
- "create:force:shape:org",
3454
- "create:shape:force:org",
3455
- "create:shape:org:force"
3450
+ "force:org:shape:delete",
3451
+ "org:force:shape:delete",
3452
+ "org:shape:force:delete",
3453
+ "org:shape:delete:force",
3454
+ "force:shape:org:delete",
3455
+ "shape:force:org:delete",
3456
+ "shape:org:force:delete",
3457
+ "shape:org:delete:force",
3458
+ "force:shape:delete:org",
3459
+ "shape:force:delete:org",
3460
+ "shape:delete:force:org",
3461
+ "shape:delete:org:force",
3462
+ "force:org:delete:shape",
3463
+ "org:force:delete:shape",
3464
+ "org:delete:force:shape",
3465
+ "org:delete:shape:force",
3466
+ "force:delete:org:shape",
3467
+ "delete:force:org:shape",
3468
+ "delete:org:force:shape",
3469
+ "delete:org:shape:force",
3470
+ "force:delete:shape:org",
3471
+ "delete:force:shape:org",
3472
+ "delete:shape:force:org",
3473
+ "delete:shape:org:force"
3456
3474
  ],
3457
3475
  "permutations": [
3458
- "org:create:shape",
3459
- "create:org:shape",
3460
- "create:shape:org",
3461
- "org:shape:create",
3462
- "shape:org:create",
3463
- "shape:create:org"
3476
+ "org:delete:shape",
3477
+ "delete:org:shape",
3478
+ "delete:shape:org",
3479
+ "org:shape:delete",
3480
+ "shape:org:delete",
3481
+ "shape:delete:org"
3464
3482
  ]
3465
3483
  },
3466
- "org:create:snapshot": {
3484
+ "org:delete:snapshot": {
3467
3485
  "aliases": [
3468
- "force:org:snapshot:create"
3486
+ "force:org:snapshot:delete"
3469
3487
  ],
3470
3488
  "args": {},
3471
3489
  "deprecateAliases": true,
3472
- "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.",
3490
+ "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.",
3473
3491
  "examples": [
3474
- "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'",
3475
- "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"
3492
+ "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3493
+ "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
3476
3494
  ],
3477
3495
  "flags": {
3478
3496
  "json": {
@@ -3525,92 +3543,74 @@
3525
3543
  "multiple": false,
3526
3544
  "type": "option"
3527
3545
  },
3528
- "source-org": {
3529
- "aliases": [
3530
- "sourceorg"
3531
- ],
3532
- "char": "o",
3533
- "deprecateAliases": true,
3534
- "name": "source-org",
3535
- "required": true,
3536
- "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
3537
- "hasDynamicHelp": false,
3538
- "multiple": false,
3539
- "type": "option"
3540
- },
3541
- "name": {
3542
- "aliases": [
3543
- "snapshotname"
3544
- ],
3545
- "char": "n",
3546
- "deprecateAliases": true,
3547
- "name": "name",
3546
+ "snapshot": {
3547
+ "char": "s",
3548
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3549
+ "name": "snapshot",
3548
3550
  "required": true,
3549
- "summary": "Unique name of snapshot.",
3551
+ "summary": "Name or ID of snapshot to delete.",
3550
3552
  "hasDynamicHelp": false,
3551
3553
  "multiple": false,
3552
3554
  "type": "option"
3553
3555
  },
3554
- "description": {
3555
- "char": "d",
3556
- "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.",
3557
- "name": "description",
3558
- "summary": "Description of snapshot.",
3559
- "hasDynamicHelp": false,
3560
- "multiple": false,
3561
- "type": "option"
3556
+ "no-prompt": {
3557
+ "char": "p",
3558
+ "name": "no-prompt",
3559
+ "summary": "Don't prompt the user to confirm the deletion.",
3560
+ "allowNo": false,
3561
+ "type": "boolean"
3562
3562
  }
3563
3563
  },
3564
3564
  "hasDynamicHelp": true,
3565
3565
  "hiddenAliases": [],
3566
- "id": "org:create:snapshot",
3566
+ "id": "org:delete:snapshot",
3567
3567
  "pluginAlias": "@salesforce/plugin-signups",
3568
3568
  "pluginName": "@salesforce/plugin-signups",
3569
3569
  "pluginType": "jit",
3570
3570
  "strict": true,
3571
- "summary": "Create a snapshot of a scratch org.",
3571
+ "summary": "Delete a scratch org snapshot.",
3572
3572
  "enableJsonFlag": true,
3573
3573
  "isESM": true,
3574
3574
  "relativePath": [
3575
3575
  "lib",
3576
3576
  "commands",
3577
3577
  "org",
3578
- "create",
3578
+ "delete",
3579
3579
  "snapshot.js"
3580
3580
  ],
3581
3581
  "aliasPermutations": [
3582
- "force:org:snapshot:create",
3583
- "org:force:snapshot:create",
3584
- "org:snapshot:force:create",
3585
- "org:snapshot:create:force",
3586
- "force:snapshot:org:create",
3587
- "snapshot:force:org:create",
3588
- "snapshot:org:force:create",
3589
- "snapshot:org:create:force",
3590
- "force:snapshot:create:org",
3591
- "snapshot:force:create:org",
3592
- "snapshot:create:force:org",
3593
- "snapshot:create:org:force",
3594
- "force:org:create:snapshot",
3595
- "org:force:create:snapshot",
3596
- "org:create:force:snapshot",
3597
- "org:create:snapshot:force",
3598
- "force:create:org:snapshot",
3599
- "create:force:org:snapshot",
3600
- "create:org:force:snapshot",
3601
- "create:org:snapshot:force",
3602
- "force:create:snapshot:org",
3603
- "create:force:snapshot:org",
3604
- "create:snapshot:force:org",
3605
- "create:snapshot:org:force"
3582
+ "force:org:snapshot:delete",
3583
+ "org:force:snapshot:delete",
3584
+ "org:snapshot:force:delete",
3585
+ "org:snapshot:delete:force",
3586
+ "force:snapshot:org:delete",
3587
+ "snapshot:force:org:delete",
3588
+ "snapshot:org:force:delete",
3589
+ "snapshot:org:delete:force",
3590
+ "force:snapshot:delete:org",
3591
+ "snapshot:force:delete:org",
3592
+ "snapshot:delete:force:org",
3593
+ "snapshot:delete:org:force",
3594
+ "force:org:delete:snapshot",
3595
+ "org:force:delete:snapshot",
3596
+ "org:delete:force:snapshot",
3597
+ "org:delete:snapshot:force",
3598
+ "force:delete:org:snapshot",
3599
+ "delete:force:org:snapshot",
3600
+ "delete:org:force:snapshot",
3601
+ "delete:org:snapshot:force",
3602
+ "force:delete:snapshot:org",
3603
+ "delete:force:snapshot:org",
3604
+ "delete:snapshot:force:org",
3605
+ "delete:snapshot:org:force"
3606
3606
  ],
3607
3607
  "permutations": [
3608
- "org:create:snapshot",
3609
- "create:org:snapshot",
3610
- "create:snapshot:org",
3611
- "org:snapshot:create",
3612
- "snapshot:org:create",
3613
- "snapshot:create:org"
3608
+ "org:delete:snapshot",
3609
+ "delete:org:snapshot",
3610
+ "delete:snapshot:org",
3611
+ "org:snapshot:delete",
3612
+ "snapshot:org:delete",
3613
+ "snapshot:delete:org"
3614
3614
  ]
3615
3615
  },
3616
3616
  "org:get:snapshot": {
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.109.2"
4162
+ "version": "2.109.3"
4163
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.109.2",
4
+ "version": "2.109.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -82,7 +82,7 @@
82
82
  "@salesforce/plugin-dev": "2.5.1",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
84
  "@salesforce/plugin-flow": "1.0.2",
85
- "@salesforce/plugin-signups": "2.6.48",
85
+ "@salesforce/plugin-signups": "2.6.49",
86
86
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
87
87
  },
88
88
  "devPlugins": [
@@ -149,9 +149,9 @@
149
149
  "@oclif/plugin-commands": "4.1.33",
150
150
  "@oclif/plugin-help": "6.2.33",
151
151
  "@oclif/plugin-not-found": "3.2.68",
152
- "@oclif/plugin-plugins": "5.4.47",
152
+ "@oclif/plugin-plugins": "5.4.48",
153
153
  "@oclif/plugin-search": "1.2.31",
154
- "@oclif/plugin-update": "4.7.7",
154
+ "@oclif/plugin-update": "4.7.8",
155
155
  "@oclif/plugin-version": "2.2.33",
156
156
  "@oclif/plugin-warn-if-update-available": "3.1.48",
157
157
  "@oclif/plugin-which": "3.2.40",
@@ -171,7 +171,7 @@
171
171
  "@salesforce/plugin-schema": "3.3.82",
172
172
  "@salesforce/plugin-settings": "2.4.48",
173
173
  "@salesforce/plugin-sobject": "1.4.73",
174
- "@salesforce/plugin-telemetry": "3.6.57",
174
+ "@salesforce/plugin-telemetry": "3.6.58",
175
175
  "@salesforce/plugin-templates": "56.3.65",
176
176
  "@salesforce/plugin-trust": "3.7.113",
177
177
  "@salesforce/plugin-user": "3.6.38",