Skip to content

Commit a3d8b46

Browse files
committed
docs(changeset): document clerk deploy production wizard
1 parent db15cf9 commit a3d8b46

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.changeset/deploy-wizard.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"clerk": minor
3+
---
4+
5+
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

Comments
 (0)