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.
If I don't keep the sourceApiVersion property of my sfdx-project.json file up-to-date, then attempting to pull metadata from a newer API fails silently.
e.g. I had a project which I hadn't updated from API 45, and was trying to pull Custom Metadata Type permissions in a Permission Set. I couldn't understand why they weren't being pulled.
This was frustrating because I didn't notice until after I'd built a package, installed it, and found that the missing permissions broke functionality.
And once the scratch org expires, the change is gone.
What are you trying to do
force:source:status knows that the change is there on the server. I would like sfdx to notice that it cannot pull a change which exists on the server and warn me.
Describe the solution you'd like
An error like the one for conflicting changes where it says which items could not be pulled due to the API version.
Describe alternatives you've considered
Some sort of scripts on our side to make sure that we keep sourceApiVersion up-to-date.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If I don't keep the
sourceApiVersion
property of mysfdx-project.json
file up-to-date, then attempting to pull metadata from a newer API fails silently.e.g. I had a project which I hadn't updated from API 45, and was trying to pull Custom Metadata Type permissions in a Permission Set. I couldn't understand why they weren't being pulled.
This was frustrating because I didn't notice until after I'd built a package, installed it, and found that the missing permissions broke functionality.
And once the scratch org expires, the change is gone.
What are you trying to do
force:source:status knows that the change is there on the server. I would like sfdx to notice that it cannot pull a change which exists on the server and warn me.
Describe the solution you'd like
An error like the one for conflicting changes where it says which items could not be pulled due to the API version.
Describe alternatives you've considered
Some sort of scripts on our side to make sure that we keep
sourceApiVersion
up-to-date.The text was updated successfully, but these errors were encountered: