feat(core): add passthrough for nx-cloud apply-locally command#34557
feat(core): add passthrough for nx-cloud apply-locally command#34557
Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 872c113
☁️ Nx Cloud last updated this comment at |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…Healing CI Rerun]
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
Our analysis indicates these failures are environment-related rather than caused by the PR changes. The PR only modifies the "nx" package to add a command passthrough, while the failures occur in unrelated e2e test suites (workspace-create and gradle) that aren't touched by this PR. The Gradle daemon being stopped mid-execution and workspace creation failures suggest infrastructure/resource issues rather than code defects.
No code changes were suggested for this issue.
🔂 A CI rerun has been triggered by adding an empty commit to this branch.
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
🎓 Learn more about Self-Healing CI on nx.dev
…Healing CI Rerun]
## Current Behavior folks had to type in `nx-cloud apply-locally` ## Expected Behavior now `nx apply-locally` works --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
## Current Behavior folks had to type in `nx-cloud apply-locally` ## Expected Behavior now `nx apply-locally` works --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> (cherry picked from commit 8323550)
## Current Behavior folks had to type in `nx-cloud apply-locally` ## Expected Behavior now `nx apply-locally` works --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> (cherry picked from commit 8323550)
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
folks had to type in
nx-cloud apply-locallyExpected Behavior
now
nx apply-locallyworks