@salesforce/cli 2.21.7 → 2.22.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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.21.7 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.22.1 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -6360,7 +6360,7 @@ EXAMPLES
6360
6360
  $ sf plugins
6361
6361
  ```
6362
6362
 
6363
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/index.ts)_
6363
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/index.ts)_
6364
6364
 
6365
6365
  ## `sf plugins discover`
6366
6366
 
@@ -6404,7 +6404,7 @@ EXAMPLES
6404
6404
  $ sf plugins inspect myplugin
6405
6405
  ```
6406
6406
 
6407
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/inspect.ts)_
6407
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/inspect.ts)_
6408
6408
 
6409
6409
  ## `sf plugins:install PLUGIN...`
6410
6410
 
@@ -6448,7 +6448,7 @@ EXAMPLES
6448
6448
  $ sf plugins install someuser/someplugin
6449
6449
  ```
6450
6450
 
6451
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/install.ts)_
6451
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/install.ts)_
6452
6452
 
6453
6453
  ## `sf plugins:link PLUGIN`
6454
6454
 
@@ -6478,7 +6478,7 @@ EXAMPLES
6478
6478
  $ sf plugins link myplugin
6479
6479
  ```
6480
6480
 
6481
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/link.ts)_
6481
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/link.ts)_
6482
6482
 
6483
6483
  ## `sf plugins reset`
6484
6484
 
@@ -6489,7 +6489,7 @@ USAGE
6489
6489
  $ sf plugins reset
6490
6490
  ```
6491
6491
 
6492
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/reset.ts)_
6492
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/reset.ts)_
6493
6493
 
6494
6494
  ## `sf plugins trust verify`
6495
6495
 
@@ -6517,7 +6517,7 @@ EXAMPLES
6517
6517
  $ sf plugins trust verify --npm @scope/npmName
6518
6518
  ```
6519
6519
 
6520
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_
6520
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.0/src/commands/plugins/trust/verify.ts)_
6521
6521
 
6522
6522
  ## `sf plugins:uninstall PLUGIN...`
6523
6523
 
@@ -6545,7 +6545,7 @@ EXAMPLES
6545
6545
  $ sf plugins uninstall myplugin
6546
6546
  ```
6547
6547
 
6548
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/uninstall.ts)_
6548
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/uninstall.ts)_
6549
6549
 
6550
6550
  ## `sf plugins update`
6551
6551
 
@@ -6563,7 +6563,7 @@ DESCRIPTION
6563
6563
  Update installed plugins.
6564
6564
  ```
6565
6565
 
6566
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/update.ts)_
6566
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/update.ts)_
6567
6567
 
6568
6568
  ## `sf project convert mdapi`
6569
6569
 
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.21.7",
3
+ "version": "2.22.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.21.7",
9
+ "version": "2.22.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "3.13.2",
13
+ "@oclif/core": "3.14.1",
14
14
  "@oclif/plugin-autocomplete": "3.0.2",
15
15
  "@oclif/plugin-commands": "3.0.7",
16
16
  "@oclif/plugin-help": "6.0.7",
17
17
  "@oclif/plugin-not-found": "3.0.4",
18
- "@oclif/plugin-plugins": "4.1.9",
18
+ "@oclif/plugin-plugins": "4.1.10",
19
19
  "@oclif/plugin-search": "1.0.8",
20
20
  "@oclif/plugin-update": "4.1.4",
21
21
  "@oclif/plugin-version": "2.0.8",
@@ -35,11 +35,11 @@
35
35
  "@salesforce/plugin-settings": "2.0.9",
36
36
  "@salesforce/plugin-sobject": "1.0.5",
37
37
  "@salesforce/plugin-source": "3.0.3",
38
- "@salesforce/plugin-telemetry": "3.1.4",
38
+ "@salesforce/plugin-telemetry": "3.1.5",
39
39
  "@salesforce/plugin-templates": "56.0.4",
40
- "@salesforce/plugin-trust": "3.1.2",
40
+ "@salesforce/plugin-trust": "3.2.0",
41
41
  "@salesforce/plugin-user": "3.1.0",
42
- "@salesforce/sf-plugins-core": "5.0.5",
42
+ "@salesforce/sf-plugins-core": "5.0.7",
43
43
  "debug": "^4.3.4"
44
44
  },
45
45
  "bin": {
@@ -2232,9 +2232,9 @@
2232
2232
  }
2233
2233
  },
2234
2234
  "node_modules/@oclif/core": {
2235
- "version": "3.13.2",
2236
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.13.2.tgz",
2237
- "integrity": "sha512-YUXT4cG8HPyNAK5PzNotWXarHq9ejHFvY048g2BbpXlo2W//OZp2fmEYKPw79/FAtof2rhftotjTiEW8a56bHQ==",
2235
+ "version": "3.14.1",
2236
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
2237
+ "integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
2238
2238
  "license": "MIT",
2239
2239
  "dependencies": {
2240
2240
  "ansi-escapes": "^4.3.2",
@@ -2487,9 +2487,9 @@
2487
2487
  }
2488
2488
  },
2489
2489
  "node_modules/@oclif/plugin-plugins": {
2490
- "version": "4.1.9",
2491
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.9.tgz",
2492
- "integrity": "sha512-7FS6LGkZXe8XSlDE3DCdnzVexXSdfLmNtNqKjYdxS6oBKuKsOplvkQy9ptB0rlKkOTlar3tr/5W97dfDZYEpVA==",
2490
+ "version": "4.1.10",
2491
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.10.tgz",
2492
+ "integrity": "sha512-+tb9ME7J0Uje/XWxh60OBqkuysIValn+O70AAodWbHDTkQmmW+g50uEuyQUQW5iPKMeiZBVg9p+AhpT8d9R9jA==",
2493
2493
  "license": "MIT",
2494
2494
  "dependencies": {
2495
2495
  "@oclif/core": "^3.10.2",
@@ -2500,7 +2500,7 @@
2500
2500
  "semver": "^7.5.4",
2501
2501
  "shelljs": "^0.8.5",
2502
2502
  "validate-npm-package-name": "^5.0.0",
2503
- "yarn": "^1.22.18"
2503
+ "yarn": "^1.22.21"
2504
2504
  },
2505
2505
  "engines": {
2506
2506
  "node": ">=18.0.0"
@@ -9046,9 +9046,9 @@
9046
9046
  }
9047
9047
  },
9048
9048
  "node_modules/@salesforce/plugin-telemetry": {
9049
- "version": "3.1.4",
9050
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.4.tgz",
9051
- "integrity": "sha512-RZ4tf2NhWX/wLsN5+NigwgOX87gwrdK0VtkrLN8fFOvsfwqj2cTofNZDvlI0VXJ6+nKAjvLlwGgjCn9+2kf+7w==",
9049
+ "version": "3.1.5",
9050
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.5.tgz",
9051
+ "integrity": "sha512-BDLY4t1IbbMbDiu97VdtC+DcoCqfF/ebc51qy5l//Ut5bC+rB48YdAk86TIOW4BWj4k/HTXYssIViSyPS9bmng==",
9052
9052
  "license": "BSD-3-Clause",
9053
9053
  "dependencies": {
9054
9054
  "@oclif/core": "^3.8.0",
@@ -9079,9 +9079,9 @@
9079
9079
  }
9080
9080
  },
