sf project retrieve start --package-name is fetching Managed Packages without namespace #2931
Labels
investigating
We're actively investigating this issue
owned by another team
The Salesforce CLI team does not own this work but will pass on the information to the correct team.
validated
Version information for this issue has been validated
Summary
Retrieving Managed Package from the org brings metadata without Namespaces
Steps To Reproduce
Expected result
The managed Package metadata should have been retrieved with the namespace.
Actual result
The managed Package metadata doesn't have the namespace. So if I make any changes like adding a field to the managed custom object in the project and deploying it will not update that object but rather creates a new object or update some existing object.
Refer to the screenshot below, same object when retrieved via manifest has namespace orgbrowser__hello but when retrieved via command sf project retrieve start --package-name it creates a OrgBrowser folder and has the object listed as just hello without namespace.
System Information
Additional information
The text was updated successfully, but these errors were encountered: