Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33699
71197e84 fix(core): ensure CNW detects git remote for Nx Cloud onboarding URL ## Current Behavior When running `create-nx-workspace` with GitHub push flow, the Nx Cloud onboarding URL does not include the repository name. This is because `getVcsRemoteInfo()` is called before `pushToGitHub()` creates the git remote, and it runs in the wrong directory (cwd instead of the new workspace). ## Expected Behavior The onboarding URL should include the repository name so Nx Cloud can auto-detect the repo when users click the connect link. ## Changes 1. Reorder operations: create onboarding URL after git push completes 2. Add optional `directory` parameter to `getVcsRemoteInfo()` and `createNxCloudOnboardingURL()` so CNW can pass the workspace path 3. Remove `connectUrl` from `initializeGitRepo()` call (no longer needed in commit message) ## Related Issue(s) Fixes CLOUD-3976 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 days ago
by jaysoo
Succeeded
33699
5f0579df feat(core): print instructions to finish workspace setup during CNW if users kills the process
7 days ago
by jaysoo
Previous page
Previous
Next
Next page