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
After running sfdx sgd:source:delta --to "HEAD" --from $(git rev-list --max-parents=0 HEAD) --output diff/ --generate-delta
In the diff folder, I see CustomLabels.labels-meta.xml.
But the content of that metadata is different(see below).
Hi All
I'm using sfdx sgd:source:delta to generate a diff.
And today I found one issue.
I have CustomLabels.labels-meta.xml.
In it I have the next label metadata(example):
After running sfdx sgd:source:delta --to "HEAD" --from $(git rev-list --max-parents=0 HEAD) --output diff/ --generate-delta
In the diff folder, I see CustomLabels.labels-meta.xml.
But the content of that metadata is different(see below).
Value is truncated and instead of 2.0, it's now 2.
It's not reproducible if I have 2.0.1 or 2.1.
Currently, I have a workaround: clone label metadata from branch(stable) version to diff folder.
It will be really pitty if the same truncation applies also for Apex classes and other types of metadata.
The text was updated successfully, but these errors were encountered: