@salesforce/cli 2.141.3 → 2.141.5

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.
@@ -3651,131 +3651,6 @@
3651
3651
  "snapshot:create:org"
3652
3652
  ]
3653
3653
  },
3654
- "org:get:snapshot": {
3655
- "aliases": [
3656
- "force:org:snapshot:get"
3657
- ],
3658
- "args": {},
3659
- "deprecateAliases": true,
3660
- "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\".",
3661
- "examples": [
3662
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3663
- "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"
3664
- ],
3665
- "flags": {
3666
- "json": {
3667
- "description": "Format output as json.",
3668
- "helpGroup": "GLOBAL",
3669
- "name": "json",
3670
- "allowNo": false,
3671
- "type": "boolean"
3672
- },
3673
- "flags-dir": {
3674
- "helpGroup": "GLOBAL",
3675
- "name": "flags-dir",
3676
- "summary": "Import flag values from a directory.",
3677
- "hasDynamicHelp": false,
3678
- "multiple": false,
3679
- "type": "option"
3680
- },
3681
- "target-dev-hub": {
3682
- "aliases": [
3683
- "targetdevhubusername"
3684
- ],
3685
- "char": "v",
3686
- "deprecateAliases": true,
3687
- "name": "target-dev-hub",
3688
- "noCacheDefault": true,
3689
- "required": true,
3690
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3691
- "hasDynamicHelp": true,
3692
- "multiple": false,
3693
- "type": "option"
3694
- },
3695
- "api-version": {
3696
- "aliases": [
3697
- "apiversion"
3698
- ],
3699
- "deprecateAliases": true,
3700
- "description": "Override the api version used for api requests made by this command",
3701
- "name": "api-version",
3702
- "hasDynamicHelp": false,
3703
- "multiple": false,
3704
- "type": "option"
3705
- },
3706
- "loglevel": {
3707
- "deprecated": {
3708
- "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."
3709
- },
3710
- "hidden": true,
3711
- "name": "loglevel",
3712
- "hasDynamicHelp": false,
3713
- "multiple": false,
3714
- "type": "option"
3715
- },
3716
- "snapshot": {
3717
- "char": "s",
3718
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3719
- "name": "snapshot",
3720
- "required": true,
3721
- "summary": "Name or ID of snapshot to retrieve.",
3722
- "hasDynamicHelp": false,
3723
- "multiple": false,
3724
- "type": "option"
3725
- }
3726
- },
3727
- "hasDynamicHelp": true,
3728
- "hiddenAliases": [],
3729
- "id": "org:get:snapshot",
3730
- "pluginAlias": "@salesforce/plugin-signups",
3731
- "pluginName": "@salesforce/plugin-signups",
3732
- "pluginType": "jit",
3733
- "strict": true,
3734
- "summary": "Get details about a scratch org snapshot.",
3735
- "enableJsonFlag": true,
3736
- "isESM": true,
3737
- "relativePath": [
3738
- "lib",
3739
- "commands",
3740
- "org",
3741
- "get",
3742
- "snapshot.js"
3743
- ],
3744
- "aliasPermutations": [
3745
- "force:org:snapshot:get",
3746
- "org:force:snapshot:get",
3747
- "org:snapshot:force:get",
3748
- "org:snapshot:get:force",
3749
- "force:snapshot:org:get",
3750
- "snapshot:force:org:get",
3751
- "snapshot:org:force:get",
3752
- "snapshot:org:get:force",
3753
- "force:snapshot:get:org",
3754
- "snapshot:force:get:org",
3755
- "snapshot:get:force:org",
3756
- "snapshot:get:org:force",
3757
- "force:org:get:snapshot",
3758
- "org:force:get:snapshot",
3759
- "org:get:force:snapshot",
3760
- "org:get:snapshot:force",
3761
- "force:get:org:snapshot",
3762
- "get:force:org:snapshot",
3763
- "get:org:force:snapshot",
3764
- "get:org:snapshot:force",
3765
- "force:get:snapshot:org",
3766
- "get:force:snapshot:org",
3767
- "get:snapshot:force:org",
3768
- "get:snapshot:org:force"
3769
- ],
3770
- "permutations": [
3771
- "org:get:snapshot",
3772
- "get:org:snapshot",
3773
- "get:snapshot:org",
3774
- "org:snapshot:get",
3775
- "snapshot:org:get",
3776
- "snapshot:get:org"
3777
- ]
3778
- },
3779
3654
  "org:delete:shape": {
3780
3655
  "aliases": [
3781
3656
  "force:org:shape:delete"
@@ -4247,6 +4122,131 @@
4247
4122
  "snapshot:list:org"
4248
4123
  ]
4249
4124
  },
