@salesforce/cli 2.39.1 → 2.39.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.
@@ -3887,132 +3887,6 @@
3887
3887
  "snapshot:create:org"
3888
3888
  ]
3889
3889
  },
3890
- "org:get:snapshot": {
3891
- "aliases": [
3892
- "force:org:snapshot:get"
3893
- ],
3894
- "args": {},
3895
- "deprecateAliases": true,
3896
- "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\".",
3897
- "examples": [
3898
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3899
- "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"
3900
- ],
3901
- "flags": {
3902
- "json": {
3903
- "description": "Format output as json.",
3904
- "helpGroup": "GLOBAL",
3905
- "name": "json",
3906
- "allowNo": false,
3907
- "type": "boolean"
3908
- },
3909
- "flags-dir": {
3910
- "helpGroup": "GLOBAL",
3911
- "name": "flags-dir",
3912
- "summary": "Import flag values from a directory.",
3913
- "hasDynamicHelp": false,
3914
- "multiple": false,
3915
- "type": "option"
3916
- },
3917
- "target-dev-hub": {
3918
- "aliases": [
3919
- "targetdevhubusername"
3920
- ],
3921
- "char": "v",
3922
- "deprecateAliases": true,
3923
- "name": "target-dev-hub",
3924
- "noCacheDefault": true,
3925
- "required": true,
3926
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3927
- "hasDynamicHelp": true,
3928
- "multiple": false,
3929
- "type": "option"
3930
- },
3931
- "api-version": {
3932
- "aliases": [
3933
- "apiversion"
3934
- ],
3935
- "deprecateAliases": true,
3936
- "description": "Override the api version used for api requests made by this command",
3937
- "name": "api-version",
3938
- "hasDynamicHelp": false,
3939
- "multiple": false,
3940
- "type": "option"
3941
- },
3942
- "loglevel": {
3943
- "deprecated": {
3944
- "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."
3945
- },
3946
- "hidden": true,
3947
- "name": "loglevel",
3948
- "hasDynamicHelp": false,
3949
- "multiple": false,
3950
- "type": "option"
3951
- },
3952
- "snapshot": {
3953
- "char": "s",
3954
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3955
- "name": "snapshot",
3956
- "required": true,
3957
- "summary": "Name or ID of snapshot to retrieve.",
3958
- "hasDynamicHelp": false,
3959
- "multiple": false,
3960
- "type": "option"
3961
- }
3962
- },
3963
- "hasDynamicHelp": true,
3964
- "hiddenAliases": [],
3965
- "id": "org:get:snapshot",
3966
- "pluginAlias": "@salesforce/plugin-signups",
3967
- "pluginName": "@salesforce/plugin-signups",
3968
- "pluginType": "jit",
3969
- "state": "beta",
3970
- "strict": true,
3971
- "summary": "Get details about a scratch org snapshot.",
3972
- "enableJsonFlag": true,
3973
- "isESM": true,
3974
- "relativePath": [
3975
- "lib",
3976
- "commands",
3977
- "org",
3978
- "get",
3979
- "snapshot.js"
3980
- ],
3981
- "aliasPermutations": [
3982
- "force:org:snapshot:get",
3983
- "org:force:snapshot:get",
3984
- "org:snapshot:force:get",
3985
- "org:snapshot:get:force",
3986
- "force:snapshot:org:get",
3987
- "snapshot:force:org:get",
3988
- "snapshot:org:force:get",
3989
- "snapshot:org:get:force",
3990
- "force:snapshot:get:org",
3991
- "snapshot:force:get:org",
3992
- "snapshot:get:force:org",
3993
- "snapshot:get:org:force",
3994
- "force:org:get:snapshot",
3995
- "org:force:get:snapshot",
3996
- "org:get:force:snapshot",
3997
- "org:get:snapshot:force",
3998
- "force:get:org:snapshot",
3999
- "get:force:org:snapshot",
4000
- "get:org:force:snapshot",
4001
- "get:org:snapshot:force",
4002
- "force:get:snapshot:org",
4003
- "get:force:snapshot:org",
4004
- "get:snapshot:force:org",
4005
- "get:snapshot:org:force"
4006
- ],
4007
- "permutations": [
4008
- "org:get:snapshot",
4009
- "get:org:snapshot",
4010
- "get:snapshot:org",
4011
- "org:snapshot:get",
4012
- "snapshot:org:get",
4013
- "snapshot:get:org"
4014
- ]
4015
- },
4016
3890
  "org:delete:shape": {
4017
3891
  "aliases": [
4018
3892
  "force:org:shape:delete"
@@ -4146,7 +4020,7 @@
4146
4020
  ],
4147
4021
  "args": {},
4148
4022
  "deprecateAliases": true,
4149
- "description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
4023
+ "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.",
4150
4024
  "examples": [
4151
4025
  "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4152
4026
  "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
@@ -4266,6 +4140,132 @@
4266
4140
  "snapshot:delete:org"
4267
4141
  ]
4268
4142
  },
