@salesforce/cli 2.13.1 → 2.13.2-cjs.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 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.13.1 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.13.2-cjs.0 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
- display autocomplete installation instructions
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
- display autocomplete installation instructions
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.9/src/commands/autocomplete/index.ts)_
813
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.11-dev.1/src/commands/autocomplete/index.ts)_
814
814
 
815
815
  ## `sf commands`
816
816
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.13.1",
3
+ "version": "2.13.2-cjs.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.13.1",
9
+ "version": "2.13.2-cjs.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "2.15.0",
14
- "@oclif/plugin-autocomplete": "2.3.9",
14
+ "@oclif/plugin-autocomplete": "2.3.11-dev.1",
15
15
  "@oclif/plugin-commands": "2.2.28",
16
16
  "@oclif/plugin-help": "5.2.20",
17
17
  "@oclif/plugin-not-found": "2.4.3",
@@ -2521,17 +2521,109 @@
2521
2521
  }
2522
2522
  },
2523
2523
  "node_modules/@oclif/plugin-autocomplete": {
2524
- "version": "2.3.9",
2525
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.9.tgz",
2526
- "integrity": "sha512-MLmJtyp2iVnihDaogMDy+U323wI5vlV2raHOHKfe6mwzq6ObowimiOXnT9l2a0HELGHI0Fmd1tKeCgPrJE152A==",
2524
+ "version": "2.3.11-dev.1",
2525
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.11-dev.1.tgz",
2526
+ "integrity": "sha512-XZE8qa/gVspTkwO18qeXBL3TIRPQXTZZ751s73CPpXo0aOj4tYSEwK0zCy6/x4XIomlZS47dSYLOfDNVvX2qmg==",
2527
2527
  "license": "MIT",
2528
2528
  "dependencies": {
2529
- "@oclif/core": "^2.15.0",
2530
- "chalk": "^4.1.0",
2531
- "debug": "^4.3.4"
2529
+ "@oclif/core": "^3.5.0",
2530
+ "chalk": "^5.3.0",
2531
+ "debug": "^4.3.4",
2532
+ "ejs": "^3.1.9"
2532
2533
  },
2533
2534
  "engines": {
2534
- "node": ">=12.0.0"
2535
+ "node": ">=18.0.0"
2536
+ }
2537
+ },
2538
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
2539
+ "version": "3.9.0",
2540
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.0.tgz",
2541
+ "integrity": "sha512-9UT0ySJgaUvERUQwDFh0u9Q5cfoBttfyaJ1sorSms6H5AELIjQ2Yvu2QfzPmnAit2rod+hdcDZ+O1Hia5Zcz+Q==",
2542
+ "license": "MIT",
2543
+ "dependencies": {
2544
+ "ansi-escapes": "^4.3.2",
2545
+ "ansi-styles": "^4.3.0",
2546
+ "cardinal": "^2.1.1",
2547
+ "chalk": "^4.1.2",
2548
+ "clean-stack": "^3.0.1",
2549
+ "cli-progress": "^3.12.0",
2550
+ "debug": "^4.3.4",
2551
+ "ejs": "^3.1.9",
2552
+ "get-package-type": "^0.1.0",
2553
+ "globby": "^11.1.0",
2554
+ "hyperlinker": "^1.0.0",
2555
+ "indent-string": "^4.0.0",
2556
+ "is-wsl": "^2.2.0",
2557
+ "js-yaml": "^3.14.1",
2558
+ "natural-orderby": "^2.0.3",
2559
+ "object-treeify": "^1.1.33",
2560
+ "password-prompt": "^1.1.2",
2561
+ "slice-ansi": "^4.0.0",
2562
+ "string-width": "^4.2.3",
2563
+ "strip-ansi": "^6.0.1",
2564
+ "supports-color": "^8.1.1",
2565
+ "supports-hyperlinks": "^2.2.0",
2566
+ "widest-line": "^3.1.0",
2567
+ "wordwrap": "^1.0.0",
2568
+ "wrap-ansi": "^7.0.0"
2569
+ },
2570
+ "engines": {
2571
+ "node": ">=18.0.0"
2572
+ }
2573
+ },
2574
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
2575
+ "version": "4.1.2",
2576
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2577
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2578
+ "license": "MIT",
2579
+ "dependencies": {
2580
+ "ansi-styles": "^4.1.0",
2581
+ "supports-color": "^7.1.0"
2582
+ },
2583
+ "engines": {
2584
+ "node": ">=10"
2585
+ },
2586
+ "funding": {
2587
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2588
+ }
2589
+ },
2590
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2591
+ "version": "7.2.0",
2592
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2593
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2594
+ "license": "MIT",
2595
+ "dependencies": {
2596
+ "has-flag": "^4.0.0"
2597
+ },
2598
+ "engines": {
2599
+ "node": ">=8"
2600
+ }
2601
+ },
2602
+ "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
2603
+ "version": "5.3.0",
2604
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2605
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2606
+ "license": "MIT",
2607
+ "engines": {
2608
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2609
+ },
2610
+ "funding": {
2611
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2612
+ }
2613
+ },
2614
+ "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
2615
+ "version": "8.1.1",
2616
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
2617
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
2618
+ "license": "MIT",
2619
+ "dependencies": {
2620
+ "has-flag": "^4.0.0"
2621
+ },
2622
+ "engines": {
2623
+ "node": ">=10"
2624
+ },
2625
+ "funding": {
2626
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
2535
2627
  }
2536
2628
  },
2537
2629
  "node_modules/@oclif/plugin-command-snapshot": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.13.1",
2
+ "version": "2.13.2-cjs.0",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.13.1",
4
+ "version": "2.13.2-cjs.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@oclif/core": "2.15.0",
125
- "@oclif/plugin-autocomplete": "2.3.9",
125
+ "@oclif/plugin-autocomplete": "2.3.11-dev.1",
126
126
  "@oclif/plugin-commands": "2.2.28",
127
127
  "@oclif/plugin-help": "5.2.20",
128
128
  "@oclif/plugin-not-found": "2.4.3",