@salesforce/cli 2.16.2-qa.0 → 2.16.2
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 +8 -8
- package/dist/flags.js +4 -0
- package/npm-shrinkwrap.json +22 -60
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.16.2
|
|
27
|
+
@salesforce/cli/2.16.2 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -783,7 +783,7 @@ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-ape
|
|
|
783
783
|
|
|
784
784
|
## `sf autocomplete [SHELL]`
|
|
785
785
|
|
|
786
|
-
|
|
786
|
+
display autocomplete installation instructions
|
|
787
787
|
|
|
788
788
|
```
|
|
789
789
|
USAGE
|
|
@@ -796,7 +796,7 @@ FLAGS
|
|
|
796
796
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
797
797
|
|
|
798
798
|
DESCRIPTION
|
|
799
|
-
|
|
799
|
+
display autocomplete installation instructions
|
|
800
800
|
|
|
801
801
|
EXAMPLES
|
|
802
802
|
$ sf autocomplete
|
|
@@ -810,7 +810,7 @@ EXAMPLES
|
|
|
810
810
|
$ sf autocomplete --refresh-cache
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.
|
|
813
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.10/src/commands/autocomplete/index.ts)_
|
|
814
814
|
|
|
815
815
|
## `sf commands`
|
|
816
816
|
|
|
@@ -7156,16 +7156,16 @@ EXAMPLES
|
|
|
7156
7156
|
|
|
7157
7157
|
$ sf sobject describe --sobject Account
|
|
7158
7158
|
|
|
7159
|
-
Display the metadata of the "
|
|
7159
|
+
Display the metadata of the "MyObject\_\_c" custom object in the org with alias "my-scratch-org":
|
|
7160
7160
|
|
|
7161
|
-
$ sf sobject describe --sobject
|
|
7161
|
+
$ sf sobject describe --sobject MyObject\_\_c --target-org my-scratch-org
|
|
7162
7162
|
|
|
7163
7163
|
Display the metadata of the ApexCodeCoverage Tooling API object in your default org:
|
|
7164
7164
|
|
|
7165
7165
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7168
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/describe.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `sf sobject list`
|
|
7171
7171
|
|
|
@@ -7202,7 +7202,7 @@ EXAMPLES
|
|
|
7202
7202
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7203
7203
|
```
|
|
7204
7204
|
|
|
7205
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7205
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/list.ts)_
|
|
7206
7206
|
|
|
7207
7207
|
## `sf static-resource generate`
|
|
7208
7208
|
|
package/dist/flags.js
CHANGED
|
@@ -17,6 +17,10 @@ export function preprocessCliFlags(process) {
|
|
|
17
17
|
process.env.DEBUG = debug;
|
|
18
18
|
process.env.SF_DEBUG = '1';
|
|
19
19
|
process.env.SF_ENV = 'development';
|
|
20
|
+
// set `SF_LOG_LEVEL` to `trace` if it wasn't specified
|
|
21
|
+
if (process.env.SF_LOG_LEVEL === undefined) {
|
|
22
|
+
process.env.SF_LOG_LEVEL = 'trace';
|
|
23
|
+
}
|
|
20
24
|
// need to calculate indexOf --dev-debug here because it might've changed based on --debug-filter
|
|
21
25
|
process.argv.splice(process.argv.indexOf('--dev-debug'), 1);
|
|
22
26
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.16.2
|
|
3
|
+
"version": "2.16.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.16.2
|
|
9
|
+
"version": "2.16.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.0.3",
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.10",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.4",
|
|
16
16
|
"@oclif/plugin-help": "6.0.4",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.2",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@salesforce/plugin-login": "1.2.39",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.1",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.5",
|
|
34
|
-
"@salesforce/plugin-schema": "2.3.
|
|
34
|
+
"@salesforce/plugin-schema": "2.3.32",
|
|
35
35
|
"@salesforce/plugin-settings": "1.4.36",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.45",
|
|
@@ -2295,26 +2295,26 @@
|
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2298
|
-
"version": "2.3.
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
2300
|
-
"integrity": "sha512-
|
|
2298
|
+
"version": "2.3.10",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz",
|
|
2300
|
+
"integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==",
|
|
2301
2301
|
"license": "MIT",
|
|
2302
2302
|
"dependencies": {
|
|
2303
|
-
"@oclif/core": "^
|
|
2304
|
-
"chalk": "^
|
|
2305
|
-
"debug": "^4.3.4"
|
|
2306
|
-
"ejs": "^3.1.9"
|
|
2303
|
+
"@oclif/core": "^2.15.0",
|
|
2304
|
+
"chalk": "^4.1.0",
|
|
2305
|
+
"debug": "^4.3.4"
|
|
2307
2306
|
},
|
|
2308
2307
|
"engines": {
|
|
2309
|
-
"node": ">=
|
|
2308
|
+
"node": ">=12.0.0"
|
|
2310
2309
|
}
|
|
2311
2310
|
},
|
|
2312
2311
|
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
2313
|
-
"version": "
|
|
2314
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
2315
|
-
"integrity": "sha512-
|
|
2312
|
+
"version": "2.15.0",
|
|
2313
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
2314
|
+
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
2316
2315
|
"license": "MIT",
|
|
2317
2316
|
"dependencies": {
|
|
2317
|
+
"@types/cli-progress": "^3.11.0",
|
|
2318
2318
|
"ansi-escapes": "^4.3.2",
|
|
2319
2319
|
"ansi-styles": "^4.3.0",
|
|
2320
2320
|
"cardinal": "^2.1.1",
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
"clean-stack": "^3.0.1",
|
|
2323
2323
|
"cli-progress": "^3.12.0",
|
|
2324
2324
|
"debug": "^4.3.4",
|
|
2325
|
-
"ejs": "^3.1.
|
|
2325
|
+
"ejs": "^3.1.8",
|
|
2326
2326
|
"get-package-type": "^0.1.0",
|
|
2327
2327
|
"globby": "^11.1.0",
|
|
2328
2328
|
"hyperlinker": "^1.0.0",
|
|
@@ -2337,52 +2337,14 @@
|
|
|
2337
2337
|
"strip-ansi": "^6.0.1",
|
|
2338
2338
|
"supports-color": "^8.1.1",
|
|
2339
2339
|
"supports-hyperlinks": "^2.2.0",
|
|
2340
|
+
"ts-node": "^10.9.1",
|
|
2341
|
+
"tslib": "^2.5.0",
|
|
2340
2342
|
"widest-line": "^3.1.0",
|
|
2341
2343
|
"wordwrap": "^1.0.0",
|
|
2342
2344
|
"wrap-ansi": "^7.0.0"
|
|
2343
2345
|
},
|
|
2344
2346
|
"engines": {
|
|
2345
|
-
"node": ">=
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
|
|
2349
|
-
"version": "4.1.2",
|
|
2350
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2351
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2352
|
-
"license": "MIT",
|
|
2353
|
-
"dependencies": {
|
|
2354
|
-
"ansi-styles": "^4.1.0",
|
|
2355
|
-
"supports-color": "^7.1.0"
|
|
2356
|
-
},
|
|
2357
|
-
"engines": {
|
|
2358
|
-
"node": ">=10"
|
|
2359
|
-
},
|
|
2360
|
-
"funding": {
|
|
2361
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2365
|
-
"version": "7.2.0",
|
|
2366
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2367
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2368
|
-
"license": "MIT",
|
|
2369
|
-
"dependencies": {
|
|
2370
|
-
"has-flag": "^4.0.0"
|
|
2371
|
-
},
|
|
2372
|
-
"engines": {
|
|
2373
|
-
"node": ">=8"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
|
|
2377
|
-
"version": "5.3.0",
|
|
2378
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2379
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2380
|
-
"license": "MIT",
|
|
2381
|
-
"engines": {
|
|
2382
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
2383
|
-
},
|
|
2384
|
-
"funding": {
|
|
2385
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2347
|
+
"node": ">=14.0.0"
|
|
2386
2348
|
}
|
|
2387
2349
|
},
|
|
2388
2350
|
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
@@ -5336,9 +5298,9 @@
|
|
|
5336
5298
|
}
|
|
5337
5299
|
},
|
|
5338
5300
|
"node_modules/@salesforce/plugin-schema": {
|
|
5339
|
-
"version": "2.3.
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
5341
|
-
"integrity": "sha512-
|
|
5301
|
+
"version": "2.3.32",
|
|
5302
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.32.tgz",
|
|
5303
|
+
"integrity": "sha512-xigwrpeuDfhNrzH/rq1ZtxZPhlaG4eBjZqIIla0mjnFNK2vAXGlIeS9ShTBGHUoLV9dyzQpejZ48otdCxUT2Eg==",
|
|
5342
5304
|
"license": "BSD-3-Clause",
|
|
5343
5305
|
"dependencies": {
|
|
5344
5306
|
"@oclif/core": "^2.15.0",
|
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.16.2
|
|
4
|
+
"version": "2.16.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.3",
|
|
78
78
|
"@salesforce/plugin-env": "2.2.8",
|
|
79
79
|
"@salesforce/plugin-packaging": "1.26.4",
|
|
80
|
-
"@salesforce/plugin-signups": "1.5.
|
|
80
|
+
"@salesforce/plugin-signups": "1.5.6",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.17.0"
|
|
83
83
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@oclif/core": "3.0.3",
|
|
128
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
128
|
+
"@oclif/plugin-autocomplete": "2.3.10",
|
|
129
129
|
"@oclif/plugin-commands": "3.0.4",
|
|
130
130
|
"@oclif/plugin-help": "6.0.4",
|
|
131
131
|
"@oclif/plugin-not-found": "3.0.2",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"@salesforce/plugin-login": "1.2.39",
|
|
146
146
|
"@salesforce/plugin-marketplace": "0.3.1",
|
|
147
147
|
"@salesforce/plugin-org": "2.11.5",
|
|
148
|
-
"@salesforce/plugin-schema": "2.3.
|
|
148
|
+
"@salesforce/plugin-schema": "2.3.32",
|
|
149
149
|
"@salesforce/plugin-settings": "1.4.36",
|
|
150
150
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
151
151
|
"@salesforce/plugin-source": "2.10.45",
|