cli icon indicating copy to clipboard operation
cli copied to clipboard

`sf org list` Default DevHub and Default Org emojis shift rows by one char

Open petter-eikeland opened this issue 3 weeks ago • 2 comments

Summary

Small inconvenience, but this bug has been there for a while and just itches me in the wrong way. The emojis that show default DevHub and Default Org are useful. However, they shift the entire row by one char. Please add a missing space to the table in these rows :)

Steps To Reproduce

  1. Ensure you have set a default DevHub and/or default Org.
  2. Execute sf org list

Expected result

Nicely formatted table shows all connected orgs

Actual result

Nicely formatted table, but rows with emoji are shifted by 1 missing space char

Additional information

Image

System Information

{
  "architecture": "darwin-arm64",
  "cliVersion": "@salesforce/cli/2.115.15",
  "nodeVersion": "node-v22.21.1",
  "osVersion": "Darwin 25.2.0",
  "rootPath": "/usr/local/lib/sf",
  "shell": "zsh",
  "pluginVersions": [
    "@oclif/plugin-autocomplete 3.2.39 (core)",
    "@oclif/plugin-commands 4.1.38 (core)",
    "@oclif/plugin-help 6.2.36 (core)",
    "@oclif/plugin-not-found 3.2.73 (core)",
    "@oclif/plugin-plugins 5.4.54 (core)",
    "@oclif/plugin-search 1.2.36 (core)",
    "@oclif/plugin-update 4.7.16 (core)",
    "@oclif/plugin-version 2.2.36 (core)",
    "@oclif/plugin-warn-if-update-available 3.1.53 (core)",
    "@oclif/plugin-which 3.2.42 (core)",
    "@salesforce/cli 2.115.15 (core)",
    "agent 1.25.2 (core)",
    "apex 3.8.10 (core)",
    "api 1.3.3 (core)",
    "auth 3.9.22 (core)",
    "data 4.0.64 (core)",
    "deploy-retrieve 3.24.2 (core)",
    "info 3.4.96 (core)",
    "limits 3.3.72 (core)",
    "marketplace 1.3.8 (core)",
    "org 5.9.50 (core)",
    "packaging 2.23.5 (core)",
    "schema 3.3.88 (core)",
    "settings 2.4.51 (core)",
    "sobject 1.4.79 (core)",
    "telemetry 3.6.68 (core)",
    "templates 56.3.72 (core)",
    "trust 3.7.113 (core)",
    "user 3.6.42 (core)",
    "sfdmu 4.38.0 (user) published 353 days ago (Sun Dec 29 2024)",
    "sfdx-hardis 6.16.0 (user) published 2 days ago (Sun Dec 14 2025)"
  ]
}

petter-eikeland avatar Dec 17 '25 07:12 petter-eikeland