9081
9081
  "node_modules/@salesforce/plugin-trust": {
9082
- "version": "3.1.2",
9083
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.1.2.tgz",
9084
- "integrity": "sha512-lBDiSNW45/BfqgNydYf2xQRaPAu0+2huVtIj/y8eXoy4LXHQmNiq1NDJoAtxYjTrqXkEXjZKv0M8H3Y/V9w2Ag==",
9082
+ "version": "3.2.0",
9083
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.2.0.tgz",
9084
+ "integrity": "sha512-yPYcgrjTiZA9vyZJ49Pq8bILDdCu/8xz6rJ3jxPVk8gXdDZCfevHgsHywGl6OMHeZ4EToEdIFgGbpvEmuE6v5w==",
9085
9085
  "license": "BSD-3-Clause",
9086
9086
  "dependencies": {
9087
9087
  "@oclif/core": "^3.13.1",
@@ -9279,13 +9279,13 @@
9279
9279
  "license": "ISC"
9280
9280
  },
9281
9281
  "node_modules/@salesforce/sf-plugins-core": {
9282
- "version": "5.0.5",
9283
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz",
9284
- "integrity": "sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==",
9282
+ "version": "5.0.7",
9283
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.7.tgz",
9284
+ "integrity": "sha512-blyjmtbe0KKyoMRCOlxVrtv3G5L/AaIDFohpXTy5322qv2aLELI83fe5DNp1oTtIK/m83CwM3EnZCF3Xc7Lj4Q==",
9285
9285
  "license": "BSD-3-Clause",
9286
9286
  "dependencies": {
9287
9287
  "@oclif/core": "^3.12.0",
9288
- "@salesforce/core": "^6.2.0",
9288
+ "@salesforce/core": "^6.2.2",
9289
9289
  "@salesforce/kit": "^3.0.15",
9290
9290
  "@salesforce/ts-types": "^2.0.9",
9291
9291
  "@types/inquirer": "^8.2.3",
@@ -9297,9 +9297,9 @@
9297
9297
  }
9298
9298
  },
9299
9299
  "node_modules/@salesforce/source-deploy-retrieve": {
9300
- "version": "10.1.0",
9301
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.1.0.tgz",
9302
- "integrity": "sha512-oa9LCWlijwL0Lm5TKeDSOxY5lSAHsp92BfywdXtlMddUjHVQuVWYQHCiiiOiGDzv23iCnmWe455/AVS9stxbSQ==",
9300
+ "version": "10.2.0",
9301
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.0.tgz",
9302
+ "integrity": "sha512-0AkuQ8e0EBkh0OlDMqaYk1goAIw/Ge2W7PnkzB4FscgQmL7zupSVC+sb04YAO508NKPDZ5d8sZSId62hjq8DQg==",
9303
9303
  "license": "BSD-3-Clause",
9304
9304
  "dependencies": {
9305
9305
  "@salesforce/core": "^6.2.2",
@@ -9368,12 +9368,12 @@
9368
9368
  }
9369
9369
  },
9370
9370
  "node_modules/@salesforce/templates": {
9371
- "version": "59.0.2",
9372
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-59.0.2.tgz",
9373
- "integrity": "sha512-vCiRJS8q8XMn4gCCVQEyxIaeQ34MSpDsy6lCnSwJOqx5e9doxK+53BxAbzdFH+iy4Ze6bOESjx4xNZg0AtT8KA==",
9371
+ "version": "59.0.4",
9372
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-59.0.4.tgz",
9373
+ "integrity": "sha512-4Z4c01WjMLU+4y3zL1XoeJWtUARAqNsQ3GxvTp5u0AnKuIqGFKh/SXyibs6YoYcBfI8sW7zFXfM2NRyKYeeUOg==",
9374
9374
  "license": "BSD-3-Clause",
9375
9375
  "dependencies": {
9376
- "@salesforce/core": "^5.3.19",
9376
+ "@salesforce/core": "^5.3.20",
9377
9377
  "@salesforce/kit": "^3.0.15",
9378
9378
  "got": "^11.8.2",
9379
9379
  "hpagent": "^1.2.0",
@@ -30510,9 +30510,9 @@
30510
30510
  }
30511
30511
  },
30512
30512
  "node_modules/yarn": {
30513
- "version": "1.22.19",
30514
- "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz",
30515
- "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==",
30513
+ "version": "1.22.21",
30514
+ "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
30515
+ "integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==",
30516
30516
  "hasInstallScript": true,
30517
30517
  "license": "BSD-2-Clause",
30518
30518
  "bin": {
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.21.7"
5243
+ "version": "2.22.1"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.21.7",
4
+ "version": "2.22.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,8 +76,8 @@
76
76
  "@salesforce/plugin-dev": "2.0.4",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
78
  "@salesforce/plugin-env": "3.0.8",
79
- "@salesforce/plugin-functions": "1.22.10",
80
- "@salesforce/plugin-signups": "2.0.5",
79
+ "@salesforce/plugin-functions": "1.22.11",
80
+ "@salesforce/plugin-signups": "2.0.6",
81
81
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
82
82
  "@salesforce/sfdx-scanner": "3.19.0"
83
83
  },
@@ -121,15 +121,24 @@
121
121
  ],
122
122
  "warn-if-update-available": {
123
123
  "timeoutInDays": 7
124
+ },
125
+ "exitCodes": {
126
+ "default": 1,
127
+ "failedFlagParsing": 2,
128
+ "failedFlagValidation": 2,
129
+ "invalidArgsSpec": 2,
130
+ "nonExistentFlag": 2,
131
+ "requiredArgs": 2,
132
+ "unexpectedArgs": 2
124
133
  }
125
134
  },
126
135
  "dependencies": {
127
- "@oclif/core": "3.13.2",
136
+ "@oclif/core": "3.14.1",
128
137
  "@oclif/plugin-autocomplete": "3.0.2",
129
138
  "@oclif/plugin-commands": "3.0.7",
130
139
  "@oclif/plugin-help": "6.0.7",
131
140
  "@oclif/plugin-not-found": "3.0.4",
132
- "@oclif/plugin-plugins": "4.1.9",
141
+ "@oclif/plugin-plugins": "4.1.10",
133
142
  "@oclif/plugin-search": "1.0.8",
134
143
  "@oclif/plugin-update": "4.1.4",
135
144
  "@oclif/plugin-version": "2.0.8",
@@ -149,11 +158,11 @@
149
158
  "@salesforce/plugin-settings": "2.0.9",
150
159
  "@salesforce/plugin-sobject": "1.0.5",
151
160
  "@salesforce/plugin-source": "3.0.3",
152
- "@salesforce/plugin-telemetry": "3.1.4",
161
+ "@salesforce/plugin-telemetry": "3.1.5",
153
162
  "@salesforce/plugin-templates": "56.0.4",
154
- "@salesforce/plugin-trust": "3.1.2",
163
+ "@salesforce/plugin-trust": "3.2.0",
155
164
  "@salesforce/plugin-user": "3.1.0",
156
- "@salesforce/sf-plugins-core": "5.0.5",
165
+ "@salesforce/sf-plugins-core": "5.0.7",
157
166
  "debug": "^4.3.4"
158
167
  },
159
168
  "pinnedDependencies": [
@@ -189,8 +198,8 @@
189
198
  ],
190
199
  "resolutions": {
191
200
  "@salesforce/schemas": "1.6.1",
192
- "@salesforce/templates": "59.0.2",
193
- "@salesforce/source-deploy-retrieve": "10.1.0",
201
+ "@salesforce/templates": "59.0.4",
202
+ "@salesforce/source-deploy-retrieve": "10.2.0",
194
203
  "@salesforce/source-tracking": "5.1.2"
195
204
  },
196
205
  "repository": "salesforcecli/cli",