@salesforce/cli 2.143.2 → 2.143.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.
@@ -5051,6 +5051,131 @@
5051
5051
  "snapshot:delete:org"
5052
5052
  ]
5053
5053
  },
5054
+ "org:get:snapshot": {
5055
+ "aliases": [
5056
+ "force:org:snapshot:get"
5057
+ ],
5058
+ "args": {},
5059
+ "deprecateAliases": true,
5060
+ "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\".",
5061
+ "examples": [
5062
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
5063
+ "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"
5064
+ ],
5065
+ "flags": {
5066
+ "json": {
5067
+ "description": "Format output as json.",
5068
+ "helpGroup": "GLOBAL",
5069
+ "name": "json",
5070
+ "allowNo": false,
5071
+ "type": "boolean"
5072
+ },
5073
+ "flags-dir": {
5074
+ "helpGroup": "GLOBAL",
5075
+ "name": "flags-dir",
5076
+ "summary": "Import flag values from a directory.",
5077
+ "hasDynamicHelp": false,
5078
+ "multiple": false,
5079
+ "type": "option"
5080
+ },
5081
+ "target-dev-hub": {
5082
+ "aliases": [
5083
+ "targetdevhubusername"
5084
+ ],
5085
+ "char": "v",
5086
+ "deprecateAliases": true,
5087
+ "name": "target-dev-hub",
5088
+ "noCacheDefault": true,
5089
+ "required": true,
5090
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
5091
+ "hasDynamicHelp": true,
5092
+ "multiple": false,
5093
+ "type": "option"
5094
+ },
5095
+ "api-version": {
5096
+ "aliases": [
5097
+ "apiversion"
5098
+ ],
5099
+ "deprecateAliases": true,
5100
+ "description": "Override the api version used for api requests made by this command",
5101
+ "name": "api-version",
5102
+ "hasDynamicHelp": false,
5103
+ "multiple": false,
5104
+ "type": "option"
5105
+ },
5106
+ "loglevel": {
5107
+ "deprecated": {
5108
+ "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."
5109
+ },
5110
+ "hidden": true,
5111
+ "name": "loglevel",
5112
+ "hasDynamicHelp": false,
5113
+ "multiple": false,
5114
+ "type": "option"
5115
+ },
5116
+ "snapshot": {
5117
+ "char": "s",
5118
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
5119
+ "name": "snapshot",
5120
+ "required": true,
5121
+ "summary": "Name or ID of snapshot to retrieve.",
5122
+ "hasDynamicHelp": false,
5123
+ "multiple": false,
5124
+ "type": "option"
5125
+ }
5126
+ },
5127
+ "hasDynamicHelp": true,
5128
+ "hiddenAliases": [],
5129
+ "id": "org:get:snapshot",
5130
+ "pluginAlias": "@salesforce/plugin-signups",
5131
+ "pluginName": "@salesforce/plugin-signups",
5132
+ "pluginType": "jit",
5133
+ "strict": true,
5134
+ "summary": "Get details about a scratch org snapshot.",
5135
+ "enableJsonFlag": true,
5136
+ "isESM": true,
5137
+ "relativePath": [
5138
+ "lib",
5139
+ "commands",
5140
+ "org",
5141
+ "get",
5142
+ "snapshot.js"
5143
+ ],
5144
+ "aliasPermutations": [
5145
+ "force:org:snapshot:get",
5146
+ "org:force:snapshot:get",
5147
+ "org:snapshot:force:get",
5148
+ "org:snapshot:get:force",
5149
+ "force:snapshot:org:get",
5150
+ "snapshot:force:org:get",
5151
+ "snapshot:org:force:get",
5152
+ "snapshot:org:get:force",
5153
+ "force:snapshot:get:org",
5154
+ "snapshot:force:get:org",
5155
+ "snapshot:get:force:org",
5156
+ "snapshot:get:org:force",
5157
+ "force:org:get:snapshot",
5158
+ "org:force:get:snapshot",
5159
+ "org:get:force:snapshot",
5160
+ "org:get:snapshot:force",
5161
+ "force:get:org:snapshot",
5162
+ "get:force:org:snapshot",
5163
+ "get:org:force:snapshot",
5164
+ "get:org:snapshot:force",
5165
+ "force:get:snapshot:org",
5166
+ "get:force:snapshot:org",
5167
+ "get:snapshot:force:org",
5168
+ "get:snapshot:org:force"
5169
+ ],
5170
+ "permutations": [
5171
+ "org:get:snapshot",
5172
+ "get:org:snapshot",
5173
+ "get:snapshot:org",
5174
+ "org:snapshot:get",
5175
+ "snapshot:org:get",
5176
+ "snapshot:get:org"
5177
+ ]
5178
+ },
5054
5179
  "org:list:shape": {
5055
5180
  "aliases": [
5056
5181
  "force:org:shape:list"
@@ -5263,131 +5388,6 @@
5263
5388
  "snapshot:list:org"
5264
5389
  ]
5265
5390
  },
