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
Today we encountered one scenario we didn't think of.
We have our repo set with string replacements in the lower environments and our CICD pipeline is taking that into account and always does the string replacements correctly. However, we just refreshed the UAT environment and done all the re-deployments from our UAT branch but these deployments didn't include most of the files set for string replacements, so we ended up with production values staying in the UAT org.
At the moment, the only way I could think of to deploy those with string replacements is to make small changes into each one of those file and re-deploy them. However, that's a not a nice workaround.
It would be really useful to have a CLI command that allows to redeploy all files set in the sfdx-project.json so that the string replacement actually takes place. What do you think? Am I missing a feature/capability/plugin that I don't know about?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Today we encountered one scenario we didn't think of.
We have our repo set with string replacements in the lower environments and our CICD pipeline is taking that into account and always does the string replacements correctly. However, we just refreshed the UAT environment and done all the re-deployments from our UAT branch but these deployments didn't include most of the files set for string replacements, so we ended up with production values staying in the UAT org.
At the moment, the only way I could think of to deploy those with string replacements is to make small changes into each one of those file and re-deploy them. However, that's a not a nice workaround.
It would be really useful to have a CLI command that allows to redeploy all files set in the sfdx-project.json so that the string replacement actually takes place. What do you think? Am I missing a feature/capability/plugin that I don't know about?
Thanks,
Cris
Beta Was this translation helpful? Give feedback.
All reactions