@salesforce/cli 2.148.0 → 2.148.1

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.
@@ -2415,6 +2415,12 @@
2415
2415
  "hasDynamicHelp": false,
2416
2416
  "multiple": true,
2417
2417
  "type": "option"
2418
+ },
2419
+ "skip-validation": {
2420
+ "name": "skip-validation",
2421
+ "summary": "Skip pre-promote validation. By default, promotion is validated before proceeding to prevent promoting work items without an associated PR. Use this flag to bypass validation.",
2422
+ "allowNo": false,
2423
+ "type": "boolean"
2418
2424
  }
2419
2425
  },
2420
2426
  "hasDynamicHelp": true,
@@ -3006,9 +3012,9 @@
3006
3012
  "args": {},
3007
3013
  "description": "Deploys work items that were merged into the pipeline branch outside of DevOps Center (externally merged) into the target stage org and updates DevOps Center records. Equivalent to the \"Complete Promotion\" action in the DevOps Center UI when a stage is out of sync.\n\nIf no undeployed work items are found for the stage, the command exits successfully with no action taken.",
3008
3014
  "examples": [
3009
- "Complete a promotion for an out-of-sync pipeline stage.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001",
3010
- "Complete a promotion for a specific work item (e.g. first stage of a pipeline).\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --work-item-id 1fk000000000001",
3011
- "Complete a promotion with full deploy and a specific test level.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --deploy-all --test-level RunLocalTests"
3015
+ "Complete a promotion for an out-of-sync pipeline stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001",
3016
+ "Complete a promotion for a specific work item (e.g. first stage of a pipeline):\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --work-item-id 1fk000000000001",
3017
+ "Complete a promotion with full deploy and a specific test level:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --deploy-all --test-level RunLocalTests"
3012
3018
  ],
3013
3019
  "flags": {
3014
3020
  "json": {
@@ -3111,6 +3117,84 @@
3111
3117
  "complete.js"
3112
3118
  ]
3113
3119
  },
3120
+ "devops:promotion:validate": {
3121
+ "aliases": [],
3122
+ "args": {},
3123
+ "description": "Validates whether the specified work items can be promoted to the target pipeline stage. Checks for VCS and object permission errors before a promotion is attempted.",
3124
+ "examples": [
3125
+ "Validate promotion of a work item to a target stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --work-item-id 1fk000000000001",
3126
+ "Validate promotion of multiple work items:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --target-stage-id 1QV000000000001 --work-item-id 1fk000000000001 --work-item-id 1fk000000000002"
3127
+ ],
3128
+ "flags": {
3129
+ "json": {
3130
+ "description": "Format output as json.",
3131
+ "helpGroup": "GLOBAL",
3132
+ "name": "json",
3133
+ "allowNo": false,
3134
+ "type": "boolean"
3135
+ },
3136
+ "flags-dir": {
3137
+ "helpGroup": "GLOBAL",
3138
+ "name": "flags-dir",
3139
+ "summary": "Import flag values from a directory.",
3140
+ "hasDynamicHelp": false,
3141
+ "multiple": false,
3142
+ "type": "option"
3143
+ },
3144
+ "target-org": {
3145
+ "char": "o",
3146
+ "name": "target-org",
3147
+ "noCacheDefault": true,
3148
+ "required": true,
3149
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3150
+ "hasDynamicHelp": true,
3151
+ "multiple": false,
3152
+ "type": "option"
3153
+ },
3154
+ "api-version": {
3155
+ "description": "Override the api version used for api requests made by this command",
3156
+ "name": "api-version",
3157
+ "hasDynamicHelp": false,
3158
+ "multiple": false,
3159
+ "type": "option"
3160
+ },
3161
+ "target-stage-id": {
3162
+ "char": "t",
3163
+ "name": "target-stage-id",
3164
+ "required": true,
3165
+ "summary": "ID of the target pipeline stage to validate promotion to.",
3166
+ "hasDynamicHelp": false,
3167
+ "multiple": false,
3168
+ "type": "option"
3169
+ },
3170
+ "work-item-id": {
3171
+ "char": "i",
3172
+ "name": "work-item-id",
3173
+ "required": true,
3174
+ "summary": "ID of a work item to validate for promotion. Specify multiple times for multiple work items.",
3175
+ "hasDynamicHelp": false,
3176
+ "multiple": true,
3177
+ "type": "option"
3178
+ }
3179
+ },
3180
+ "hasDynamicHelp": true,
3181
+ "hiddenAliases": [],
3182
+ "id": "devops:promotion:validate",
3183
+ "pluginAlias": "@salesforce/plugin-devops-center",
3184
+ "pluginName": "@salesforce/plugin-devops-center",
3185
+ "pluginType": "jit",
3186
+ "strict": true,
3187
+ "summary": "Validate work item promotion for a pipeline stage.",
3188
+ "enableJsonFlag": true,
3189
+ "isESM": true,
3190
+ "relativePath": [
3191
+ "lib",
3192
+ "commands",
3193
+ "devops",
3194
+ "promotion",
3195
+ "validate.js"
3196
+ ]
3197
+ },
3114
3198
  "devops:request:status": {
3115
3199
  "aliases": [],
3116
3200
  "args": {},
@@ -3990,12 +4074,12 @@
3990
4074
  "delete.js"
3991
4075
  ]
