You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
callDescribe alternatives you've considered
Creating a plugin to do this using the soql
SELECT NamespacePrefix FROM Organization;
, or perhaps it's already available viathis.createOrg()
?Additional context
n/a
The text was updated successfully, but these errors were encountered: