[PR #3188] [CLOSED] feat: add cli bin alias #30298

Closed
opened 2026-04-17 21:25:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3188
Author: @typed-sigterm
Created: 6/27/2025
Status: Closed

Base: mainHead: typed-sigterm-patch-1


📝 Commits (10+)

  • ba147f3 chore: release v1.3.18
  • f8c2df9 chore: merge
  • 7ec8bfe docs: change banner
  • b635b8e docs: add link to auth.js team announcement
  • 633a793 fix: getSession shouldn't expose options and path types (#4947)
  • 8b61711 chore: move cookie state validation to state helper function
  • bd4bb56 chore: release v1.3.19
  • e74e2ee chore: release v1.3.20
  • d78f5ea chore: release v1.3.21
  • d058cc3 chore: add expo-example demo

📊 Changes

636 files changed (+37482 additions, -9811 deletions)

View changed files

.github/workflows/branch-rules.yml (+0 -36)
📝 .github/workflows/ci.yml (+2 -2)
📝 .github/workflows/e2e.yml (+6 -5)
.github/workflows/main-protect.yml (+0 -18)
📝 .github/workflows/preview.yml (+2 -2)
📝 .github/workflows/release.yml (+11 -6)
📝 CONTRIBUTING.md (+30 -6)
📝 README.md (+1 -1)
📝 biome.json (+4 -2)
demo/expo-example/.env.example (+7 -0)
demo/expo-example/.gitignore (+20 -0)
demo/expo-example/README.md (+15 -0)
demo/expo-example/app.config.ts (+55 -0)
demo/expo-example/assets/bg-image.jpeg (+0 -0)
demo/expo-example/assets/fonts/SpaceMono-Regular.ttf (+0 -0)
demo/expo-example/assets/icon.png (+0 -0)
demo/expo-example/assets/images/adaptive-icon.png (+0 -0)
demo/expo-example/assets/images/favicon.png (+0 -0)
demo/expo-example/assets/images/logo.png (+0 -0)
demo/expo-example/assets/images/partial-react-logo.png (+0 -0)

...and 80 more files

📄 Description

This is useful to who prefers npm i -D @better-auth/cli


🔄 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/3188 **Author:** [@typed-sigterm](https://github.com/typed-sigterm) **Created:** 6/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `typed-sigterm-patch-1` --- ### 📝 Commits (10+) - [`ba147f3`](https://github.com/better-auth/better-auth/commit/ba147f36a4358bbfb893761d2ffd512973ec6a66) chore: release v1.3.18 - [`f8c2df9`](https://github.com/better-auth/better-auth/commit/f8c2df987f871b42c17413e110aa6d03944f5458) chore: merge - [`7ec8bfe`](https://github.com/better-auth/better-auth/commit/7ec8bfe14e5238c415164f7e59e732a7b1911ff2) docs: change banner - [`b635b8e`](https://github.com/better-auth/better-auth/commit/b635b8e474c33cd84b7f9e57fe5234f4156e4fb0) docs: add link to auth.js team announcement - [`633a793`](https://github.com/better-auth/better-auth/commit/633a7930004b7df571ef61bf377c1862f527af8e) fix: `getSession` shouldn't expose `options` and `path` types (#4947) - [`8b61711`](https://github.com/better-auth/better-auth/commit/8b617112b8ff0ece6752cd55bc6a2664234c8c21) chore: move cookie state validation to state helper function - [`bd4bb56`](https://github.com/better-auth/better-auth/commit/bd4bb56914692c3f6fc11438afde038e9f070061) chore: release v1.3.19 - [`e74e2ee`](https://github.com/better-auth/better-auth/commit/e74e2eec5d1ea3cdd5816ab14de82475c5026241) chore: release v1.3.20 - [`d78f5ea`](https://github.com/better-auth/better-auth/commit/d78f5eafeeeb21139402db1bb8d04d559aca23bb) chore: release v1.3.21 - [`d058cc3`](https://github.com/better-auth/better-auth/commit/d058cc34c9e2e0915003b974d1fc3ae5dab175c1) chore: add expo-example demo ### 📊 Changes **636 files changed** (+37482 additions, -9811 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/branch-rules.yml` (+0 -36) 📝 `.github/workflows/ci.yml` (+2 -2) 📝 `.github/workflows/e2e.yml` (+6 -5) ➖ `.github/workflows/main-protect.yml` (+0 -18) 📝 `.github/workflows/preview.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+11 -6) 📝 `CONTRIBUTING.md` (+30 -6) 📝 `README.md` (+1 -1) 📝 `biome.json` (+4 -2) ➕ `demo/expo-example/.env.example` (+7 -0) ➕ `demo/expo-example/.gitignore` (+20 -0) ➕ `demo/expo-example/README.md` (+15 -0) ➕ `demo/expo-example/app.config.ts` (+55 -0) ➕ `demo/expo-example/assets/bg-image.jpeg` (+0 -0) ➕ `demo/expo-example/assets/fonts/SpaceMono-Regular.ttf` (+0 -0) ➕ `demo/expo-example/assets/icon.png` (+0 -0) ➕ `demo/expo-example/assets/images/adaptive-icon.png` (+0 -0) ➕ `demo/expo-example/assets/images/favicon.png` (+0 -0) ➕ `demo/expo-example/assets/images/logo.png` (+0 -0) ➕ `demo/expo-example/assets/images/partial-react-logo.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description This is useful to who prefers `npm i -D @better-auth/cli` --- <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 21:25:34 -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#30298