4125
+ "org:get:snapshot": {
4126
+ "aliases": [
4127
+ "force:org:snapshot:get"
4128
+ ],
4129
+ "args": {},
4130
+ "deprecateAliases": true,
4131
+ "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\".",
4132
+ "examples": [
4133
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4134
+ "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"
4135
+ ],
4136
+ "flags": {
4137
+ "json": {
4138
+ "description": "Format output as json.",
4139
+ "helpGroup": "GLOBAL",
4140
+ "name": "json",
4141
+ "allowNo": false,
4142
+ "type": "boolean"
4143
+ },
4144
+ "flags-dir": {
4145
+ "helpGroup": "GLOBAL",
4146
+ "name": "flags-dir",
4147
+ "summary": "Import flag values from a directory.",
4148
+ "hasDynamicHelp": false,
4149
+ "multiple": false,
4150
+ "type": "option"
4151
+ },
4152
+ "target-dev-hub": {
4153
+ "aliases": [
4154
+ "targetdevhubusername"
4155
+ ],
4156
+ "char": "v",
4157
+ "deprecateAliases": true,
4158
+ "name": "target-dev-hub",
4159
+ "noCacheDefault": true,
4160
+ "required": true,
4161
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4162
+ "hasDynamicHelp": true,
4163
+ "multiple": false,
4164
+ "type": "option"
4165
+ },
4166
+ "api-version": {
4167
+ "aliases": [
4168
+ "apiversion"
4169
+ ],
4170
+ "deprecateAliases": true,
4171
+ "description": "Override the api version used for api requests made by this command",
4172
+ "name": "api-version",
4173
+ "hasDynamicHelp": false,
4174
+ "multiple": false,
4175
+ "type": "option"
4176
+ },
4177
+ "loglevel": {
4178
+ "deprecated": {
4179
+ "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."
4180
+ },
4181
+ "hidden": true,
4182
+ "name": "loglevel",
4183
+ "hasDynamicHelp": false,
4184
+ "multiple": false,
4185
+ "type": "option"
4186
+ },
4187
+ "snapshot": {
4188
+ "char": "s",
4189
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
4190
+ "name": "snapshot",
4191
+ "required": true,
4192
+ "summary": "Name or ID of snapshot to retrieve.",
4193
+ "hasDynamicHelp": false,
4194
+ "multiple": false,
4195
+ "type": "option"
4196
+ }
4197
+ },
4198
+ "hasDynamicHelp": true,
4199
+ "hiddenAliases": [],
4200
+ "id": "org:get:snapshot",
4201
+ "pluginAlias": "@salesforce/plugin-signups",
4202
+ "pluginName": "@salesforce/plugin-signups",
4203
+ "pluginType": "jit",
4204
+ "strict": true,
4205
+ "summary": "Get details about a scratch org snapshot.",
4206
+ "enableJsonFlag": true,
4207
+ "isESM": true,
4208
+ "relativePath": [
4209
+ "lib",
4210
+ "commands",
4211
+ "org",
4212
+ "get",
4213
+ "snapshot.js"
4214
+ ],
4215
+ "aliasPermutations": [
4216
+ "force:org:snapshot:get",
4217
+ "org:force:snapshot:get",
4218
+ "org:snapshot:force:get",
4219
+ "org:snapshot:get:force",
4220
+ "force:snapshot:org:get",
4221
+ "snapshot:force:org:get",
4222
+ "snapshot:org:force:get",
4223
+ "snapshot:org:get:force",
4224
+ "force:snapshot:get:org",
4225
+ "snapshot:force:get:org",
4226
+ "snapshot:get:force:org",
4227
+ "snapshot:get:org:force",
4228
+ "force:org:get:snapshot",
4229
+ "org:force:get:snapshot",
4230
+ "org:get:force:snapshot",
4231
+ "org:get:snapshot:force",
4232
+ "force:get:org:snapshot",
4233
+ "get:force:org:snapshot",
4234
+ "get:org:force:snapshot",
4235
+ "get:org:snapshot:force",
4236
+ "force:get:snapshot:org",
4237
+ "get:force:snapshot:org",
4238
+ "get:snapshot:force:org",
4239
+ "get:snapshot:org:force"
4240
+ ],
4241
+ "permutations": [
4242
+ "org:get:snapshot",
4243
+ "get:org:snapshot",
4244
+ "get:snapshot:org",
4245
+ "org:snapshot:get",
4246
+ "snapshot:org:get",
4247
+ "snapshot:get:org"
4248
+ ]
4249
+ },
4250
4250
  "ui-bundle:dev": {
4251
4251
  "aliases": [],
4252
4252
  "args": {},
@@ -4554,5 +4554,5 @@
4554
4554
  "requiresProject": true
4555
4555
  }
