[PR #7319] docs: add --adapter and --dialect CLI flags documentation #32825

Open
opened 2026-04-17 23:32:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7319
Author: @Bekacru
Created: 1/13/2026
Status: 🔄 Open

Base: mainHead: claude/slack-add-docs-pr-NMvgO


📝 Commits (3)

  • 56db800 docs: add --adapter and --dialect CLI flags documentation
  • cd805a7 docs: use npm code block format for CLI examples
  • 6a11883 docs: use single-line npm command and TypeTable for CLI options

📊 Changes

1 file changed (+38 additions, -0 deletions)

View changed files

📝 docs/content/docs/concepts/cli.mdx (+38 -0)

📄 Description

Document the new generate command options that enable schema generation without requiring a pre-configured database connection. This supports the feature added in PR #7316.


Summary by cubic

Document new --adapter and --dialect flags for the generate CLI to enable schema generation without a pre-configured database connection. Includes examples for Prisma, Drizzle, and Kysely, plus dialect mapping and fallback behavior.

Written for commit 6a11883699. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7319 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 1/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `claude/slack-add-docs-pr-NMvgO` --- ### 📝 Commits (3) - [`56db800`](https://github.com/better-auth/better-auth/commit/56db800e7ebd5dbc29e4d6dbd593c746fe9b5e59) docs: add --adapter and --dialect CLI flags documentation - [`cd805a7`](https://github.com/better-auth/better-auth/commit/cd805a70081fbea4725a53ee8442b2b8efc2e6b7) docs: use npm code block format for CLI examples - [`6a11883`](https://github.com/better-auth/better-auth/commit/6a1188369901d43b6b6c3b78e58a788a1b07d63b) docs: use single-line npm command and TypeTable for CLI options ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/cli.mdx` (+38 -0) </details> ### 📄 Description Document the new generate command options that enable schema generation without requiring a pre-configured database connection. This supports the feature added in PR #7316. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Document new --adapter and --dialect flags for the generate CLI to enable schema generation without a pre-configured database connection. Includes examples for Prisma, Drizzle, and Kysely, plus dialect mapping and fallback behavior. <sup>Written for commit 6a1188369901d43b6b6c3b78e58a788a1b07d63b. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 23:32:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#32825