@salesforce/cli 2.131.2 → 2.131.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.
@@ -3889,6 +3889,131 @@
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
+ },
3892
4017
  "org:list:shape": {
3893
4018
  "aliases": [
3894
4019
  "force:org:shape:list"
@@ -4101,131 +4226,6 @@
4101
4226
  "snapshot:list:org"
4102
4227
  ]
4103
4228
  },
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
  "ui-bundle:dev": {
4230
4230
  "aliases": [],
4231
4231
  "args": {},
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.131.2"
4536
+ "version": "2.131.4"
4537
4537
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.131.2",
4
+ "version": "2.131.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.11.1",
80
- "@salesforce/plugin-community": "3.3.53",
81
- "@salesforce/plugin-custom-metadata": "3.3.90",
80
+ "@salesforce/plugin-community": "3.3.55",
81
+ "@salesforce/plugin-custom-metadata": "3.3.92",
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.60",
86
+ "@salesforce/plugin-signups": "2.6.62",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.2",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
@@ -146,37 +146,37 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.10.4",
150
- "@oclif/plugin-autocomplete": "3.2.43",
151
- "@oclif/plugin-commands": "4.1.43",
152
- "@oclif/plugin-help": "6.2.41",
153
- "@oclif/plugin-not-found": "3.2.78",
149
+ "@oclif/core": "4.10.5",
150
+ "@oclif/plugin-autocomplete": "3.2.45",
151
+ "@oclif/plugin-commands": "4.1.45",
152
+ "@oclif/plugin-help": "6.2.43",
153
+ "@oclif/plugin-not-found": "3.2.80",
154
154
  "@oclif/plugin-plugins": "5.4.59",
155
- "@oclif/plugin-search": "1.2.42",
156
- "@oclif/plugin-update": "4.7.27",
157
- "@oclif/plugin-version": "2.2.40",
158
- "@oclif/plugin-warn-if-update-available": "3.1.58",
159
- "@oclif/plugin-which": "3.2.47",
155
+ "@oclif/plugin-search": "1.2.44",
156
+ "@oclif/plugin-update": "4.7.29",
157
+ "@oclif/plugin-version": "2.2.41",
158
+ "@oclif/plugin-warn-if-update-available": "3.1.60",
159
+ "@oclif/plugin-which": "3.2.49",
160
160
  "@salesforce/core": "^8.28.0",
161
161
  "@salesforce/kit": "^3.1.6",
162
- "@salesforce/plugin-agent": "1.32.16",
163
- "@salesforce/plugin-apex": "3.9.17",
164
- "@salesforce/plugin-api": "1.3.14",
165
- "@salesforce/plugin-auth": "4.3.3",
166
- "@salesforce/plugin-data": "4.0.85",
167
- "@salesforce/plugin-deploy-retrieve": "3.24.23",
168
- "@salesforce/plugin-info": "3.4.115",
169
- "@salesforce/plugin-limits": "3.3.83",
170
- "@salesforce/plugin-marketplace": "1.3.14",
171
- "@salesforce/plugin-org": "5.9.79",
172
- "@salesforce/plugin-packaging": "2.26.0",
173
- "@salesforce/plugin-schema": "3.3.102",
174
- "@salesforce/plugin-settings": "2.4.63",
175
- "@salesforce/plugin-sobject": "1.4.93",
176
- "@salesforce/plugin-telemetry": "3.8.7",
177
- "@salesforce/plugin-templates": "56.15.3",
178
- "@salesforce/plugin-trust": "3.7.119",
179
- "@salesforce/plugin-user": "3.8.2",
162
+ "@salesforce/plugin-agent": "1.32.18",
163
+ "@salesforce/plugin-apex": "3.9.20",
164
+ "@salesforce/plugin-api": "1.3.16",
165
+ "@salesforce/plugin-auth": "4.3.4",
166
+ "@salesforce/plugin-data": "4.0.87",
167
+ "@salesforce/plugin-deploy-retrieve": "3.24.27",
168
+ "@salesforce/plugin-info": "3.4.118",
169
+ "@salesforce/plugin-limits": "3.3.84",
170
+ "@salesforce/plugin-marketplace": "1.3.15",
171
+ "@salesforce/plugin-org": "5.9.81",
172
+ "@salesforce/plugin-packaging": "2.26.3",
173
+ "@salesforce/plugin-schema": "3.3.104",
174
+ "@salesforce/plugin-settings": "2.4.66",
175
+ "@salesforce/plugin-sobject": "1.4.95",
176
+ "@salesforce/plugin-telemetry": "3.8.9",
177
+ "@salesforce/plugin-templates": "56.15.4",
178
+ "@salesforce/plugin-trust": "3.7.121",
179
+ "@salesforce/plugin-user": "3.8.3",
180
180
  "@salesforce/sf-plugins-core": "12.2.6",
181
181
  "ansis": "^3.12.0"
182
182
  },