@salesforce/cli 2.134.3 → 2.134.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.
@@ -3910,6 +3910,131 @@
3910
3910
  "snapshot:delete:org"
3911
3911
  ]
3912
3912
  },
3913
+ "org:get:snapshot": {
3914
+ "aliases": [
3915
+ "force:org:snapshot:get"
3916
+ ],
3917
+ "args": {},
3918
+ "deprecateAliases": true,
3919
+ "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\".",
3920
+ "examples": [
3921
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3922
+ "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"
3923
+ ],
3924
+ "flags": {
3925
+ "json": {
3926
+ "description": "Format output as json.",
3927
+ "helpGroup": "GLOBAL",
3928
+ "name": "json",
3929
+ "allowNo": false,
3930
+ "type": "boolean"
3931
+ },
3932
+ "flags-dir": {
3933
+ "helpGroup": "GLOBAL",
3934
+ "name": "flags-dir",
3935
+ "summary": "Import flag values from a directory.",
3936
+ "hasDynamicHelp": false,
3937
+ "multiple": false,
3938
+ "type": "option"
3939
+ },
3940
+ "target-dev-hub": {
3941
+ "aliases": [
3942
+ "targetdevhubusername"
3943
+ ],
3944
+ "char": "v",
3945
+ "deprecateAliases": true,
3946
+ "name": "target-dev-hub",
3947
+ "noCacheDefault": true,
3948
+ "required": true,
3949
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3950
+ "hasDynamicHelp": true,
3951
+ "multiple": false,
3952
+ "type": "option"
3953
+ },
3954
+ "api-version": {
3955
+ "aliases": [
3956
+ "apiversion"
3957
+ ],
3958
+ "deprecateAliases": true,
3959
+ "description": "Override the api version used for api requests made by this command",
3960
+ "name": "api-version",
3961
+ "hasDynamicHelp": false,
3962
+ "multiple": false,
3963
+ "type": "option"
3964
+ },
3965
+ "loglevel": {
3966
+ "deprecated": {
3967
+ "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."
3968
+ },
3969
+ "hidden": true,
3970
+ "name": "loglevel",
3971
+ "hasDynamicHelp": false,
3972
+ "multiple": false,
3973
+ "type": "option"
3974
+ },
3975
+ "snapshot": {
3976
+ "char": "s",
3977
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3978
+ "name": "snapshot",
3979
+ "required": true,
3980
+ "summary": "Name or ID of snapshot to retrieve.",
3981
+ "hasDynamicHelp": false,
3982
+ "multiple": false,
3983
+ "type": "option"
3984
+ }
3985
+ },
3986
+ "hasDynamicHelp": true,
3987
+ "hiddenAliases": [],
3988
+ "id": "org:get:snapshot",
3989
+ "pluginAlias": "@salesforce/plugin-signups",
3990
+ "pluginName": "@salesforce/plugin-signups",
3991
+ "pluginType": "jit",
3992
+ "strict": true,
3993
+ "summary": "Get details about a scratch org snapshot.",
3994
+ "enableJsonFlag": true,
3995
+ "isESM": true,
3996
+ "relativePath": [
3997
+ "lib",
3998
+ "commands",
3999
+ "org",
4000
+ "get",
4001
+ "snapshot.js"
4002
+ ],
4003
+ "aliasPermutations": [
4004
+ "force:org:snapshot:get",
4005
+ "org:force:snapshot:get",
4006
+ "org:snapshot:force:get",
4007
+ "org:snapshot:get:force",
4008
+ "force:snapshot:org:get",
4009
+ "snapshot:force:org:get",
4010
+ "snapshot:org:force:get",
4011
+ "snapshot:org:get:force",
4012
+ "force:snapshot:get:org",
4013
+ "snapshot:force:get:org",
4014
+ "snapshot:get:force:org",
4015
+ "snapshot:get:org:force",
4016
+ "force:org:get:snapshot",
4017
+ "org:force:get:snapshot",
4018
+ "org:get:force:snapshot",
4019
+ "org:get:snapshot:force",
4020
+ "force:get:org:snapshot",
4021
+ "get:force:org:snapshot",
4022
+ "get:org:force:snapshot",
4023
+ "get:org:snapshot:force",
4024
+ "force:get:snapshot:org",
4025
+ "get:force:snapshot:org",
4026
+ "get:snapshot:force:org",
4027
+ "get:snapshot:org:force"
4028
+ ],
4029
+ "permutations": [
4030
+ "org:get:snapshot",
4031
+ "get:org:snapshot",
4032
+ "get:snapshot:org",
4033
+ "org:snapshot:get",
4034
+ "snapshot:org:get",
4035
+ "snapshot:get:org"
4036
+ ]
4037
+ },
3913
4038
  "org:list:shape": {
3914
4039
  "aliases": [
3915
4040
  "force:org:shape:list"
@@ -4122,131 +4247,6 @@
4122
4247
  "snapshot:list:org"
4123
4248
  ]
4124
4249
  },
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.134.3"
4557
+ "version": "2.134.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.134.3",
4
+ "version": "2.134.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.67",
86
+ "@salesforce/plugin-signups": "2.6.68",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.2",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
@@ -147,37 +147,37 @@
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
149
  "@oclif/core": "4.11.0",
