Shane McLaughlin
Shane McLaughlin
my first reaction is, "don't do that" (modifying the files while the push is in progress). Why are you doing that?
this will fix the restDeploy issue: https://github.com/salesforcecli/plugin-source/pull/535 (someone reported that outside of github so we it'll be in tomorrow's RC) as to `.forceignore`...that's supposed to go at the project root....
@msimonis here's the forceignore code https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/resolve/forceIgnore.ts#L54 It's doing an upward search and will stop at the first one it finds. (see also https://github.com/forcedotcom/source-deploy-retrieve/blob/3af34cedbccb2725e934eceda82331798030ba82/src/utils/fileSystemHandler.ts#L46) What would the ideal logic for your...
Can you explain your thinking in more detail, maybe with some examples, @msimonis
cf: W-7503240
1. That seems...wrong. It's probably some source tracking error where those are being pushed when they don't need to be. Are they also showing up in the push results output,...
We've got a design for string replacements during deploys that would also work for across CLIs and VSCode. But I don't know when we'll get to it.
v7.136 is over 5 months ago. Since then, we've migrated to a new major version of `oclif` (where that error seems to be coming from). Is this reproducible in a...
@trentchilders can you update your cli and confirm that it's still happening? https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_update_cli.htm If you are still getting the error on a current CLI, can you run the command with...
I think there's something changed about these new sandbox domains...does it get better after some time passes like it does for https://github.com/forcedotcom/cli/issues/1640 or stay broken?