5266
- "org:get:snapshot": {
5267
- "aliases": [
5268
- "force:org:snapshot:get"
5269
- ],
5270
- "args": {},
5271
- "deprecateAliases": true,
5272
- "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\".",
5273
- "examples": [
5274
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
5275
- "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"
5276
- ],
5277
- "flags": {
5278
- "json": {
5279
- "description": "Format output as json.",
5280
- "helpGroup": "GLOBAL",
5281
- "name": "json",
5282
- "allowNo": false,
5283
- "type": "boolean"
5284
- },
5285
- "flags-dir": {
5286
- "helpGroup": "GLOBAL",
5287
- "name": "flags-dir",
5288
- "summary": "Import flag values from a directory.",
5289
- "hasDynamicHelp": false,
5290
- "multiple": false,
5291
- "type": "option"
5292
- },
5293
- "target-dev-hub": {
5294
- "aliases": [
5295
- "targetdevhubusername"
5296
- ],
5297
- "char": "v",
5298
- "deprecateAliases": true,
5299
- "name": "target-dev-hub",
5300
- "noCacheDefault": true,
5301
- "required": true,
5302
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
5303
- "hasDynamicHelp": true,
5304
- "multiple": false,
5305
- "type": "option"
5306
- },
5307
- "api-version": {
5308
- "aliases": [
5309
- "apiversion"
5310
- ],
5311
- "deprecateAliases": true,
5312
- "description": "Override the api version used for api requests made by this command",
5313
- "name": "api-version",
5314
- "hasDynamicHelp": false,
5315
- "multiple": false,
5316
- "type": "option"
5317
- },
5318
- "loglevel": {
5319
- "deprecated": {
5320
- "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."
5321
- },
5322
- "hidden": true,
5323
- "name": "loglevel",
5324
- "hasDynamicHelp": false,
5325
- "multiple": false,
5326
- "type": "option"
5327
- },
5328
- "snapshot": {
5329
- "char": "s",
5330
- "description": "The IDs of scratch org snapshots start with 0Oo.",
5331
- "name": "snapshot",
5332
- "required": true,
5333
- "summary": "Name or ID of snapshot to retrieve.",
5334
- "hasDynamicHelp": false,
5335
- "multiple": false,
5336
- "type": "option"
5337
- }
5338
- },
5339
- "hasDynamicHelp": true,
5340
- "hiddenAliases": [],
5341
- "id": "org:get:snapshot",
5342
- "pluginAlias": "@salesforce/plugin-signups",
5343
- "pluginName": "@salesforce/plugin-signups",
5344
- "pluginType": "jit",
5345
- "strict": true,
5346
- "summary": "Get details about a scratch org snapshot.",
5347
- "enableJsonFlag": true,
5348
- "isESM": true,
5349
- "relativePath": [
5350
- "lib",
5351
- "commands",
5352
- "org",
5353
- "get",
5354
- "snapshot.js"
5355
- ],
5356
- "aliasPermutations": [
5357
- "force:org:snapshot:get",
5358
- "org:force:snapshot:get",
5359
- "org:snapshot:force:get",
5360
- "org:snapshot:get:force",
5361
- "force:snapshot:org:get",
5362
- "snapshot:force:org:get",
5363
- "snapshot:org:force:get",
5364
- "snapshot:org:get:force",
5365
- "force:snapshot:get:org",
5366
- "snapshot:force:get:org",
5367
- "snapshot:get:force:org",
5368
- "snapshot:get:org:force",
5369
- "force:org:get:snapshot",
5370
- "org:force:get:snapshot",
5371
- "org:get:force:snapshot",
5372
- "org:get:snapshot:force",
5373
- "force:get:org:snapshot",
5374
- "get:force:org:snapshot",
5375
- "get:org:force:snapshot",
5376
- "get:org:snapshot:force",
5377
- "force:get:snapshot:org",
5378
- "get:force:snapshot:org",
5379
- "get:snapshot:force:org",
5380
- "get:snapshot:org:force"
5381
- ],
5382
- "permutations": [
5383
- "org:get:snapshot",
5384
- "get:org:snapshot",
5385
- "get:snapshot:org",
5386
- "org:snapshot:get",
5387
- "snapshot:org:get",
5388
- "snapshot:get:org"
5389
- ]
5390
- },
5391
5391
  "ui-bundle:dev": {
5392
5392
  "aliases": [],
5393
5393
  "args": {},
@@ -5695,5 +5695,5 @@
5695
5695
  "requiresProject": true
5696
5696
  }
