LTRAC-989: List custom domain statuses#3071
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
d4fb25a to
075a3b1
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
075a3b1 to
6e7b435
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-989
Adds
catalyst domains liston top of the shared domain command/API client from #3070. The command resolves existing CLI credentials/project config, supports optional--domainand--statusfilters, and renders color-coded domain statuses with an explicit empty state.This PR is stacked after #3070 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 src/cli/lib/domains.ts tests/mocks/handlers.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.