Christian Menzinger
Christian Menzinger
We ran into the exact same issue as @VivekMChawla described with `force:source:pull` Same version `sfdx-cli/7.144.2 darwin-x64 node-v16.14.2`
We did not specify `pushPackageDirectoriesSequentially` and pushing worked as expected. The problem is that `pull` does not update already existing metadata components - a duplicate is generated in the defaultDirectory....
I just realised when using a package.xml the encoding is different: If I am not wrong, it follows standard HTML encoding. Is there any documentation around how encoding is done?