You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `clerk deploy`, an interactive wizard that promotes a Clerk application from development to production.
6
+
7
+
- Walks through cloning the development instance, creating the production instance, and configuring CNAME records.
8
+
- Verifies mail, DNS, and SSL one component at a time so each step's status is visible while polling.
9
+
- Optionally exports the DNS records as a BIND zone file at `./clerk-<domain>.zone` for import into providers like Cloudflare, Route 53, and Google Cloud DNS.
10
+
- Resumes from the next pending step on subsequent runs, including reshowing the CNAME records when DNS is not yet verified.
11
+
- Collects production OAuth credentials for any social providers enabled in development.
0 commit comments