5697
5697
  },
5698
- "version": "2.143.2"
5698
+ "version": "2.143.4"
5699
5699
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.143.2",
4
+ "version": "2.143.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,13 +77,13 @@
77
77
  ],
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-code-analyzer": "5.14.0",
80
- "@salesforce/plugin-community": "3.3.70",
81
- "@salesforce/plugin-custom-metadata": "3.3.109",
80
+ "@salesforce/plugin-community": "3.3.71",
81
+ "@salesforce/plugin-custom-metadata": "3.3.111",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.3.0",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.17",
86
- "@salesforce/plugin-signups": "2.6.73",
86
+ "@salesforce/plugin-signups": "2.6.76",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.2",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
@@ -148,11 +148,11 @@
148
148
  "@inquirer/select": "^2.3.5",
149
149
  "@oclif/core": "4.11.14",
150
150
  "@oclif/plugin-autocomplete": "3.2.53",
151
- "@oclif/plugin-commands": "4.1.59",
151
+ "@oclif/plugin-commands": "4.1.60",
152
152
  "@oclif/plugin-help": "6.2.53",
153
153
  "@oclif/plugin-not-found": "3.2.88",
154
- "@oclif/plugin-plugins": "5.4.82",
155
- "@oclif/plugin-search": "1.2.52",
154
+ "@oclif/plugin-plugins": "5.4.84",
155
+ "@oclif/plugin-search": "1.2.53",
156
156
  "@oclif/plugin-update": "4.7.54",
157
157
  "@oclif/plugin-version": "2.2.50",
158
158
  "@oclif/plugin-warn-if-update-available": "3.1.68",
@@ -161,21 +161,21 @@
161
161
  "@salesforce/kit": "^3.1.6",
162
162
  "@salesforce/plugin-agent": "1.44.4",
163
163
  "@salesforce/plugin-apex": "3.9.38",
164
- "@salesforce/plugin-api": "1.3.43",
164
+ "@salesforce/plugin-api": "1.3.46",
165
165
  "@salesforce/plugin-auth": "4.4.5",
166
166
  "@salesforce/plugin-data": "4.0.110",
167
167
  "@salesforce/plugin-deploy-retrieve": "3.24.54",
168
- "@salesforce/plugin-info": "3.4.144",
169
- "@salesforce/plugin-limits": "3.3.96",
170
- "@salesforce/plugin-marketplace": "1.3.35",
171
- "@salesforce/plugin-org": "5.11.12",
168
+ "@salesforce/plugin-info": "3.4.147",
169
+ "@salesforce/plugin-limits": "3.3.98",
170
+ "@salesforce/plugin-marketplace": "1.3.38",
171
+ "@salesforce/plugin-org": "5.11.16",
172
172
  "@salesforce/plugin-packaging": "2.30.1",
173
173
  "@salesforce/plugin-schema": "3.3.122",
174
- "@salesforce/plugin-settings": "2.4.89",
175
- "@salesforce/plugin-sobject": "1.4.117",
174
+ "@salesforce/plugin-settings": "2.4.92",
175
+ "@salesforce/plugin-sobject": "1.4.121",
176
176
  "@salesforce/plugin-telemetry": "3.8.27",
177
- "@salesforce/plugin-templates": "56.18.12",
178
- "@salesforce/plugin-trust": "3.8.26",
177
+ "@salesforce/plugin-templates": "56.18.13",
178
+ "@salesforce/plugin-trust": "3.8.33",
179
179
  "@salesforce/plugin-user": "3.10.4",
180
180
  "@salesforce/sf-plugins-core": "12.2.25",
181
181
  "ansis": "^3.12.0"