fix(core): nx should show help for run-one when using project short names#34303
fix(core): nx should show help for run-one when using project short names#34303FrozenPandaz merged 2 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ 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 3ffdb19
☁️ Nx Cloud last updated this comment at |
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 e2e test failures are not related to the PR changes. The PR only modifies the --help flag code path to resolve project short names, while the failing tests execute normal e2e runs without using --help. The "connection refused" errors suggest an environment issue with test server provisioning rather than a code regression.
No code changes were suggested for this issue.
🔂 A CI rerun has been triggered by adding an empty commit to this branch.
🎓 Learn more about Self-Healing CI on nx.dev
…ames [Self-Healing CI Rerun]
…ames (#34303) ## Current Behavior Given a project name like `:foo`, you can run tasks like `nx test foo` (note `foo` vs `:foo`), but passing --help throws an error ## Expected Behavior `--help` works the same with the shortname vs full name ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> (cherry picked from commit 1cb6c0b)
|
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
Given a project name like
:foo, you can run tasks likenx test foo(notefoovs:foo), but passing --help throws an errorExpected Behavior
--helpworks the same with the shortname vs full nameRelated Issue(s)
Fixes #