Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include namespace in "sfdx force:org:display" result #422

Closed
toddhalfpenny opened this issue May 29, 2020 · 2 comments
Closed

Include namespace in "sfdx force:org:display" result #422

toddhalfpenny opened this issue May 29, 2020 · 2 comments
Labels
feature Issue or pull request for a new feature

Comments

@toddhalfpenny
Copy link

Is your feature request related to a problem? Please describe.
As far as I can see, the only way to get the namespace of an (scratch) org is to log into it.

What are you trying to do
Get the namespace of a (scratch) org from the CLI.

Describe the solution you'd like
Be great if the namespace was returned for a sfdx force:org:display call

Describe alternatives you've considered
Creating a plugin to do this using the soql SELECT NamespacePrefix FROM Organization;, or perhaps it's already available via this.createOrg()?

Additional context
n/a

@clairebianchi clairebianchi added the feature Issue or pull request for a new feature label Jul 17, 2020
@mshanemc
Copy link
Contributor

mshanemc commented Feb 8, 2021

@toddhalfpenny This should be added in the new open-source version. You can try it early, here: #835

@mshanemc
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue or pull request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants