[PR #176] [MERGED] refactor: move cli to it's own pacakge #28743

Closed
opened 2026-04-17 20:12:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/176
Author: @Bekacru
Created: 10/15/2024
Status: Merged
Merged: 10/15/2024
Merged by: @Bekacru

Base: mainHead: cli


📝 Commits (10+)

📊 Changes

92 files changed (+1418 additions, -1070 deletions)

View changed files

📝 docs/content/docs/basic-usage.mdx (+12 -12)
📝 docs/content/docs/concepts/cli.mdx (+8 -4)
📝 docs/content/docs/concepts/cookies.mdx (+18 -6)
📝 docs/content/docs/concepts/database.mdx (+3 -3)
📝 docs/content/docs/concepts/rate-limit.mdx (+1 -1)
📝 docs/content/docs/concepts/session-management.mdx (+5 -5)
📝 docs/content/docs/concepts/users-accounts.mdx (+3 -3)
📝 docs/content/docs/installation.mdx (+10 -12)
📝 docs/content/docs/integrations/nuxt.mdx (+1 -1)
📝 docs/content/docs/plugins/2fa.mdx (+16 -7)
📝 docs/content/docs/plugins/admin.mdx (+19 -17)
📝 docs/content/docs/plugins/anonymous.mdx (+19 -17)
📝 docs/content/docs/plugins/organization.mdx (+15 -9)
📝 docs/content/docs/plugins/passkey.mdx (+16 -10)
📝 docs/content/docs/plugins/phone-number.mdx (+3 -3)
📝 docs/content/docs/plugins/username.mdx (+15 -9)
📝 package.json (+1 -1)
📝 packages/better-auth/package.json (+9 -20)
📝 packages/better-auth/src/adapters/drizzle-adapter/index.ts (+2 -68)
📝 packages/better-auth/src/adapters/drizzle-adapter/test/adapter.drizzle.test.ts (+1 -8)

...and 72 more files

📄 Description

No description provided


🔄 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/176 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/15/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `cli` --- ### 📝 Commits (10+) - [`50cc691`](https://github.com/better-auth/better-auth/commit/50cc691d0ec4666c3cad93b2fc7079f18dd6e3de) refactor - [`9f46ffd`](https://github.com/better-auth/better-auth/commit/9f46ffdae4ed851758db3ad550bce42e23b0174c) merge main - [`2f21f7a`](https://github.com/better-auth/better-auth/commit/2f21f7af7c3cdb28313754c31813ff4464e81114) cleanup and more refactor - [`d72ef53`](https://github.com/better-auth/better-auth/commit/d72ef53a8c59aafb644f375dd88b86ef4238fe0b) test: cli - [`69a30eb`](https://github.com/better-auth/better-auth/commit/69a30eb4cb526c7d7d2bec6f34b89f63e78e5494) chore: release v0.4.9-beta.12 - [`5fb7857`](https://github.com/better-auth/better-auth/commit/5fb78575f34ef2706f42896fac7492efd56348d0) feat: kysley generate and orm migrations - [`60982e5`](https://github.com/better-auth/better-auth/commit/60982e522f868459237f4e9d1dc46bce0ee2c264) chore: release v0.4.9-beta.13 - [`5b45f88`](https://github.com/better-auth/better-auth/commit/5b45f88dc3fe7cde41d8823451eeae4522a93304) test: generate - [`d155b74`](https://github.com/better-auth/better-auth/commit/d155b74c6092ee22c31d726bb2fa09147150184f) test: change test snapshot file - [`f71b0f5`](https://github.com/better-auth/better-auth/commit/f71b0f5b667aed14b773ae481315bb769a86876d) docs ### 📊 Changes **92 files changed** (+1418 additions, -1070 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/basic-usage.mdx` (+12 -12) 📝 `docs/content/docs/concepts/cli.mdx` (+8 -4) 📝 `docs/content/docs/concepts/cookies.mdx` (+18 -6) 📝 `docs/content/docs/concepts/database.mdx` (+3 -3) 📝 `docs/content/docs/concepts/rate-limit.mdx` (+1 -1) 📝 `docs/content/docs/concepts/session-management.mdx` (+5 -5) 📝 `docs/content/docs/concepts/users-accounts.mdx` (+3 -3) 📝 `docs/content/docs/installation.mdx` (+10 -12) 📝 `docs/content/docs/integrations/nuxt.mdx` (+1 -1) 📝 `docs/content/docs/plugins/2fa.mdx` (+16 -7) 📝 `docs/content/docs/plugins/admin.mdx` (+19 -17) 📝 `docs/content/docs/plugins/anonymous.mdx` (+19 -17) 📝 `docs/content/docs/plugins/organization.mdx` (+15 -9) 📝 `docs/content/docs/plugins/passkey.mdx` (+16 -10) 📝 `docs/content/docs/plugins/phone-number.mdx` (+3 -3) 📝 `docs/content/docs/plugins/username.mdx` (+15 -9) 📝 `package.json` (+1 -1) 📝 `packages/better-auth/package.json` (+9 -20) 📝 `packages/better-auth/src/adapters/drizzle-adapter/index.ts` (+2 -68) 📝 `packages/better-auth/src/adapters/drizzle-adapter/test/adapter.drizzle.test.ts` (+1 -8) _...and 72 more files_ </details> ### 📄 Description _No description provided_ --- <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 20:12:31 -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#28743