@salesforce/cli 2.130.3 → 2.130.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.
@@ -3889,131 +3889,6 @@
3889
3889
  "snapshot:delete:org"
3890
3890
  ]
3891
3891
  },
3892
- "org:get:snapshot": {
3893
- "aliases": [
3894
- "force:org:snapshot:get"
3895
- ],
3896
- "args": {},
3897
- "deprecateAliases": true,
3898
- "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\".",
3899
- "examples": [
3900
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3901
- "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"
3902
- ],
3903
- "flags": {
3904
- "json": {
3905
- "description": "Format output as json.",
3906
- "helpGroup": "GLOBAL",
3907
- "name": "json",
3908
- "allowNo": false,
3909
- "type": "boolean"
3910
- },
3911
- "flags-dir": {
3912
- "helpGroup": "GLOBAL",
3913
- "name": "flags-dir",
3914
- "summary": "Import flag values from a directory.",
3915
- "hasDynamicHelp": false,
3916
- "multiple": false,
3917
- "type": "option"
3918
- },
3919
- "target-dev-hub": {
3920
- "aliases": [
3921
- "targetdevhubusername"
3922
- ],
3923
- "char": "v",
3924
- "deprecateAliases": true,
3925
- "name": "target-dev-hub",
3926
- "noCacheDefault": true,
3927
- "required": true,
3928
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3929
- "hasDynamicHelp": true,
3930
- "multiple": false,
3931
- "type": "option"
3932
- },
3933
- "api-version": {
3934
- "aliases": [
3935
- "apiversion"
3936
- ],
3937
- "deprecateAliases": true,
3938
- "description": "Override the api version used for api requests made by this command",
3939
- "name": "api-version",
3940
- "hasDynamicHelp": false,
3941
- "multiple": false,
3942
- "type": "option"
3943
- },
3944
- "loglevel": {
3945
- "deprecated": {
3946
- "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."
3947
- },
3948
- "hidden": true,
3949
- "name": "loglevel",
3950
- "hasDynamicHelp": false,
3951
- "multiple": false,
3952
- "type": "option"
3953
- },
3954
- "snapshot": {
3955
- "char": "s",
3956
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3957
- "name": "snapshot",
3958
- "required": true,
3959
- "summary": "Name or ID of snapshot to retrieve.",
3960
- "hasDynamicHelp": false,
3961
- "multiple": false,
3962
- "type": "option"
3963
- }
3964
- },
3965
- "hasDynamicHelp": true,
3966
- "hiddenAliases": [],
3967
- "id": "org:get:snapshot",
3968
- "pluginAlias": "@salesforce/plugin-signups",
3969
- "pluginName": "@salesforce/plugin-signups",
3970
- "pluginType": "jit",
3971
- "strict": true,
3972
- "summary": "Get details about a scratch org snapshot.",
3973
- "enableJsonFlag": true,
3974
- "isESM": true,
3975
- "relativePath": [
3976
- "lib",
3977
- "commands",
3978
- "org",
3979
- "get",
3980
- "snapshot.js"
3981
- ],
3982
- "aliasPermutations": [
3983
- "force:org:snapshot:get",
3984
- "org:force:snapshot:get",
3985
- "org:snapshot:force:get",
3986
- "org:snapshot:get:force",
3987
- "force:snapshot:org:get",
3988
- "snapshot:force:org:get",
3989
- "snapshot:org:force:get",
3990
- "snapshot:org:get:force",
3991
- "force:snapshot:get:org",
3992
- "snapshot:force:get:org",
3993
- "snapshot:get:force:org",
3994
- "snapshot:get:org:force",
3995
- "force:org:get:snapshot",
3996
- "org:force:get:snapshot",
3997
- "org:get:force:snapshot",
3998
- "org:get:snapshot:force",
3999
- "force:get:org:snapshot",
4000
- "get:force:org:snapshot",
4001
- "get:org:force:snapshot",
4002
- "get:org:snapshot:force",
4003
- "force:get:snapshot:org",
4004
- "get:force:snapshot:org",
4005
- "get:snapshot:force:org",
4006
- "get:snapshot:org:force"
4007
- ],
4008
- "permutations": [
4009
- "org:get:snapshot",
4010
- "get:org:snapshot",
4011
- "get:snapshot:org",
4012
- "org:snapshot:get",
4013
- "snapshot:org:get",
4014
- "snapshot:get:org"
4015
- ]
4016
- },
4017
3892
  "org:list:shape": {
4018
3893
  "aliases": [
4019
3894
  "force:org:shape:list"
@@ -4226,6 +4101,131 @@
4226
4101
  "snapshot:list:org"
4227
4102
  ]
4228
4103
  },
4104
+ "org:get:snapshot": {
4105
+ "aliases": [
4106
+ "force:org:snapshot:get"
4107
+ ],
4108
+ "args": {},
4109
+ "deprecateAliases": true,
4110
+ "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\".",
4111
+ "examples": [
4112
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4113
+ "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"
4114
+ ],
4115
+ "flags": {
4116
+ "json": {
4117
+ "description": "Format output as json.",
4118
+ "helpGroup": "GLOBAL",
4119
+ "name": "json",
4120
+ "allowNo": false,
4121
+ "type": "boolean"
4122
+ },
4123
+ "flags-dir": {
4124
+ "helpGroup": "GLOBAL",
4125
+ "name": "flags-dir",
4126
+ "summary": "Import flag values from a directory.",
4127
+ "hasDynamicHelp": false,
4128
+ "multiple": false,
4129
+ "type": "option"
4130
+ },
4131
+ "target-dev-hub": {
4132
+ "aliases": [
4133
+ "targetdevhubusername"
4134
+ ],
4135
+ "char": "v",
4136
+ "deprecateAliases": true,
4137
+ "name": "target-dev-hub",
4138
+ "noCacheDefault": true,
4139
+ "required": true,
4140
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4141
+ "hasDynamicHelp": true,
4142
+ "multiple": false,
4143
+ "type": "option"
4144
+ },
4145
+ "api-version": {
4146
+ "aliases": [
4147
+ "apiversion"
4148
+ ],
4149
+ "deprecateAliases": true,
4150
+ "description": "Override the api version used for api requests made by this command",
4151
+ "name": "api-version",
4152
+ "hasDynamicHelp": false,
4153
+ "multiple": false,
4154
+ "type": "option"
4155
+ },
4156
+ "loglevel": {
4157
+ "deprecated": {
4158
+ "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."
4159
+ },
4160
+ "hidden": true,
4161
+ "name": "loglevel",
4162
+ "hasDynamicHelp": false,
4163
+ "multiple": false,
4164
+ "type": "option"
4165
+ },
4166
+ "snapshot": {
4167
+ "char": "s",
4168
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
4169
+ "name": "snapshot",
4170
+ "required": true,
4171
+ "summary": "Name or ID of snapshot to retrieve.",
4172
+ "hasDynamicHelp": false,
4173
+ "multiple": false,
4174
+ "type": "option"
4175
+ }
4176
+ },
4177
+ "hasDynamicHelp": true,
4178
+ "hiddenAliases": [],
4179
+ "id": "org:get:snapshot",
4180
+ "pluginAlias": "@salesforce/plugin-signups",
4181
+ "pluginName": "@salesforce/plugin-signups",
4182
+ "pluginType": "jit",
4183
+ "strict": true,
4184
+ "summary": "Get details about a scratch org snapshot.",
4185
+ "enableJsonFlag": true,
4186
+ "isESM": true,
4187
+ "relativePath": [
4188
+ "lib",
4189
+ "commands",
4190
+ "org",
4191
+ "get",
4192
+ "snapshot.js"
4193
+ ],
4194
+ "aliasPermutations": [
4195
+ "force:org:snapshot:get",
4196
+ "org:force:snapshot:get",
4197
+ "org:snapshot:force:get",
4198
+ "org:snapshot:get:force",
4199
+ "force:snapshot:org:get",
4200
+ "snapshot:force:org:get",
4201
+ "snapshot:org:force:get",
4202
+ "snapshot:org:get:force",
4203
+ "force:snapshot:get:org",
4204
+ "snapshot:force:get:org",
4205
+ "snapshot:get:force:org",
4206
+ "snapshot:get:org:force",
4207
+ "force:org:get:snapshot",
4208
+ "org:force:get:snapshot",
4209
+ "org:get:force:snapshot",
4210
+ "org:get:snapshot:force",
4211
+ "force:get:org:snapshot",
4212
+ "get:force:org:snapshot",
4213
+ "get:org:force:snapshot",
4214
+ "get:org:snapshot:force",
4215
+ "force:get:snapshot:org",
4216
+ "get:force:snapshot:org",
4217
+ "get:snapshot:force:org",
4218
+ "get:snapshot:org:force"
4219
+ ],
4220
+ "permutations": [
4221
+ "org:get:snapshot",
4222
+ "get:org:snapshot",
4223
+ "get:snapshot:org",
4224
+ "org:snapshot:get",
4225
+ "snapshot:org:get",
4226
+ "snapshot:get:org"
4227
+ ]
4228
+ },
4229
4229
  "force:lightning:lwc:test:create": {
4230
4230
  "id": "force:lightning:lwc:test:create",
4231
4231
  "description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
@@ -4435,5 +4435,5 @@
4435
4435
  "requiresProject": true
4436
4436
  }
4437
4437
  },
4438
- "version": "2.130.3"
4438
+ "version": "2.130.5"
4439
4439
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.130.3",
4
+ "version": "2.130.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,14 +76,14 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-code-analyzer": "5.11.0",
79
+ "@salesforce/plugin-code-analyzer": "5.11.1",
80
80
  "@salesforce/plugin-community": "3.3.53",
81
- "@salesforce/plugin-custom-metadata": "3.3.89",
81
+ "@salesforce/plugin-custom-metadata": "3.3.90",
82
82
  "@salesforce/plugin-dev": "2.5.2",
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.59",
86
+ "@salesforce/plugin-signups": "2.6.60",
87
87
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
88
88
  },
89
89
  "devPlugins": [
@@ -146,35 +146,35 @@
146
146
  "dependencies": {
147
147
  "@inquirer/select": "^2.3.5",
148
148
  "@oclif/core": "4.10.3",
149
- "@oclif/plugin-autocomplete": "3.2.42",
149
+ "@oclif/plugin-autocomplete": "3.2.43",
150
150
  "@oclif/plugin-commands": "4.1.43",
151
- "@oclif/plugin-help": "6.2.40",
152
- "@oclif/plugin-not-found": "3.2.77",
151
+ "@oclif/plugin-help": "6.2.41",
152
+ "@oclif/plugin-not-found": "3.2.78",
153
153
  "@oclif/plugin-plugins": "5.4.59",
154
- "@oclif/plugin-search": "1.2.41",
154
+ "@oclif/plugin-search": "1.2.42",
155
155
  "@oclif/plugin-update": "4.7.27",
156
156
  "@oclif/plugin-version": "2.2.40",
157
- "@oclif/plugin-warn-if-update-available": "3.1.57",
158
- "@oclif/plugin-which": "3.2.46",
157
+ "@oclif/plugin-warn-if-update-available": "3.1.58",
158
+ "@oclif/plugin-which": "3.2.47",
159
159
  "@salesforce/core": "^8.25.0",
160
160
  "@salesforce/kit": "^3.1.6",
161
- "@salesforce/plugin-agent": "1.32.12",
162
- "@salesforce/plugin-apex": "3.9.16",
163
- "@salesforce/plugin-api": "1.3.13",
161
+ "@salesforce/plugin-agent": "1.32.14",
162
+ "@salesforce/plugin-apex": "3.9.17",
163
+ "@salesforce/plugin-api": "1.3.14",
164
164
  "@salesforce/plugin-auth": "4.3.3",
165
- "@salesforce/plugin-data": "4.0.84",
166
- "@salesforce/plugin-deploy-retrieve": "3.24.21",
165
+ "@salesforce/plugin-data": "4.0.85",
166
+ "@salesforce/plugin-deploy-retrieve": "3.24.23",
167
167
  "@salesforce/plugin-info": "3.4.115",
168
- "@salesforce/plugin-limits": "3.3.82",
168
+ "@salesforce/plugin-limits": "3.3.83",
169
169
  "@salesforce/plugin-marketplace": "1.3.14",
170
- "@salesforce/plugin-org": "5.9.77",
171
- "@salesforce/plugin-packaging": "2.25.17",
172
- "@salesforce/plugin-schema": "3.3.101",
170
+ "@salesforce/plugin-org": "5.9.78",
171
+ "@salesforce/plugin-packaging": "2.26.0",
172
+ "@salesforce/plugin-schema": "3.3.102",
173
173
  "@salesforce/plugin-settings": "2.4.63",
174
- "@salesforce/plugin-sobject": "1.4.91",
174
+ "@salesforce/plugin-sobject": "1.4.93",
175
175
  "@salesforce/plugin-telemetry": "3.8.7",
176
- "@salesforce/plugin-templates": "56.12.1",
177
- "@salesforce/plugin-trust": "3.7.118",
176
+ "@salesforce/plugin-templates": "56.13.1",
177
+ "@salesforce/plugin-trust": "3.7.119",
178
178
  "@salesforce/plugin-user": "3.8.2",
179
179
  "@salesforce/sf-plugins-core": "12.2.6",
180
180
  "ansis": "^3.12.0"