3992
4076
  },
3993
- "devops:stage:environment:add": {
4077
+ "devops:pipeline:stage:update": {
3994
4078
  "aliases": [],
3995
4079
  "args": {},
3996
- "description": "This command triggers an OAuth flow to authenticate the environment. A browser window opens automatically for you to log in.",
4080
+ "description": "Updates the name of a pipeline stage.",
3997
4081
  "examples": [
3998
- "Add a production environment to a stage using its ID:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --stage-id 0Xp000000000001 --environment-name Production_Org --org-type Production"
4082
+ "Rename a pipeline stage.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --stage-id 1QV000000000001 --name \"Integration\""
3999
4083
  ],
4000
4084
  "flags": {
4001
4085
  "json": {
@@ -4030,58 +4114,125 @@
4030
4114
  "multiple": false,
4031
4115
  "type": "option"
4032
4116
  },
4033
- "pipeline-id": {
4034
- "name": "pipeline-id",
4117
+ "stage-id": {
4118
+ "char": "s",
4119
+ "name": "stage-id",
4035
4120
  "required": true,
4036
- "summary": "ID of the pipeline that contains the stage.",
4121
+ "summary": "ID of the pipeline stage to update.",
4037
4122
  "hasDynamicHelp": false,
4038
4123
  "multiple": false,
4039
4124
  "type": "option"
4040
4125
  },
4041
- "stage-id": {
4042
- "name": "stage-id",
4126
+ "name": {
4127
+ "char": "n",
4128
+ "name": "name",
4043
4129
  "required": true,
4044
- "summary": "ID of the pipeline stage.",
4130
+ "summary": "New name for the pipeline stage.",
4045
4131
  "hasDynamicHelp": false,
4046
4132
  "multiple": false,
4047
4133
  "type": "option"
4134
+ }
4135
+ },
4136
+ "hasDynamicHelp": true,
4137
+ "hiddenAliases": [],
4138
+ "id": "devops:pipeline:stage:update",
4139
+ "pluginAlias": "@salesforce/plugin-devops-center",
4140
+ "pluginName": "@salesforce/plugin-devops-center",
4141
+ "pluginType": "jit",
4142
+ "strict": true,
4143
+ "summary": "Update a DevOps Center pipeline stage.",
4144
+ "enableJsonFlag": true,
4145
+ "isESM": true,
4146
+ "relativePath": [
4147
+ "lib",
4148
+ "commands",
4149
+ "devops",
4150
+ "pipeline",
4151
+ "stage",
4152
+ "update.js"
4153
+ ]
4154
+ },
4155
+ "devops:stage:branch:add": {
4156
+ "aliases": [],
4157
+ "args": {},
4158
+ "description": "By default, the branch must exist in the repository. Use --create-vcs-branch to create a branch if it doesn't exist.\nEach pipeline stage supports only one branch. Adding a branch replaces any existing branch linked to the pipeline stage.",
4159
+ "examples": [
4160
+ "Add an existing branch to a stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000001 --branch-name main",
4161
+ "Create and add a branch to a pipeline stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000002 --branch-name integration --create-vcs-branch"
4162
+ ],
4163
+ "flags": {
4164
+ "json": {
4165
+ "description": "Format output as json.",
4166
+ "helpGroup": "GLOBAL",
4167
+ "name": "json",
4168
+ "allowNo": false,
4169
+ "type": "boolean"
4048
4170
  },
4049
- "environment-name": {
4050
- "char": "e",
4051
- "name": "environment-name",
4171
+ "flags-dir": {
4172
+ "helpGroup": "GLOBAL",
4173
+ "name": "flags-dir",
4174
+ "summary": "Import flag values from a directory.",
4175
+ "hasDynamicHelp": false,
4176
+ "multiple": false,
4177
+ "type": "option"
4178
+ },
4179
+ "target-org": {
4180
+ "char": "o",
4181
+ "name": "target-org",
4182
+ "noCacheDefault": true,
4052
4183
  "required": true,
4053
- "summary": "Name of the environment.",
4184
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4185
+ "hasDynamicHelp": true,
4186
+ "multiple": false,
4187
+ "type": "option"
4188
+ },
4189
+ "api-version": {
4190
+ "description": "Override the api version used for api requests made by this command",
4191
+ "name": "api-version",
4054
4192
  "hasDynamicHelp": false,
4055
4193
  "multiple": false,
4056
4194
  "type": "option"
4057
4195
  },
4058
- "org-type": {
4059
- "name": "org-type",
4196
+ "pipeline-id": {
4197
+ "name": "pipeline-id",
4060
4198
  "required": true,
4061
- "summary": "Type of the Salesforce org. Valid values: Production, Sandbox.",
4199
+ "summary": "ID of the pipeline that contains the stage.",
4062
4200
  "hasDynamicHelp": false,
4063
4201
  "multiple": false,
4064
- "options": [
4065
- "Production",
4066
- "Sandbox"
4067
- ],
4068
4202
  "type": "option"
4069
4203
  },
4070
- "no-browser": {
4071
- "name": "no-browser",
4072
- "summary": "Don't auto-open the browser for OAuth authentication. The redirect URL is printed for manual use.",
4204
+ "stage-id": {
4205
+ "name": "stage-id",
4206
+ "required": true,
4207
+ "summary": "ID of the pipeline stage to associate the branch with.",
4208
+ "hasDynamicHelp": false,
4209
+ "multiple": false,
4210
+ "type": "option"
4211
+ },
4212
+ "branch-name": {
4213
+ "char": "b",
4214
+ "name": "branch-name",
4215
+ "required": true,
4216
+ "summary": "Name of the repository branch to assign to the stage.",
4217
+ "hasDynamicHelp": false,
4218
+ "multiple": false,
4219
+ "type": "option"
4220
+ },
4221
+ "create-vcs-branch": {
4222
+ "name": "create-vcs-branch",
4223
+ "summary": "Create the branch in the remote repository if it doesn't already exist.",
4073
4224
  "allowNo": false,
4074
4225
  "type": "boolean"
4075
4226
  }
4076
4227
  },
4077
4228
  "hasDynamicHelp": true,
4078
4229
  "hiddenAliases": [],
4079
- "id": "devops:stage:environment:add",
4230
+ "id": "devops:stage:branch:add",
4080
4231
  "pluginAlias": "@salesforce/plugin-devops-center",
4081
4232
  "pluginName": "@salesforce/plugin-devops-center",
4082
4233
  "pluginType": "jit",
4083
4234
  "strict": true,
4084
- "summary": "Add a Salesforce environment to a pipeline stage.",
4235
+ "summary": "Add a source code repository branch to a pipeline stage.",
4085
4236
  "enableJsonFlag": true,
4086
4237
  "isESM": true,
4087
4238
  "relativePath": [
@@ -4089,16 +4240,16 @@
4089
4240
  "commands",
4090
4241
  "devops",
4091
4242
  "stage",
4092
- "environment",
4243
+ "branch",
4093
4244
  "add.js"
4094
4245
  ]
4095
4246
  },
4096
- "devops:stage:environment:delete": {
4247
+ "devops:stage:branch:delete": {
4097
4248
  "aliases": [],
4098
4249
  "args": {},
4099
- "description": "Removes the specified environment from the pipeline stage. The environment must belong to an inactive pipeline.",
4250
+ "description": "Removes the branch linked to the specified pipeline stage. Because branches are configured from right to left (a stage can have a branch only after the stage to its right does), removing a branch also removes the branches from all upstream stages (to the left) in the pipeline, keeping it in a valid state. The branch records in the repository are not deleted; only their association with the stages is removed. The stage must belong to an inactive pipeline.",
4100
4251
  "examples": [
4101
- "Delete an environment:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --environment-id 0Xe000000000001"
4252
+ "Delete the branch associated with a pipeline stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000001"
4102
4253
  ],
4103
4254
  "flags": {
4104
4255
  "json": {
@@ -4136,16 +4287,15 @@
4136
4287
  "pipeline-id": {
4137
4288
  "name": "pipeline-id",
4138
4289
  "required": true,
4139
- "summary": "ID of the pipeline. Used to verify the pipeline is inactive before deleting.",
4290
+ "summary": "ID of the pipeline that contains the stage. Used to verify the pipeline is inactive before deleting.",
4140
4291
  "hasDynamicHelp": false,
4141
4292
  "multiple": false,
4142
4293
  "type": "option"
4143
4294
  },
4144
- "environment-id": {
4145
- "char": "e",
4146
- "name": "environment-id",
4295
+ "stage-id": {
4296
+ "name": "stage-id",
4147
4297
  "required": true,
4148
- "summary": "ID of the environment to delete.",
4298
+ "summary": "ID of the pipeline stage whose branch you want to delete.",
4149
4299
  "hasDynamicHelp": false,
4150
4300
  "multiple": false,
4151
4301
  "type": "option"
@@ -4153,12 +4303,12 @@
4153
4303
  },
4154
4304
  "hasDynamicHelp": true,
4155
4305
  "hiddenAliases": [],
4156
- "id": "devops:stage:environment:delete",
4306
+ "id": "devops:stage:branch:delete",
4157
4307
  "pluginAlias": "@salesforce/plugin-devops-center",
4158
4308
  "pluginName": "@salesforce/plugin-devops-center",
4159
4309
  "pluginType": "jit",
4160
4310
  "strict": true,
4161
- "summary": "Delete an environment from a DevOps Center pipeline stage.",
4311
+ "summary": "Delete the source code repository branch associated with a pipeline stage.",
4162
4312
  "enableJsonFlag": true,
4163
4313
  "isESM": true,
4164
4314
  "relativePath": [
@@ -4166,17 +4316,16 @@
4166
4316
  "commands",
4167
4317
  "devops",
4168
4318
  "stage",
4169
- "environment",
4319
+ "branch",
4170
4320
  "delete.js"
4171
4321
  ]
4172
4322
  },
4173
- "devops:stage:branch:add": {
4323
+ "devops:stage:environment:add": {
4174
4324
  "aliases": [],
4175
4325
  "args": {},
4176
- "description": "By default, the branch must exist in the repository. Use --create-vcs-branch to create a branch if it doesn't exist.\nEach pipeline stage supports only one branch. Adding a branch replaces any existing branch linked to the pipeline stage.",
4326
+ "description": "This command triggers an OAuth flow to authenticate the environment. A browser window opens automatically for you to log in.",
4177
4327
  "examples": [
4178
- "Add an existing branch to a stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000001 --branch-name main",
4179
- "Create and add a branch to a pipeline stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000002 --branch-name integration --create-vcs-branch"
4328
+ "Add a production environment to a stage using its ID:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --stage-id 0Xp000000000001 --environment-name Production_Org --org-type Production"
4180
4329
  ],
4181
4330
  "flags": {
4182
4331
  "json": {
@@ -4222,35 +4371,47 @@
4222
4371
  "stage-id": {
4223
4372
  "name": "stage-id",
4224
4373
  "required": true,
4225
- "summary": "ID of the pipeline stage to associate the branch with.",
4374
+ "summary": "ID of the pipeline stage.",
4226
4375
  "hasDynamicHelp": false,
4227
4376
  "multiple": false,
4228
4377
  "type": "option"
4229
4378
  },
4230
- "branch-name": {
4231
- "char": "b",
4232
- "name": "branch-name",
4379
+ "environment-name": {
4380
+ "char": "e",
4381
+ "name": "environment-name",
4233
4382
  "required": true,
4234
- "summary": "Name of the repository branch to assign to the stage.",
4383
+ "summary": "Name of the environment.",
4235
4384
  "hasDynamicHelp": false,
4236
4385
  "multiple": false,
4237
4386
  "type": "option"
4238
4387
  },
4239
- "create-vcs-branch": {
4240
- "name": "create-vcs-branch",
4241
- "summary": "Create the branch in the remote repository if it doesn't already exist.",
4388
+ "org-type": {
4389
+ "name": "org-type",
4390
+ "required": true,
4391
+ "summary": "Type of the Salesforce org. Valid values: Production, Sandbox.",
4392
+ "hasDynamicHelp": false,
4393
+ "multiple": false,
4394
+ "options": [
4395
+ "Production",
4396
+ "Sandbox"
4397
+ ],
4398
+ "type": "option"
4399
+ },
4400
+ "no-browser": {
4401
+ "name": "no-browser",
4402
+ "summary": "Don't auto-open the browser for OAuth authentication. The redirect URL is printed for manual use.",
4242
4403
  "allowNo": false,
4243
4404
  "type": "boolean"
4244
4405
  }
4245
4406
  },
4246
4407
  "hasDynamicHelp": true,
4247
4408
  "hiddenAliases": [],
4248
- "id": "devops:stage:branch:add",
4409
+ "id": "devops:stage:environment:add",
4249
4410
  "pluginAlias": "@salesforce/plugin-devops-center",
4250
4411
  "pluginName": "@salesforce/plugin-devops-center",
4251
4412
  "pluginType": "jit",
4252
4413
  "strict": true,
4253
- "summary": "Add a source code repository branch to a pipeline stage.",
4414
+ "summary": "Add a Salesforce environment to a pipeline stage.",
4254
4415
  "enableJsonFlag": true,
4255
4416
  "isESM": true,
4256
4417
  "relativePath": [
@@ -4258,10 +4419,87 @@
4258
4419
  "commands",
4259
4420
  "devops",
4260
4421
  "stage",
4261
- "branch",
4422
+ "environment",
4262
4423
  "add.js"
4263
4424
  ]
4264
4425
  },
4426
+ "devops:stage:environment:delete": {
4427
+ "aliases": [],
4428
+ "args": {},
4429
+ "description": "Removes the specified environment from the pipeline stage. The environment must belong to an inactive pipeline.",
4430
+ "examples": [
4431
+ "Delete an environment:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --environment-id 0Xe000000000001"
4432
+ ],
4433
+ "flags": {
4434
+ "json": {
4435
+ "description": "Format output as json.",
4436
+ "helpGroup": "GLOBAL",
4437
+ "name": "json",
4438
+ "allowNo": false,
4439
+ "type": "boolean"
4440
+ },
4441
+ "flags-dir": {
4442
+ "helpGroup": "GLOBAL",
4443
+ "name": "flags-dir",
4444
+ "summary": "Import flag values from a directory.",
4445
+ "hasDynamicHelp": false,
4446
+ "multiple": false,
4447
+ "type": "option"
4448
+ },
4449
+ "target-org": {
4450
+ "char": "o",
4451
+ "name": "target-org",
4452
+ "noCacheDefault": true,
4453
+ "required": true,
4454
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4455
+ "hasDynamicHelp": true,
4456
+ "multiple": false,
4457
+ "type": "option"
4458
+ },
4459
+ "api-version": {
4460
+ "description": "Override the api version used for api requests made by this command",
4461
+ "name": "api-version",
4462
+ "hasDynamicHelp": false,
4463
+ "multiple": false,
4464
+ "type": "option"
4465
+ },
4466
+ "pipeline-id": {
4467
+ "name": "pipeline-id",
4468
+ "required": true,
4469
+ "summary": "ID of the pipeline. Used to verify the pipeline is inactive before deleting.",
4470
+ "hasDynamicHelp": false,
4471
+ "multiple": false,
4472
+ "type": "option"
4473
+ },
4474
+ "environment-id": {
4475
+ "char": "e",
4476
+ "name": "environment-id",
4477
+ "required": true,
4478
+ "summary": "ID of the environment to delete.",
4479
+ "hasDynamicHelp": false,
4480
+ "multiple": false,
4481
+ "type": "option"
4482
+ }
4483
+ },
4484
+ "hasDynamicHelp": true,
4485
+ "hiddenAliases": [],
4486
+ "id": "devops:stage:environment:delete",
4487
+ "pluginAlias": "@salesforce/plugin-devops-center",
4488
+ "pluginName": "@salesforce/plugin-devops-center",
4489
+ "pluginType": "jit",
4490
+ "strict": true,
4491
+ "summary": "Delete an environment from a DevOps Center pipeline stage.",
4492
+ "enableJsonFlag": true,
4493
+ "isESM": true,
4494
+ "relativePath": [
4495
+ "lib",
4496
+ "commands",
4497
+ "devops",
4498
+ "stage",
4499
+ "environment",
4500
+ "delete.js"
4501
+ ]
4502
+ },
4265
4503
  "project:deploy:pipeline:quick": {
4266
4504
  "aliases": [],
4267
4505
  "args": {},
@@ -6746,5 +6984,5 @@
6746
6984
  "requiresProject": true
6747
6985
  }
6748
6986
  },
6749
- "version": "2.148.0"
6987
+ "version": "2.148.1"
6750
6988
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.148.0",
4
+ "version": "2.148.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-community": "4.0.2",
81
81
  "@salesforce/plugin-custom-metadata": "4.0.1",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
- "@salesforce/plugin-devops-center": "2.0.0",
83
+ "@salesforce/plugin-devops-center": "2.0.1",
84
84
  "@salesforce/plugin-flow": "2.0.0",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.18",
86
86
  "@salesforce/plugin-signups": "3.0.1",
@@ -150,7 +150,7 @@
150
150
  "@oclif/plugin-autocomplete": "3.2.55",
151
151
  "@oclif/plugin-commands": "4.1.62",
152
152
  "@oclif/plugin-help": "6.2.56",
153
- "@oclif/plugin-not-found": "3.2.91",
153
+ "@oclif/plugin-not-found": "3.2.92",
154
154
  "@oclif/plugin-plugins": "5.4.86",
155
155
  "@oclif/plugin-search": "1.2.54",
156
156
  "@oclif/plugin-update": "4.7.57",
@@ -160,23 +160,23 @@
160
160
  "@salesforce/core": "^9.0.0",
161
161
  "@salesforce/kit": "^4.0.0",
162
162
  "@salesforce/plugin-agent": "2.0.0",
163
- "@salesforce/plugin-apex": "4.0.0",
163
+ "@salesforce/plugin-apex": "4.0.1",
164
164
  "@salesforce/plugin-api": "2.0.4",
165
- "@salesforce/plugin-auth": "5.0.2",
166
- "@salesforce/plugin-data": "5.0.1",
165
+ "@salesforce/plugin-auth": "5.0.3",
166
+ "@salesforce/plugin-data": "5.0.2",
167
167
  "@salesforce/plugin-deploy-retrieve": "4.0.1",
168
168
  "@salesforce/plugin-info": "4.0.4",
169
169
  "@salesforce/plugin-limits": "4.0.2",
170
170
  "@salesforce/plugin-marketplace": "2.0.3",
171
171
  "@salesforce/plugin-org": "6.0.4",
172
- "@salesforce/plugin-packaging": "3.0.0",
172
+ "@salesforce/plugin-packaging": "3.0.1",
173
173
  "@salesforce/plugin-schema": "4.0.3",
174
174
  "@salesforce/plugin-settings": "3.0.3",
175
175
  "@salesforce/plugin-sobject": "2.0.3",
176
176
  "@salesforce/plugin-telemetry": "4.0.2",
177
177
  "@salesforce/plugin-templates": "57.0.3",
178
178
  "@salesforce/plugin-trust": "4.0.4",
179
- "@salesforce/plugin-user": "4.0.0",
179
+ "@salesforce/plugin-user": "4.0.1",
180
180
  "@salesforce/sf-plugins-core": "13.0.0",
181
181
  "ansis": "^3.12.0"
182
182
  },