Can someone help me understand how to migrate proj...
# sdf
m
Can someone help me understand how to migrate projects from a sb to prod without using account-specific values? I've been using more custom records and segments and am struggling a bit with lists/records
b
Are you using the cli, webstorm, or eclipse? The reason I ask is not all of them allow suppression of account specific values.
m
Eclipse
wait I meant webstorm but typed eclipse because I was looking at it heh
b
Ya, I don't think that's supported in webstorm yet.
using the cli you would use something like this:
Copy code
sdfcli deploy -p $project -account $account -email $email -role $role -url $url -accountspecificvalues WARNING
This will deploy any changes w/ account specific values, but suppress them. Once the changes are deployed, you will have to set the values manually in the UI of the account.
j
It’s available in Webstorm with plugin 2020.1.0 and just wanted to add this is only possible with account customization type projects
👍 1
m
Ah okay thanks guys. That's what I'm doing currently. I was hoping there might be a way to say hey I want to go cow boy and pull in the account-specific values into the customization to avoid the final step of setting values post deployment
The more I think about that maybe what I want to do doesn't make sense since order would matter