Cristian Dominguez
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? , 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...