4556
4556
  },
4557
- "version": "2.141.3"
4557
+ "version": "2.141.5"
4558
4558
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.141.3",
4
+ "version": "2.141.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -83,7 +83,7 @@
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.17",
86
- "@salesforce/plugin-signups": "2.6.72",
86
+ "@salesforce/plugin-signups": "2.6.73",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.2",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
@@ -146,36 +146,36 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.11.7",
150
- "@oclif/plugin-autocomplete": "3.2.50",
151
- "@oclif/plugin-commands": "4.1.58",
149
+ "@oclif/core": "4.11.10",
150
+ "@oclif/plugin-autocomplete": "3.2.52",
151
+ "@oclif/plugin-commands": "4.1.59",
152
152
  "@oclif/plugin-help": "6.2.52",
153
- "@oclif/plugin-not-found": "3.2.87",
154
- "@oclif/plugin-plugins": "5.4.76",
155
- "@oclif/plugin-search": "1.2.50",
156
- "@oclif/plugin-update": "4.7.49",
157
- "@oclif/plugin-version": "2.2.48",
158
- "@oclif/plugin-warn-if-update-available": "3.1.65",
159
- "@oclif/plugin-which": "3.2.55",
153
+ "@oclif/plugin-not-found": "3.2.88",
154
+ "@oclif/plugin-plugins": "5.4.78",
155
+ "@oclif/plugin-search": "1.2.51",
156
+ "@oclif/plugin-update": "4.7.52",
157
+ "@oclif/plugin-version": "2.2.49",
158
+ "@oclif/plugin-warn-if-update-available": "3.1.67",
159
+ "@oclif/plugin-which": "3.2.57",
160
160
  "@salesforce/core": "^8.28.0",
161
161
  "@salesforce/kit": "^3.1.6",
162
162
  "@salesforce/plugin-agent": "1.42.1",
163
- "@salesforce/plugin-apex": "3.9.36",
164
- "@salesforce/plugin-api": "1.3.42",
163
+ "@salesforce/plugin-apex": "3.9.38",
164
+ "@salesforce/plugin-api": "1.3.43",
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.143",
168
+ "@salesforce/plugin-info": "3.4.144",
169
169
  "@salesforce/plugin-limits": "3.3.96",
170
- "@salesforce/plugin-marketplace": "1.3.34",
171
- "@salesforce/plugin-org": "5.11.11",
172
- "@salesforce/plugin-packaging": "2.29.5",
173
- "@salesforce/plugin-schema": "3.3.121",
174
- "@salesforce/plugin-settings": "2.4.87",
175
- "@salesforce/plugin-sobject": "1.4.116",
170
+ "@salesforce/plugin-marketplace": "1.3.35",
171
+ "@salesforce/plugin-org": "5.11.12",
172
+ "@salesforce/plugin-packaging": "2.29.6",
173
+ "@salesforce/plugin-schema": "3.3.122",
174
+ "@salesforce/plugin-settings": "2.4.89",
175
+ "@salesforce/plugin-sobject": "1.4.117",
176
176
  "@salesforce/plugin-telemetry": "3.8.27",
177
- "@salesforce/plugin-templates": "56.18.7",
178
- "@salesforce/plugin-trust": "3.8.23",
177
+ "@salesforce/plugin-templates": "56.18.9",
178
+ "@salesforce/plugin-trust": "3.8.26",
179
179
  "@salesforce/plugin-user": "3.10.4",
180
180
  "@salesforce/sf-plugins-core": "12.2.24",
181
181
  "ansis": "^3.12.0"
@@ -258,13 +258,13 @@
258
258
  "types": "dist/index.d.ts",
259
259
  "devDependencies": {
260
260
  "@oclif/plugin-command-snapshot": "^5.2.3",
261
- "@oclif/test": "^4.1.19",
261
+ "@oclif/test": "^4.1.20",
262
262
  "@salesforce/dev-scripts": "^11.0.2",
263
263
  "@salesforce/plugin-release-management": "^5.8.21",
264
264
  "@salesforce/ts-sinon": "^1.4.34",
265
265
  "@salesforce/ts-types": "^2.0.11",
266
266
  "aws-sdk": "^2.1693.0",
267
- "oclif": "^4.23.16",
267
+ "oclif": "^4.23.18",
268
268
  "ts-node": "^10.9.2",
269
269
  "typescript": "^5.9.3"
270
270
  },