Cristian Dominguez

Results 326 comments of Cristian Dominguez

This was fixed in sfdx v7.154.0, see release notes: https://github.com/forcedotcom/cli/tree/main/releasenotes/sfdx#71540-june-9-2022

Hey @filiprafalowicz, there's an ongoing performance degradation that's causing sfdx to timeout, see https://trailblazer.salesforce.com/issues_view?title=performance-degradation-message-queue-processing-on-multiple-sandbox-instances&Id=a1p4V00000212Ja We don't think this is related to sfdx, but I'll keep the issue open so we...

Hey @filiprafalowicz, the `force:source:push` command polls the org for the status of the metadata transfer request when pushing changes. The polling will timeout after 33 minutes unless you specify a...

Hey folks 👋🏼 I'm not able to reproduce this on macOS with both CLIs latest-rc, does anyone have a consistent way to repro this? ![Screen Shot 2022-05-20 at 11 31...

This was fixed in in sfdx v 7.158.1, see release notes: https://github.com/forcedotcom/cli/tree/main/releasenotes/sfdx#71581-july-7-2022

Hey @MarcDBehr, sorry for the late reply. This was fixed in the current packaging beta commands, see this for more info: https://github.com/forcedotcom/cli/issues/1721 You can test these beta commands by updating...

> Unable to associate this scratch org with a DevHub that error means sfdx didn't detect that org as a sandbox (so defaulted to scratch). I've narrowed the bug down...

Hey @gdman, sorry for the late reply. I found we already had a WI in our backlog to fix this: [W-11731922](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE0000166kT1YAI/view), sounds like you are right about the code not...

This error is being thrown from here: https://github.com/forcedotcom/sfdx-core/blob/main/src/org/connection.ts#L265 When instantiating this class it tries to get the API version to use in requests from a local config value (sfdx config:set...

@slaght yes, the method that does the dns lookup checks if it's set here: https://github.com/forcedotcom/sfdx-core/blob/main/src/status/myDomainResolver.ts#L76 If you run `SFDX_DISABLE_DNS_CHECK=true DEBUG=* sfdx force:source:deploy:report` you should see this message in the log...