4143
+ "org:get:snapshot": {
4144
+ "aliases": [
4145
+ "force:org:snapshot:get"
4146
+ ],
4147
+ "args": {},
4148
+ "deprecateAliases": true,
4149
+ "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\".",
4150
+ "examples": [
4151
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4152
+ "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"
4153
+ ],
4154
+ "flags": {
4155
+ "json": {
4156
+ "description": "Format output as json.",
4157
+ "helpGroup": "GLOBAL",
4158
+ "name": "json",
4159
+ "allowNo": false,
4160
+ "type": "boolean"
4161
+ },
4162
+ "flags-dir": {
4163
+ "helpGroup": "GLOBAL",
4164
+ "name": "flags-dir",
4165
+ "summary": "Import flag values from a directory.",
4166
+ "hasDynamicHelp": false,
4167
+ "multiple": false,
4168
+ "type": "option"
4169
+ },
4170
+ "target-dev-hub": {
4171
+ "aliases": [
4172
+ "targetdevhubusername"
4173
+ ],
4174
+ "char": "v",
4175
+ "deprecateAliases": true,
4176
+ "name": "target-dev-hub",
4177
+ "noCacheDefault": true,
4178
+ "required": true,
4179
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4180
+ "hasDynamicHelp": true,
4181
+ "multiple": false,
4182
+ "type": "option"
4183
+ },
4184
+ "api-version": {
4185
+ "aliases": [
4186
+ "apiversion"
4187
+ ],
4188
+ "deprecateAliases": true,
4189
+ "description": "Override the api version used for api requests made by this command",
4190
+ "name": "api-version",
4191
+ "hasDynamicHelp": false,
4192
+ "multiple": false,
4193
+ "type": "option"
4194
+ },
4195
+ "loglevel": {
4196
+ "deprecated": {
4197
+ "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."
4198
+ },
4199
+ "hidden": true,
4200
+ "name": "loglevel",
4201
+ "hasDynamicHelp": false,
4202
+ "multiple": false,
4203
+ "type": "option"
4204
+ },
4205
+ "snapshot": {
4206
+ "char": "s",
4207
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
4208
+ "name": "snapshot",
4209
+ "required": true,
4210
+ "summary": "Name or ID of snapshot to retrieve.",
4211
+ "hasDynamicHelp": false,
4212
+ "multiple": false,
4213
+ "type": "option"
4214
+ }
4215
+ },
4216
+ "hasDynamicHelp": true,
4217
+ "hiddenAliases": [],
4218
+ "id": "org:get:snapshot",
4219
+ "pluginAlias": "@salesforce/plugin-signups",
4220
+ "pluginName": "@salesforce/plugin-signups",
4221
+ "pluginType": "jit",
4222
+ "state": "beta",
4223
+ "strict": true,
4224
+ "summary": "Get details about a scratch org snapshot.",
4225
+ "enableJsonFlag": true,
4226
+ "isESM": true,
4227
+ "relativePath": [
4228
+ "lib",
4229
+ "commands",
4230
+ "org",
4231
+ "get",
4232
+ "snapshot.js"
4233
+ ],
4234
+ "aliasPermutations": [
4235
+ "force:org:snapshot:get",
4236
+ "org:force:snapshot:get",
4237
+ "org:snapshot:force:get",
4238
+ "org:snapshot:get:force",
4239
+ "force:snapshot:org:get",
4240
+ "snapshot:force:org:get",
4241
+ "snapshot:org:force:get",
4242
+ "snapshot:org:get:force",
4243
+ "force:snapshot:get:org",
4244
+ "snapshot:force:get:org",
4245
+ "snapshot:get:force:org",
4246
+ "snapshot:get:org:force",
4247
+ "force:org:get:snapshot",
4248
+ "org:force:get:snapshot",
4249
+ "org:get:force:snapshot",
4250
+ "org:get:snapshot:force",
4251
+ "force:get:org:snapshot",
4252
+ "get:force:org:snapshot",
4253
+ "get:org:force:snapshot",
4254
+ "get:org:snapshot:force",
4255
+ "force:get:snapshot:org",
4256
+ "get:force:snapshot:org",
4257
+ "get:snapshot:force:org",
4258
+ "get:snapshot:org:force"
4259
+ ],
4260
+ "permutations": [
4261
+ "org:get:snapshot",
4262
+ "get:org:snapshot",
4263
+ "get:snapshot:org",
4264
+ "org:snapshot:get",
4265
+ "snapshot:org:get",
4266
+ "snapshot:get:org"
4267
+ ]
4268
+ },
4269
4269
  "org:list:shape": {
4270
4270
  "aliases": [
4271
4271
  "force:org:shape:list"
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.39.1"
5387
+ "version": "2.39.3"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.39.1",
4
+ "version": "2.39.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,13 +75,13 @@
75
75
  "@salesforce/plugin-user"
76
76
  ],
77
77
  "jitPlugins": {
78
- "@salesforce/plugin-custom-metadata": "3.3.2",
78
+ "@salesforce/plugin-custom-metadata": "3.3.3",
79
79
  "@salesforce/plugin-community": "3.2.3",
80
80
  "@salesforce/plugin-dev": "2.3.0",
81
81
  "@salesforce/plugin-devops-center": "1.2.9",
82
82
  "@salesforce/plugin-env": "3.0.28",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
- "@salesforce/plugin-signups": "2.2.1",
84
+ "@salesforce/plugin-signups": "2.2.2",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
86
86
  "@salesforce/sfdx-scanner": "3.23.0"
87
87
  },
@@ -143,8 +143,8 @@
143
143
  "@oclif/plugin-autocomplete": "3.0.15",
144
144
  "@oclif/plugin-commands": "3.3.1",
145
145
  "@oclif/plugin-help": "6.0.21",
146
- "@oclif/plugin-not-found": "3.1.4",
147
- "@oclif/plugin-plugins": "5.0.11",
146
+ "@oclif/plugin-not-found": "3.1.5",
147
+ "@oclif/plugin-plugins": "5.0.12",
148
148
  "@oclif/plugin-search": "1.0.22",
149
149
  "@oclif/plugin-update": "4.2.6",
150
150
  "@oclif/plugin-version": "2.0.17",
@@ -153,9 +153,9 @@
153
153
  "@salesforce/core": "^7.2.0",
154
154
  "@salesforce/kit": "^3.1.0",
155
155
  "@salesforce/plugin-apex": "3.1.7",
156
- "@salesforce/plugin-auth": "3.6.1",
156
+ "@salesforce/plugin-auth": "3.6.3",
157
157
  "@salesforce/plugin-data": "3.3.1",
158
- "@salesforce/plugin-deploy-retrieve": "3.6.2",
158
+ "@salesforce/plugin-deploy-retrieve": "3.6.5",
159
159
  "@salesforce/plugin-info": "3.2.1",
160
160
  "@salesforce/plugin-limits": "3.3.3",
161
161
  "@salesforce/plugin-marketplace": "1.2.1",
@@ -164,8 +164,8 @@
164
164
  "@salesforce/plugin-schema": "3.3.3",
165
165
  "@salesforce/plugin-settings": "2.2.1",
166
166
  "@salesforce/plugin-sobject": "1.3.4",
167
- "@salesforce/plugin-source": "3.3.1",
168
- "@salesforce/plugin-telemetry": "3.3.3",
167
+ "@salesforce/plugin-source": "3.3.3",
168
+ "@salesforce/plugin-telemetry": "3.3.4",
169
169
  "@salesforce/plugin-templates": "56.2.2",
170
170
  "@salesforce/plugin-trust": "3.6.3",
171
171
  "@salesforce/plugin-user": "3.5.2",