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
Deployment status polling broken in 2.136.8 - CLI submits deployments successfully but never receives completion status. Deployments complete in Salesforce (verified in Setup → Deployment Status) but CLI times out polling with Status: Unknown | Components: 0/0.
Downgrading to 2.135.7 resolves the issue.
Steps To Reproduce
Unable to provide a minimal repo as the issue is with the CLI's deployment status polling, not project-specific.
Use salesforce/cli:latest-full Docker image (which resolved to 2.136.8 on 2026-05-27)
Run sf project deploy validate -d force-app -o -l RunLocalTests
Deployment is submitted successfully, Deploy ID returned
use sf doctor --create-issue to automatically fill the required information
Expected result
CLI receives deployment status updates and exits with success when Salesforce completes the deployment.
Actual result
CLI never receives status updates. Polling shows Status: Unknown | Components: 0/0 indefinitely until timeout, even though the deployment completed successfully in Salesforce.
Workaround: Pin to 2.135.7 - works correctly.
Additional information
This occurs in a CI/CD environment (Bitbucket Pipelines), not a local terminal.
Multiple pipelines across different branches and target orgs (prod, UAT, develop) all exhibited the same behavior simultaneously after latest-full updated to 2.136.8.
All pipelines worked correctly earlier the same day on 2.135.7.
System Information
CI/CD environment - Bitbucket Pipelines
Shell: bash
Docker image: salesforce/cli:latest-full (resolved to 2.136.8 at time of issue)
Summary
Deployment status polling broken in 2.136.8 - CLI submits deployments successfully but never receives completion status. Deployments complete in Salesforce (verified in Setup → Deployment Status) but CLI times out polling with Status: Unknown | Components: 0/0.
Downgrading to 2.135.7 resolves the issue.
Steps To Reproduce
Unable to provide a minimal repo as the issue is with the CLI's deployment status polling, not project-specific.
Environment:
Tip
use
sf doctor --create-issueto automatically fill the required informationExpected result
CLI receives deployment status updates and exits with success when Salesforce completes the deployment.
Actual result
CLI never receives status updates. Polling shows Status: Unknown | Components: 0/0 indefinitely until timeout, even though the deployment completed successfully in Salesforce.
Workaround: Pin to 2.135.7 - works correctly.
Additional information
This occurs in a CI/CD environment (Bitbucket Pipelines), not a local terminal.
Multiple pipelines across different branches and target orgs (prod, UAT, develop) all exhibited the same behavior simultaneously after latest-full updated to 2.136.8.
All pipelines worked correctly earlier the same day on 2.135.7.
System Information
CI/CD environment - Bitbucket Pipelines
Shell: bash
Docker image: salesforce/cli:latest-full (resolved to 2.136.8 at time of issue)
{ "cliVersion": "@salesforce/cli/2.136.8", "architecture": "linux-x64", "nodeVersion": "node-v20.20.2", "osVersion": "Linux (Bitbucket Pipelines container)", "shell": "bash" }