Skip to content

force:org:list --json not showing namespace of developer edition #1790

@ragoergens

Description

@ragoergens

Summary

The namespace or namespacePrefix attribute of a developer edition org having a namespace is not shown in sfdx.

Steps To Reproduce:

  1. Create developer edition
  2. Define namespace
  3. Authorise developer edition using force:web:login
  4. Do force:org:list --json

Expected result

The namespace or namespacePrefix attribute is shown.

Actual result

The namespace or namespacePrefix attribute is not shown.

{
"status": 0,
"result": {
"nonScratchOrgs": [
{
"accessToken": "[redacted]",
"instanceUrl": "https://[redacted]-dev-ed.my.salesforce.com",
"orgId": "[redacted]",
"username": "[redacted]",
"loginUrl": "https://login.salesforce.com/",
"clientId": "PlatformCLI",
"isDevHub": false,
"instanceApiVersion": "56.0",
"instanceApiVersionLastRetrieved": "03/11/2022, 21:51:55",
"alias": "[redacted]",
"lastUsed": "2022-11-03T21:23:22.394Z",
"connectedStatus": "Connected"
}
],
"scratchOrgs": []
}
}

System Information

{
"cliVersion": "sfdx-cli/7.174.0",
"architecture": "win32-x64",
"nodeVersion": "node-v16.17.1",
"pluginVersions": [
"@oclif/plugin-autocomplete 1.3.1 (core)",
"@oclif/plugin-commands 2.2.0 (core)",
"@oclif/plugin-help 5.1.14 (core)",
"@oclif/plugin-not-found 2.3.3 (core)",
"@oclif/plugin-plugins 2.1.1 (core)",
"@oclif/plugin-update 3.0.2 (core)",
"@oclif/plugin-version 1.1.2 (core)",
"@oclif/plugin-warn-if-update-available 2.0.6 (core)",
"@oclif/plugin-which 2.1.0 (core)",
"alias 2.1.5 (core)",
"apex 1.3.0 (core)",
"auth 2.2.15 (core)",
"community 2.0.10 (core)",
"config 1.4.21 (core)",
"custom-metadata 2.0.2 (core)",
"data 2.1.4 (core)",
"generator 2.0.7 (core)",
"info 2.2.0 (core)",
"limits 2.0.5 (core)",
"org 2.2.9 (core)",
"packaging 1.9.4 (core)",
"schema 2.1.10 (core)",
"signups 1.2.8 (core)",
"source 2.0.25 (core)",
"telemetry 2.0.2 (core)",
"templates 55.1.0 (core)",
"trust 2.0.4 (core)",
"user 2.1.13 (core)",
"@salesforce/sfdx-plugin-lwc-test 1.0.1 (core)",
"salesforce-alm 54.8.3 (core)"
],
"osVersion": "Windows_NT 10.0.19044",
"shell": "cmd.exe",
"rootPath": "C:\Users\[redacted]\AppData\Local\sfdx\client\7.174.0-a2f8d31"
}

Metadata

Metadata

Assignees

Labels

featureIssue or pull request for a new featurehelp wantedHelp wanted to implement this issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions