LTRAC-990: Show custom domain status#3072
Conversation
Add a domains command group with a create-domain API client and wait support for pending domain verification. Refs LTRAC-988
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
Include the HTTP status and correlation ID when domain API requests fail with a server-side response so 502 Bad Gateway errors are actionable. Refs LTRAC-988
9c28a2c to
405850e
Compare
Keep domain API server error messages concise because the CLI fatal error handler already prints the correlation ID for support. Refs LTRAC-988
Add domain listing support with optional domain and verification-status filters so users can scan configured Native Hosting domains from the CLI. Refs LTRAC-989
Add a domains status command that fetches one domain, renders its color-coded state, and can wait for pending verification to finish. Refs LTRAC-990
405850e to
e28db70
Compare
|
Tested locally: |
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
What/Why?
Refs LTRAC-990
Adds
catalyst domains status <domain>on top of the domain command work from #3070 and #3071. The command fetches one domain, renders the color-coded status, and supports--waitfor pending verification.This PR is stacked after #3071 and should be reviewed/merged after that PR.
Testing
node_modules/.bin/vitest run src/cli/commands/domains.spec.tsnode_modules/.bin/tsc --noEmitnode_modules/.bin/eslint src/cli/commands/domains.ts src/cli/commands/domains.spec.ts --max-warnings 0Full
node_modules/.bin/vitest run --coveragewas attempted on #3070, but this local environment fails unrelated existing tests that requireapi.github.comnetwork access and npm package env vars.Migration
None.