@salesforce/cli 2.33.3 → 2.34.1-qa.0
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 +17 -17
- package/npm-shrinkwrap.json +108 -30
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.
|
|
27
|
+
@salesforce/cli/2.34.1-qa.0 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -140,10 +140,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
140
140
|
- [`sf plugins discover`](#sf-plugins-discover)
|
|
141
141
|
- [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
|
|
142
142
|
- [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin)
|
|
143
|
-
- [`sf plugins
|
|
143
|
+
- [`sf plugins link PATH`](#sf-plugins-link-path)
|
|
144
144
|
- [`sf plugins reset`](#sf-plugins-reset)
|
|
145
145
|
- [`sf plugins trust verify`](#sf-plugins-trust-verify)
|
|
146
|
-
- [`sf plugins
|
|
146
|
+
- [`sf plugins uninstall [PLUGIN]`](#sf-plugins-uninstall-plugin)
|
|
147
147
|
- [`sf plugins update`](#sf-plugins-update)
|
|
148
148
|
- [`sf project convert mdapi`](#sf-project-convert-mdapi)
|
|
149
149
|
- [`sf project convert source`](#sf-project-convert-source)
|
|
@@ -5275,7 +5275,7 @@ EXAMPLES
|
|
|
5275
5275
|
$ sf plugins
|
|
5276
5276
|
```
|
|
5277
5277
|
|
|
5278
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5278
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/index.ts)_
|
|
5279
5279
|
|
|
5280
5280
|
## `sf plugins discover`
|
|
5281
5281
|
|
|
@@ -5319,7 +5319,7 @@ EXAMPLES
|
|
|
5319
5319
|
$ sf plugins inspect myplugin
|
|
5320
5320
|
```
|
|
5321
5321
|
|
|
5322
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/inspect.ts)_
|
|
5323
5323
|
|
|
5324
5324
|
## `sf plugins:install PLUGIN...`
|
|
5325
5325
|
|
|
@@ -5333,10 +5333,10 @@ ARGUMENTS
|
|
|
5333
5333
|
PLUGIN... Plugin to install.
|
|
5334
5334
|
|
|
5335
5335
|
FLAGS
|
|
5336
|
-
-f, --force
|
|
5336
|
+
-f, --force Force npm to fetch remote resources even if a local copy exists on disk.
|
|
5337
5337
|
-h, --help Show CLI help.
|
|
5338
|
-
-s, --silent Silences
|
|
5339
|
-
-v, --verbose Show verbose
|
|
5338
|
+
-s, --silent Silences npm output.
|
|
5339
|
+
-v, --verbose Show verbose npm output.
|
|
5340
5340
|
|
|
5341
5341
|
GLOBAL FLAGS
|
|
5342
5342
|
--json Format output as json.
|
|
@@ -5363,15 +5363,15 @@ EXAMPLES
|
|
|
5363
5363
|
$ sf plugins install someuser/someplugin
|
|
5364
5364
|
```
|
|
5365
5365
|
|
|
5366
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5366
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/install.ts)_
|
|
5367
5367
|
|
|
5368
|
-
## `sf plugins
|
|
5368
|
+
## `sf plugins link PATH`
|
|
5369
5369
|
|
|
5370
5370
|
Links a plugin into the CLI for development.
|
|
5371
5371
|
|
|
5372
5372
|
```
|
|
5373
5373
|
USAGE
|
|
5374
|
-
$ sf plugins link
|
|
5374
|
+
$ sf plugins link PATH [-h] [--install] [-v]
|
|
5375
5375
|
|
|
5376
5376
|
ARGUMENTS
|
|
5377
5377
|
PATH [default: .] path to plugin
|
|
@@ -5393,7 +5393,7 @@ EXAMPLES
|
|
|
5393
5393
|
$ sf plugins link myplugin
|
|
5394
5394
|
```
|
|
5395
5395
|
|
|
5396
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5396
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/link.ts)_
|
|
5397
5397
|
|
|
5398
5398
|
## `sf plugins reset`
|
|
5399
5399
|
|
|
@@ -5408,7 +5408,7 @@ FLAGS
|
|
|
5408
5408
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5409
5409
|
```
|
|
5410
5410
|
|
|
5411
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5411
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/reset.ts)_
|
|
5412
5412
|
|
|
5413
5413
|
## `sf plugins trust verify`
|
|
5414
5414
|
|
|
@@ -5438,13 +5438,13 @@ EXAMPLES
|
|
|
5438
5438
|
|
|
5439
5439
|
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.16/src/commands/plugins/trust/verify.ts)_
|
|
5440
5440
|
|
|
5441
|
-
## `sf plugins
|
|
5441
|
+
## `sf plugins uninstall [PLUGIN]`
|
|
5442
5442
|
|
|
5443
5443
|
Removes a plugin from the CLI.
|
|
5444
5444
|
|
|
5445
5445
|
```
|
|
5446
5446
|
USAGE
|
|
5447
|
-
$ sf plugins uninstall PLUGIN...
|
|
5447
|
+
$ sf plugins uninstall [PLUGIN...] [-h] [-v]
|
|
5448
5448
|
|
|
5449
5449
|
ARGUMENTS
|
|
5450
5450
|
PLUGIN... plugin to uninstall
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins uninstall myplugin
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/uninstall.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins update`
|
|
5470
5470
|
|
|
@@ -5482,7 +5482,7 @@ DESCRIPTION
|
|
|
5482
5482
|
Update installed plugins.
|
|
5483
5483
|
```
|
|
5484
5484
|
|
|
5485
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5485
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.4/src/commands/plugins/update.ts)_
|
|
5486
5486
|
|
|
5487
5487
|
## `sf project convert mdapi`
|
|
5488
5488
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.1-qa.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.34.1-qa.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.2.0",
|
|
17
17
|
"@oclif/plugin-help": "6.0.18",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.14",
|
|
19
|
-
"@oclif/plugin-plugins": "
|
|
19
|
+
"@oclif/plugin-plugins": "beta",
|
|
20
20
|
"@oclif/plugin-search": "1.0.20",
|
|
21
21
|
"@oclif/plugin-update": "4.2.0",
|
|
22
22
|
"@oclif/plugin-version": "2.0.14",
|
|
@@ -2344,6 +2344,24 @@
|
|
|
2344
2344
|
"node": ">=8"
|
|
2345
2345
|
}
|
|
2346
2346
|
},
|
|
2347
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2348
|
+
"version": "7.0.0",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2350
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2351
|
+
"dev": true,
|
|
2352
|
+
"license": "MIT",
|
|
2353
|
+
"dependencies": {
|
|
2354
|
+
"ansi-styles": "^4.0.0",
|
|
2355
|
+
"string-width": "^4.1.0",
|
|
2356
|
+
"strip-ansi": "^6.0.0"
|
|
2357
|
+
},
|
|
2358
|
+
"engines": {
|
|
2359
|
+
"node": ">=10"
|
|
2360
|
+
},
|
|
2361
|
+
"funding": {
|
|
2362
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2347
2365
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2348
2366
|
"version": "17.7.2",
|
|
2349
2367
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -3919,6 +3937,23 @@
|
|
|
3919
3937
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3920
3938
|
}
|
|
3921
3939
|
},
|
|
3940
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3941
|
+
"version": "7.0.0",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3943
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3944
|
+
"license": "MIT",
|
|
3945
|
+
"dependencies": {
|
|
3946
|
+
"ansi-styles": "^4.0.0",
|
|
3947
|
+
"string-width": "^4.1.0",
|
|
3948
|
+
"strip-ansi": "^6.0.0"
|
|
3949
|
+
},
|
|
3950
|
+
"engines": {
|
|
3951
|
+
"node": ">=10"
|
|
3952
|
+
},
|
|
3953
|
+
"funding": {
|
|
3954
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3922
3957
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3923
3958
|
"version": "3.0.13",
|
|
3924
3959
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.13.tgz",
|
|
@@ -4039,6 +4074,24 @@
|
|
|
4039
4074
|
"node": ">=8"
|
|
4040
4075
|
}
|
|
4041
4076
|
},
|
|
4077
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
4078
|
+
"version": "7.0.0",
|
|
4079
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4080
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4081
|
+
"dev": true,
|
|
4082
|
+
"license": "MIT",
|
|
4083
|
+
"dependencies": {
|
|
4084
|
+
"ansi-styles": "^4.0.0",
|
|
4085
|
+
"string-width": "^4.1.0",
|
|
4086
|
+
"strip-ansi": "^6.0.0"
|
|
4087
|
+
},
|
|
4088
|
+
"engines": {
|
|
4089
|
+
"node": ">=10"
|
|
4090
|
+
},
|
|
4091
|
+
"funding": {
|
|
4092
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4042
4095
|
"node_modules/@oclif/plugin-commands": {
|
|
4043
4096
|
"version": "3.2.0",
|
|
4044
4097
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.2.0.tgz",
|
|
@@ -4082,20 +4135,17 @@
|
|
|
4082
4135
|
}
|
|
4083
4136
|
},
|
|
4084
4137
|
"node_modules/@oclif/plugin-plugins": {
|
|
4085
|
-
"version": "
|
|
4086
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.5.tgz",
|
|
4087
|
-
"integrity": "sha512-V5tivbXKZtibMVN4nqttUldMDNp2jb84QCZSsQr4hWTx8e5Tok+EXWXbh4HET1Ts3lxLbti1O0J6OE/Itf+haw==",
|
|
4138
|
+
"version": "5.0.0-beta.4",
|
|
4088
4139
|
"license": "MIT",
|
|
4089
4140
|
"dependencies": {
|
|
4090
4141
|
"@oclif/core": "^3.23.0",
|
|
4091
4142
|
"chalk": "^5.3.0",
|
|
4092
4143
|
"debug": "^4.3.4",
|
|
4093
4144
|
"npm": "10.2.4",
|
|
4094
|
-
"npm-
|
|
4145
|
+
"npm-package-arg": "^11.0.1",
|
|
4146
|
+
"npm-run-path": "^5.2.0",
|
|
4095
4147
|
"semver": "^7.6.0",
|
|
4096
|
-
"
|
|
4097
|
-
"validate-npm-package-name": "^5.0.0",
|
|
4098
|
-
"yarn": "^1.22.21"
|
|
4148
|
+
"validate-npm-package-name": "^5.0.0"
|
|
4099
4149
|
},
|
|
4100
4150
|
"engines": {
|
|
4101
4151
|
"node": ">=18.0.0"
|
|
@@ -4306,6 +4356,21 @@
|
|
|
4306
4356
|
"node": "^18.17.0 || >=20.5.0"
|
|
4307
4357
|
}
|
|
4308
4358
|
},
|
|
4359
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
|
|
4360
|
+
"version": "5.3.0",
|
|
4361
|
+
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
|
|
4362
|
+
"integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
|
|
4363
|
+
"license": "MIT",
|
|
4364
|
+
"dependencies": {
|
|
4365
|
+
"path-key": "^4.0.0"
|
|
4366
|
+
},
|
|
4367
|
+
"engines": {
|
|
4368
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4369
|
+
},
|
|
4370
|
+
"funding": {
|
|
4371
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4309
4374
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@colors/colors": {
|
|
4310
4375
|
"version": "1.5.0",
|
|
4311
4376
|
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
@@ -7279,6 +7344,18 @@
|
|
|
7279
7344
|
"inBundle": true,
|
|
7280
7345
|
"license": "ISC"
|
|
7281
7346
|
},
|
|
7347
|
+
"node_modules/@oclif/plugin-plugins/node_modules/path-key": {
|
|
7348
|
+
"version": "4.0.0",
|
|
7349
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
|
7350
|
+
"integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
|
|
7351
|
+
"license": "MIT",
|
|
7352
|
+
"engines": {
|
|
7353
|
+
"node": ">=12"
|
|
7354
|
+
},
|
|
7355
|
+
"funding": {
|
|
7356
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7357
|
+
}
|
|
7358
|
+
},
|
|
7282
7359
|
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
7283
7360
|
"version": "9.4.0",
|
|
7284
7361
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -8717,9 +8794,9 @@
|
|
|
8717
8794
|
}
|
|
8718
8795
|
},
|
|
8719
8796
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8720
|
-
"version": "10.5.
|
|
8721
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
8722
|
-
"integrity": "sha512-
|
|
8797
|
+
"version": "10.5.2",
|
|
8798
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz",
|
|
8799
|
+
"integrity": "sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==",
|
|
8723
8800
|
"license": "BSD-3-Clause",
|
|
8724
8801
|
"dependencies": {
|
|
8725
8802
|
"@salesforce/core": "^6.7.0",
|
|
@@ -12294,6 +12371,24 @@
|
|
|
12294
12371
|
"node": ">=8"
|
|
12295
12372
|
}
|
|
12296
12373
|
},
|
|
12374
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
12375
|
+
"version": "7.0.0",
|
|
12376
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
12377
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
12378
|
+
"dev": true,
|
|
12379
|
+
"license": "MIT",
|
|
12380
|
+
"dependencies": {
|
|
12381
|
+
"ansi-styles": "^4.0.0",
|
|
12382
|
+
"string-width": "^4.1.0",
|
|
12383
|
+
"strip-ansi": "^6.0.0"
|
|
12384
|
+
},
|
|
12385
|
+
"engines": {
|
|
12386
|
+
"node": ">=10"
|
|
12387
|
+
},
|
|
12388
|
+
"funding": {
|
|
12389
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
12390
|
+
}
|
|
12391
|
+
},
|
|
12297
12392
|
"node_modules/clone": {
|
|
12298
12393
|
"version": "1.0.4",
|
|
12299
12394
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -16030,7 +16125,6 @@
|
|
|
16030
16125
|
"version": "7.0.1",
|
|
16031
16126
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
|
|
16032
16127
|
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
|
|
16033
|
-
"extraneous": true,
|
|
16034
16128
|
"license": "ISC",
|
|
16035
16129
|
"dependencies": {
|
|
16036
16130
|
"lru-cache": "^10.0.1"
|
|
@@ -16043,7 +16137,6 @@
|
|
|
16043
16137
|
"version": "10.2.0",
|
|
16044
16138
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
16045
16139
|
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
16046
|
-
"extraneous": true,
|
|
16047
16140
|
"license": "ISC",
|
|
16048
16141
|
"engines": {
|
|
16049
16142
|
"node": "14 || >=16.14"
|
|
@@ -20006,7 +20099,6 @@
|
|
|
20006
20099
|
"version": "11.0.1",
|
|
20007
20100
|
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz",
|
|
20008
20101
|
"integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==",
|
|
20009
|
-
"extraneous": true,
|
|
20010
20102
|
"license": "ISC",
|
|
20011
20103
|
"dependencies": {
|
|
20012
20104
|
"hosted-git-info": "^7.0.0",
|
|
@@ -27916,20 +28008,6 @@
|
|
|
27916
28008
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
27917
28009
|
}
|
|
27918
28010
|
},
|
|
27919
|
-
"node_modules/yarn": {
|
|
27920
|
-
"version": "1.22.21",
|
|
27921
|
-
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
|
|
27922
|
-
"integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==",
|
|
27923
|
-
"hasInstallScript": true,
|
|
27924
|
-
"license": "BSD-2-Clause",
|
|
27925
|
-
"bin": {
|
|
27926
|
-
"yarn": "bin/yarn.js",
|
|
27927
|
-
"yarnpkg": "bin/yarn.js"
|
|
27928
|
-
},
|
|
27929
|
-
"engines": {
|
|
27930
|
-
"node": ">=4.0.0"
|
|
27931
|
-
}
|
|
27932
|
-
},
|
|
27933
28011
|
"node_modules/yarn-deduplicate": {
|
|
27934
28012
|
"version": "3.1.0",
|
|
27935
28013
|
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-3.1.0.tgz",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.34.1-qa.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@oclif/plugin-commands": "3.2.0",
|
|
142
142
|
"@oclif/plugin-help": "6.0.18",
|
|
143
143
|
"@oclif/plugin-not-found": "3.0.14",
|
|
144
|
-
"@oclif/plugin-plugins": "
|
|
144
|
+
"@oclif/plugin-plugins": "beta",
|
|
145
145
|
"@oclif/plugin-search": "1.0.20",
|
|
146
146
|
"@oclif/plugin-update": "4.2.0",
|
|
147
147
|
"@oclif/plugin-version": "2.0.14",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"resolutions": {
|
|
205
205
|
"@salesforce/schemas": "1.6.1",
|
|
206
206
|
"@salesforce/templates": "60.1.0",
|
|
207
|
-
"@salesforce/source-deploy-retrieve": "10.5.
|
|
207
|
+
"@salesforce/source-deploy-retrieve": "10.5.2",
|
|
208
208
|
"@salesforce/source-tracking": "5.1.14"
|
|
209
209
|
},
|
|
210
210
|
"repository": "salesforcecli/cli",
|