-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
bugIssue or pull request that identifies or fixes a bugIssue or pull request that identifies or fixes a bug
Description
Summary
package version list command displays garbage output as of v2.76.5
Steps To Reproduce
- update CLI to v2.76.5
- run following command
sf package version list --verbose -p {package_alias|0Ho} > package-version-list.txt - review output text file to see error.
Expected result
- expect normal tabular display of package version list
Actual result
- seeing incorrect display of package version list results
Additional information
System Information
BASH
{
"architecture": "darwin-x64",
"cliVersion": "@salesforce/cli/2.76.5",
"nodeVersion": "node-v22.13.1",
"osVersion": "Darwin 24.3.0",
"rootPath": "/Users/john/.local/share/sf/client/2.76.5-6374a6d",
"shell": "zsh",
"pluginVersions": [
"@dx-cli-toolbox/sf-toolbox-aep-utils 0.7.5 (user) published 341 days ago (Thu Feb 29 2024)",
"@dx-cli-toolbox/sfdx-toolbox-package-utils 1.0.1 (user) published 90 days ago (Wed Nov 06 2024)",
"@mshanemc/plugin-streaming 1.1.7 (user) published 1585 days ago (Fri Oct 02 2020)",
"@mshanemc/sfdx-sosl 1.1.0 (user) published 1579 days ago (Thu Oct 08 2020)",
"@oclif/plugin-autocomplete 3.2.20 (core)",
"@oclif/plugin-commands 4.1.19 (core)",
"@oclif/plugin-help 6.2.24 (core)",
"@oclif/plugin-not-found 3.2.40 (core)",
"@oclif/plugin-plugins 5.4.30 (core)",
"@oclif/plugin-search 1.2.20 (core)",
"@oclif/plugin-update 4.6.30 (core)",
"@oclif/plugin-version 2.2.23 (core)",
"@oclif/plugin-warn-if-update-available 3.1.32 (core)",
"@oclif/plugin-which 3.2.28 (core)",
"@salesforce/cli 2.76.5 (core)",
"apex 3.6.8 (core)",
"api 1.3.3 (core)",
"auth 3.6.92 (core)",
"data 4.0.9 (core)",
"deploy-retrieve 3.18.0 (core)",
"info 3.4.37 (core)",
"limits 3.3.45 (core)",
"marketplace 1.3.7 (core)",
"org 5.2.29 (core)",
"packaging 2.9.16 (core)",
"schema 3.3.49 (core)",
"settings 2.4.14 (core)",
"sobject 1.4.50 (core)",
"telemetry 3.6.32 (core)",
"templates 56.3.37 (core)",
"trust 3.7.61 (core)",
"user 3.6.8 (core)",
"sfdmu 4.38.0 (user) published 37 days ago (Sun Dec 29 2024)",
"shane-sfdx-plugins 4.43.0 (user) published 1555 days ago (Mon Nov 02 2020)"
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue or pull request that identifies or fixes a bugIssue or pull request that identifies or fixes a bug