150
- "@oclif/plugin-autocomplete": "3.2.46",
150
+ "@oclif/plugin-autocomplete": "3.2.47",
151
151
  "@oclif/plugin-commands": "4.1.49",
152
- "@oclif/plugin-help": "6.2.45",
153
- "@oclif/plugin-not-found": "3.2.81",
152
+ "@oclif/plugin-help": "6.2.46",
153
+ "@oclif/plugin-not-found": "3.2.82",
154
154
  "@oclif/plugin-plugins": "5.4.63",
155
- "@oclif/plugin-search": "1.2.45",
156
- "@oclif/plugin-update": "4.7.33",
155
+ "@oclif/plugin-search": "1.2.46",
156
+ "@oclif/plugin-update": "4.7.35",
157
157
  "@oclif/plugin-version": "2.2.43",
158
- "@oclif/plugin-warn-if-update-available": "3.1.61",
159
- "@oclif/plugin-which": "3.2.50",
158
+ "@oclif/plugin-warn-if-update-available": "3.1.62",
159
+ "@oclif/plugin-which": "3.2.51",
160
160
  "@salesforce/core": "^8.28.0",
161
161
  "@salesforce/kit": "^3.1.6",
162
- "@salesforce/plugin-agent": "1.34.0",
163
- "@salesforce/plugin-apex": "3.9.22",
164
- "@salesforce/plugin-api": "1.3.21",
162
+ "@salesforce/plugin-agent": "1.35.0",
163
+ "@salesforce/plugin-apex": "3.9.23",
164
+ "@salesforce/plugin-api": "1.3.23",
165
165
  "@salesforce/plugin-auth": "4.3.7",
166
- "@salesforce/plugin-data": "4.0.92",
167
- "@salesforce/plugin-deploy-retrieve": "3.24.40",
168
- "@salesforce/plugin-info": "3.4.124",
169
- "@salesforce/plugin-limits": "3.3.84",
170
- "@salesforce/plugin-marketplace": "1.3.18",
171
- "@salesforce/plugin-org": "5.10.3",
172
- "@salesforce/plugin-packaging": "2.27.9",
173
- "@salesforce/plugin-schema": "3.3.106",
174
- "@salesforce/plugin-settings": "2.4.72",
175
- "@salesforce/plugin-sobject": "1.4.100",
166
+ "@salesforce/plugin-data": "4.0.94",
167
+ "@salesforce/plugin-deploy-retrieve": "3.24.41",
168
+ "@salesforce/plugin-info": "3.4.125",
169
+ "@salesforce/plugin-limits": "3.3.86",
170
+ "@salesforce/plugin-marketplace": "1.3.20",
171
+ "@salesforce/plugin-org": "5.10.6",
172
+ "@salesforce/plugin-packaging": "2.27.10",
173
+ "@salesforce/plugin-schema": "3.3.107",
174
+ "@salesforce/plugin-settings": "2.4.73",
175
+ "@salesforce/plugin-sobject": "1.4.102",
176
176
  "@salesforce/plugin-telemetry": "3.8.16",
177
177
  "@salesforce/plugin-templates": "56.16.4",
178
178
  "@salesforce/plugin-trust": "3.8.1",
179
179
  "@salesforce/plugin-user": "3.9.1",
180
- "@salesforce/sf-plugins-core": "12.2.10",
180
+ "@salesforce/sf-plugins-core": "12.2.13",
181
181
  "ansis": "^3.12.0"
182
182
  },
183
183
  "pinnedDependencies": [